|
FEPS Legacy Observations of HD 105:
|
HD105 is an G0V that was observed as part of the FEPS Legacy
program. The source was observed using both the low and the high
spectral resolution modes.
In this
page we will outline the steps required to go from the zip file you get
from
the Spitzer data archive to a basic spectrum using SMART. The steps are
as follows:
Setup
unix% unzip P00148-_IRSS-S148.zip |
Looking into r5295616/ch0/bcd/ you'll see the pipeline-processed data. If you do
unix% ls r5295616/ch0/bcd/SPITZER_S0_5295616_000*bcd.fits |
|
|
|
unix% ./smart/smart |

IDL> make_3plane,dirname='r5295616/ch0/bcd',/pu |

Click on "Browse" and put in all the files that you want to reduce. In this case, we want all the bcd3p files. Press "Control" and the left mouse button to select multiple files to upload to the project.


IDL>readcol,'r5295616/ch0/bcd/HD105_2_0_spect.tbl',skipline=272,ord,w,f |



Miscellaneous Notes
· Use calibration files which are consistent with the version of the pipeline that was used to process your data i.e. look at the header of your bcd.fits files. If they were processed with S11.0.2, use calibration files that correspond to S11.0.2.
·All this steps can be done in the IDL command line, bypassing the GUIs. This allows you to incorporate the routines in your own code.
·The error measurements for each wavelength are not
trustworthy. The current pipeline does not propagate the errors
correctly. You are better off determining the errors from your own data.
·Extensive help regarding SMART is here.
Return to the Data Analysis Demos main page.
This page last updated: Wed, 3 Aug 2005 16:50:54 GMT