| |
| | [No title] |
 | | Data before 14-Nov-92 ----------------------- ; A.1 Read an SXT-NaBan image as reference.run yodat ; A.2 Transform it to full resolution and correct the NaBan to X-ray offset ; with sxt_prep,/register (makes pp_sxt2naban obsolete). |
 | | sxt_prep,index(0),data(*,*,0),sxt_r_index,sxt_r_data,/register ; A.3 Read a ground based image as GBO reference gbo_r_data = rfits(gbo_file_name,time=time,date=date) gbo_r_data = reform(gbo_r_data(5,*,*)) ; e.g., MCCD continuum image gbo_r_time = fitim2ints(time,date) ; time in Yohkoh format ; A.4 Co-align the NaBan and the GBO image setpts,pp_gbo_sxt,gbo_r_data,sxt_r_data ; A.5 save the pp vector, and the corresponding index and time info save,pp_gbo_sxt,sxt_r_index,gbo_r_time,file='pp_gbo_sxt.dat' B. |
 | | sxt_r_data = sxt_decomp(data(*,*,0)) sxt_r_index = index(0) ; A.4.a Co-align the NaBan and the GBO image and ; correct for offset between NaBan and X-ray telescopes. |
| hesperia.gsfc.nasa.gov /ssw/yohkoh/ucon/soft/wuelser/CO_ALIGN.doc (245 words) |
|