;----- ; %***% Obsid 55, Capella ; ; COMMENTS: ; Process using TDET coordinates... to show in det coord.s obs_anal, '/nfs/spectra/d2/obsid_55/'+ $ 'acisf55_000N001_g02346Elt10S4_evt1.fits', $ OUTPUT_PREFIX = 'obsid_55', OUT_DIR='Obs_out', $ COORDS_NAME='TDET', $ /OVERRIDE_ZERO, /ASPECT, /CENTER_FIT, $ CD_WIDTH=0.5, $ GRATING='LETG', DETECTOR='ACIS-S', $ ORDER_SEL_ACCURACY = 0.5 ;;GAIN_FAC=[1.0,1.0,1.0,1.0, $ ;; 1.54,1.11,1.18,1.00,1.11,1.18] ; Get roll angle for below from: ;; sol_plot, '/nfs/spectra/d2/obsid_55/pcadf55_000N001_asol1.fits' ; ; rot_angle = -124.58804 ; ; Process using Sky coordinates rotated to detector axes obs_anal, '/nfs/spectra/d2/obsid_55/'+ $ 'acisf55_000N001_g02346Elt10S4_evt1.fits', $ OUTPUT_PREFIX = 'obsid_55', OUT_DIR='Obs_out', $ COORDS_NAME='Sky', /FLIPY, ROLLAXAY=-124.58804, $ /OVERRIDE_ZERO, /CENTER_FIT, $ CD_WIDTH=0.5, $ GRATING='LETG', DETECTOR='ACIS-S', $ ORDER_SEL_ACCURACY = 0.5, $ /EXPORT, /LINE ;;GAIN_FAC=[1.0,1.0,1.0,1.0, $ ;; 1.1,1.1,1.1,1.00,1.1,1.1], $ ; Make image! sel = where(oa_Etouse GT 0.2 AND oa_Etouse LT 10.0 AND $ ABS(oa_AY - oa_aveAY) LT 200.0 AND $ ABS(oa_AX - oa_aveAX) GT 0.0) ; get rid of bright ; (not piled-up) zero order core Xtouse = oa_AX(sel) Ytouse = oa_AY(sel) Etouse = oa_Etouse(sel) set_plot,'X' xye_image, xtouse, ytouse, etouse, $ xbin=6.0, ybin=3.0, gif_file='Obs_out/Obs55_image.gif', ONE=0.4