Readme for scam software ------------------------------------------------------------------ Contents ------------------------------------------------------------------ scam_routines.pro: sample program on IDL 2012012222000096_E04.0G5S0152F2B1.abs: sample image in red line (630.0 nm) 2012012222005825_E01.0G5S0152F3B1.abs: sample image in green line (557.7 nm) In the fov directory: fov_512_100.txt: glon, glat, mlon, mlat table for projection altitude of 100 km fov_512_150.txt: glon, glat, mlon, mlat table for projection altitude of 150 km fov_512_200.txt: glon, glat, mlon, mlat table for projection altitude of 200 km fov_512_250.txt: glon, glat, mlon, mlat table for projection altitude of 250 km fov_512_300.txt: glon, glat, mlon, mlat table for projection altitude of 300 km ------------------------------------------------------------------ How to work with scam_routines.pro ------------------------------------------------------------------ 1. startup IDL % idl 2. compile scam_routines IDL > .r scam_routines 3. plot scam data in all-sky map IDL > plot_scam,'2012012222000096_E04.0G5S0152F2B1.abs' 4. plot scam data on polar map in geographic coordinates (projection altitude is 300 km in default) IDL > plot_scam,'2012012222000096_E04.0G5S0152F2B1.abs',/map 5. change projection altitude IDL > plot_scam,'2012012222000096_E04.0G5S0152F2B1.abs',/map,alt=250