Changes between Version 5 and Version 6 of fullforce_algorithms
- Timestamp:
- Feb 7, 2014, 2:54:09 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
fullforce_algorithms
v5 v6 1 1 == Description of the algorithms used by IPP full force stage == 2 This page gives a brief discussion of the full force pipeline. More details may be 3 found by examining the source code. 2 4 3 5 === Inputs === 4 The Sky Calibration stage of stack photometry takes the cmf files for stack skycelland calibrates5 the zero point.6 The Sky Calibration stage of stack photometry takes the cmf files created by psphotStack and calibrates 7 measures the zero point by comparing the sources to the reference catalog. 6 8 7 The current version of the IPP produces a new fits table called a '''cff''' file is created containingthe8 parameters to be used for forced photometry for each object. (Thecmf files are not used directly because9 In the current version of the IPP skycal produces a new fits table called a '''cff''' file. This file contains the 10 parameters to be used for forced photometry for each object. The skycal cmf files are not used directly because 9 11 they are vastly larger and would cause a much higher I/O load. 10 12 … … 38 40 A full force run consists of a cff file from a skycal run and the single frame warped images for 39 41 the input stack's skycell filter combination. First the warps are processed by psphotFullForce and 40 once they are all completepsphotFullForceSummary "summarizes" the results.42 once they have all been processed the program psphotFullForceSummary "summarizes" the results. 41 43 42 44 === psphotFullForce === … … 55 57 * Radial Apertures 56 58 * Galaxy Shape 59 * Magnitudes 60 * Sky Replace 57 61 58 62 The output of this process is a standard IPP cff file with an additional extension called 'XGAL' which contains the
