|
Herbig-Haro Objects HH 46/47:
|
This is a demonstration of using IRSFRINGE to correct a spectral extraction from IRS data for the object Herbig-Haro 46/47 for fringing. We outline the basic steps for using IRSFRINGE as a generic example for correcting spectra of any point source data obtained with Spitzer IRS-Staring Mode. The steps are quite similar to those outlined here. This specific example involves correcting a spectrum from the LH module, but it is generally applicable to any of the IRS modules which suffer from fringing. IRSFRINGE was developed and tested to run under IDL 5.6, and no guarantees are made of it running under other IDL versions.
unix% irsfringe |
IDL> irs=ipac2irs('/output/SPITZER_S3_7130112_8_1_E181777_coa2d.spect.tbl')
|
IDL> irsd=irsfringe(irs,order=18,/GUI) |
The resulting defringed spectrum will have the name 'irsd' in memory.
|
|
![]()
|
IDL> irs2ipac, irsd, /output/SPITZER_S3_7130112_8_1_E181777_coa2d.spect.defringed.tbl IDL> exit |
Return to the Data Analysis Demos main page.