#----------------------------------------------------------------------------- # IRACproc: IRAC Post-BCD Processing v4.3 IMAGE INSPECTION #----------------------------------------------------------------------------- (c) 2005 Mike Schuster, Massimo Marengo (mmarengo@cfa.harvard.edu) (c) 2005 SAO - Smithsonian Astrophysical Observatory Harvard-Smithsonian Center for Astrophysics Smithsonian Astrophysical Observatory 8 MAY 2006 We have developed this software to assist with the visual inspection of images selected for processing. The inspect script will work with any list of images. #----------------------------------------------------------------------------- # Setup #----------------------------------------------------------------------------- You will need to add the following to your loginuser.cl file before starting IRAF. user_name][ pico ~/iraf/loginuser.cl # IRAC Processing set IRACproc = "/IRACproc/" task mkbpm = IRACproc$source/mkbpm.cl task inspect = IRACproc$source/inspect.cl images immatch imutil tv lists #----------------------------------------------------------------------------- # Automated Visual Image Inspection #----------------------------------------------------------------------------- If you would like to visually inspect each frame that you have selected in Processing #2 (HOWTO_PROC), you can use the following automated task. You may remove images from the processing by removing them from the image list: Lists/bcd_I.lis. Open IRAF and DS9: user_name][ ds9 & user_name][ cd ~/iraf/ user_name][ cl cl> cd proc_dir/reduce/ Make IRAF Bad Pixel Masks (used only for display purposes): **NOTE: Do NOT run mkbpm if you used 'fixup' to link to the BCD data in the AOR directories. cl> mkbpm ../Lists/bcd_I1.lis cl> mkbpm ../Lists/bcd_I2.lis cl> mkbpm ../Lists/bcd_I3.lis cl> mkbpm ../Lists/bcd_I4.lis Inspect images: cl> inspect ../Lists/bcd_I1.lis cl> inspect ../Lists/bcd_I2.lis cl> inspect ../Lists/bcd_I3.lis cl> inspect ../Lists/bcd_I4.lis The purpose of this step is not only to visually inspect each frame before further processing, but to reject any undesirable frames. The inspect script will create a back-up of ../Lists/bcd_I.lis called ../Lists/bcd_I.lis.orig. Note: there is no "@" symbol placed before the image list.