|
FEPS Pleiades Star HII_173:
MIPS-PHOT, band 2, 70 micron
|
In this demo, we mosaic small-field 70 um photometry observations. This demo continues in a source extraction 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 /where/you/unpacked_data/r5315584/ch2/pbcd/ unix% ds9 SPITZER_M2_5315584_0002_1_E414063_msaic.fits & |
unix% cd r5315584/ch1/bcd/ unix% ln -s /where/you/unpacked_data/cal ./cal unix% mkdir cdf unix% mv /where/you/downloaded/mosaic_70um.nl ./cdf/ |
unix% cd r5315584/ch2/bcd/ unix% ls *_bcd.fits > InputImageList.txt unix% ls *bmask.fits > DmaskList.txt unix% ls *bunc.fits > SigmaList.txt unix% wc *.txt unix% nedit cdf/mosaic_70um.nl |
Here you don't need to worry about serendipitous data or the first frame effect. You might want to check the length of each file (wc *.txt) to be sure that each list has the same number of files. If you find that that file has a lot more lines than the others, the following is probably what happened. Because the filtered and unfiltered BCDs have similar filename extensions, be sure that you are only putting the unfiltered (or just the filtered) into the InputImageList.txt file.
Edit the namelist to reflect where your cal files are located -- be sure to use absolute pathnames!
unix% mosaic.pl -n mosaic_70um.nl OR unix% mkdir pbcd70 unix% mosaic.pl -n mosaic_70um.nl > pbcd70/mosaic.log |
Note that the namelist is assumed to be in the cdf subdir, not in your current directory. If desired, redirect the output to a log file for your records. (actual mosaic log file)
Common errors:
unix% ds9 pbcd70/Combine/mosaic.fits & |
Check the mosaic for anything that looks 'odd.' It should look similar to the online unfiltered mosaic (which came with your data, in the pbcd directory). (see figure and fits file)
Return to the Data Analysis Demos main page.