next up previous contents
次へ: Spectrum Analysis 上へ: Analysis 戻る: Read the Data   目次

Plot

For plotting,
IDL> mfreq=0 $<$CR$>$
IDL> norp_plot,mfreq,mvd,tim,fi $<$CR$>$
where mfreq is the index number of the plotting frequency in the array freq.
To overlay another plot
IDL> mfreq1=1 $<$CR$>$
IDL> norp_plot,mfreq1,mvd,tim,fi,/over $<$CR$>$
Or by directly; IDL> utplot,tim(where(mvd(mfreq,*))),fi(mfreq,where(mvd(mfreq,*))) $<$CR$>$



service@solar.nro.nao.ac.jp