IDL
Downloads
VMipas
Install together with IAA_Plot
Profiles visualization and ASCII files reading
VSaber
Install together with IAA_Contour
Level2 files multi-reading
Different physical variables "zonal means" visualization
VRadSaber
Install together with IAA_Plot
Level1 files multi-reading
10 channels "zonal means" visualization
IAA_Plot
x = Findgen(11) & y = Findgen(11)
IAA_PLOT, x, y
IAA_PLOT
x = Findgen(100) & y = sin(x/5) & z = cos(x/5)
IAA_PLOT, x, y, /overplot
IAA_PLOT, x, z, /overplot
IAA_Contour
x = Findgen(50) & y = Findgen(50)
z = Dist(50)
IAA_CONTOUR, z, x, y