-
Notifications
You must be signed in to change notification settings - Fork 0
/
slabs.m
65 lines (35 loc) · 945 Bytes
/
slabs.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
(* ::Package:: *)
(* Anish Tondwalkar, NRL *)
(*
slabs.m
This file depends on multistation.m; run that first.
This should plots of the slab heights.
*)
(* ::Input:: *)
(*IfoF2[[3]][62.75]*)
(* ::Input:: *)
(* Plot[dropbads[IfoF2][[3]][x], {x, 62, 63}]*)
(* ::Input:: *)
(*Clear[dropbads]*)
(* ::Input:: *)
(*diffhmF2c//Dimensions*)
(* ::Input:: *)
(*n=4*)
(* ::Input:: *)
(*Plot[{ITEC[[n]][x],INmF2[[n]][x].25*^-4},{x,62,68}]*)
(* ::Input:: *)
(*Plot[INmF2[[n]][x],{x,62,68}]*)
(* ::Input:: *)
(*ITEC[[1]][64]*)
(* ::Input:: *)
(*INmF2[[1]][64] *)
(* ::Input:: *)
(*(ITEC[[n]][x]/INmF2[[n]][x] )1*^7*)
(* ::Input:: *)
(*SetOptions[ListPlot,Joined->False,ImageSize->300,PlotStyle->Hue@.8];*)
(* ::Input:: *)
(*slabthickness[n_]:=ListPlot[Table[(ITEC[[n]][x]/INmF2[[n]][x] )1*^7,{x,62,68,.02}]]*)
(* ::Input:: *)
(*Transpose@{slabthickness/@1~Range~23,Transpose[stations][[3]]}*)
(* ::Input:: *)
(*BarChart/@nsfoF2*)