次へ: Antenna/Antenna-Pair ID and Name
上へ: Others
戻る: Others
目次
Read Raw Data Directly
If the raw data is installed under directory ${NORH}/rawd
in order to read raw data directly,
IDL> norh_rd_rdt,st_time,ed_time,rdata,header CR
for 34 GHz
IDL> norh_rd_rdt,st_time,ed_time,rdata,header,freq=34 CR
To read the raw data after copying to the current directory,
IDL> norh_rd_rdt,st_time,ed_time,rdata,header,dir_raw='.' CR
To read by giving file name
IDL> norh_rd_rdt17,file,rdata,header CR
IDL> norh_rd_rdt34,file,rdata,header CR
For obtaining observing time (JST)
IDL> timej=norh_rdt2timej(rdata) CR
service@solar.nro.nao.ac.jp