38 |
6) start matlab, go to the iap-idma directory, and type: |
6) start matlab, go to the iap-idma directory, and type: |
39 |
addpath matlab/ |
addpath matlab/ |
40 |
[p]=idma_float_plot('4900828'); |
[p]=idma_float_plot('4900828'); |
41 |
idma_box_subset; |
box_l=[-180 -140]; box_L=[-10 10]-30; box_D=[0 300]; |
42 |
idma_box_mean; |
[prof_T,prof_Testim,prof_Tweight]=idma_box_subset(box_l,box_L,box_D); |
43 |
|
[boxmean,tim,dep]=idma_box_mean(prof_T,prof_Tweight); |
44 |
|
figureL; pcolor(tim,-dep,boxmean); colorbar; |
45 |
|
|
46 |
notes : |
notes : |
47 |
- disk space requirement ~ 6.4G (plus 0.8G from steps 1,2) |
- disk space requirement ~ 6.4G |
48 |
- idma_float_plot.m and idma_box_subset.m both add the |
- idma_float_plot.m and idma_box_subset.m both add the |
49 |
iap-idma/MITprof/ and its subdirectories to the matlab path |
iap-idma/MITprof/ and its subdirectories to the matlab path |
50 |
- idma_box_subset is the most time consuming, and may take ~3' |
- idma_box_subset is the most time consuming of the three |
51 |
|
scripts and may take ~3 minutes |
52 |
|
|