|
FEPS Pleiades Star HII_173:
|
In this demo, we extract photometry for the target of small-field 24 um photometry observations. This demo continues from the mosaicking step.
To follow all of the examples using these data, going from retrieving data using Leopard through extracting point-source fluxes, see this page.
unix% cd r5315584/ch1/bcd/ unix% mv /where/you/downloaded/apex_1frame_MIPS24.nl ./cdf/ unix% nedit cdf/apex_1frame_MIPS24.nl |
Edit the namelist to reflect the absolute pathnames, including the PRF you want to start from. Normally, it's best to create your own custom PRF for your own observations, but in this case, there aren't all that many bright sources, so we can't construct our own from this single observation. So, we have to depend on the version that came with the MOPEX package, or the version that is available online.
unix% apex_1frame.pl -n apex_1frame_MIPS24.nl OR unix% mkdir pbcd24 unix% apex_1frame.pl -n apex_1frame_MIPS24.nl > pbcd24/apex.log & |
The star dead on in the center is the target of the observation, and it's bright enough that it will probably be caught by this step. (actual apex log file) The parameters in the namelist are set such that the extraction step is included, and the final file with extracted sources is mosaic24_extract.tbl.
You can find the source you want by loading the image into your favorite viewer and looking by ra and dec for the specific object. However, I find it easier to actually use Spot. The extracted table file is in IPAC table format, which Spot can read.
unix% spot unix% nedit pbcd24/Combine/mosaic24_extract.tbl |
|srcid |RA |Dec |flux |delta_flux | |i |d |d |r |r | 208 55.9519738 25.1900192 1.79e+03 2.48e+01From the header, we know the flux is in units of uJy. Final flux is therefore 1.79e+03 uJy.
Return to the Data Analysis Demos main page.