|
Point Source Extraction in the Extragalactic First Look Survey:
|
This demos demonstrates how to select point sources for PRF estimation, run the PRF estimate tool, and then use the real PRF for point source extraction. Special care is taken in removing Airy rings of bright point sources as they create false detections. The final products are a table of point source fluxes and a point source subtracted mosaic image.
unix% apex_1frame.pl -n apex_1frame_step1.nl |
Use the PSP image to detect (set use_psp_to_detect = 1) and set the detection threshold to a large
value to only include high SNR point sources (Detection_Threshold = 20). Use the MIPS-24 PRF
found in the cal/ directory of the MOPEX package.
The table of extracted sources is apex_1frame_step1/mosaic_extract.tbl.
unix% cd apex_1frame_step1 unix% select col all from mosaic_extract.tbl for "deblend = N and chi2/dof < 30 and flux > 5000" into mosaic_extract_clean.tbl with header |
unix% cd .. unix% skyview > pa data/main/mosaic.fits > table apex_1frame_step1/mosaic_extract_clean.tbl mark $RA $Dec circle red 1 |
unix% prf_estimate.pl -n prf_estimate.nl |
unix% cp prf_estimate/PRF.fits cal/PRF_estimate.fits |
unix% apex_1frame.pl -n apex_1frame_noring.nl |
unix% apex_qa.pl -n apex_qa_noring.nl |
unix% apex_1frame.pl -n apex_1frame_step2a.nl |
unix% cd apex_1frame_step2 unix% cp residual_mosaictrim_detect.tbl mosaictrim_detect.tbl unix% cp residual_mosaictrim_minus_median.fits mosaictrim_minus_median.fits unix% cp residual_mosaictrim_noise.fits mosaictrim_noise.fits unix% cp residual_mosaictrim_PSP.fits mosaictrim_PSP.fits |
unix% cd .. unix% apex_1frame.pl -n apex_1frame_step2b.nl |
unix% apex_qa.pl -n apex_qa.nl |
Return to the Data Analysis Demos main page.