| | 36 | |
| | 37 | === Full Force Run === |
| | 38 | A full force run consists of a cff file from a skycal run and the single frame warped images for |
| | 39 | the input stack's skycell filter combination. First the warps are processed by psphotFullForce and |
| | 40 | once they are all complete psphotFullForceSummary "summarizes" the results. |
| | 41 | |
| | 42 | === psphotFullForce === |
| | 43 | psphotFullForce is run separately for each input warp. Source detection is not performed, the |
| | 44 | source positions are given by the input cff file. The following psphot modules are invoked |
| | 45 | |
| | 46 | * Model Background |
| | 47 | * Subtract Background |
| | 48 | * Load External Sources (read cff file) |
| | 49 | * Full Force Stats - Construct sources and measurement moments and other basic stats on the supplied sources. |
| | 50 | * Choose PSF |
| | 51 | * Guess Models (only generates psf models) |
| | 52 | * Fit Sources Linear - linear PSF fit to source peaks, subtract the models from the image (in PSF mask) |
| | 53 | * Kron Flux - using supplied kron radius |
| | 54 | * Petro Flux - using supplied petrosian radius |
| | 55 | * Radial Apertures |
| | 56 | * Galaxy Shape |
| | 57 | |
| | 58 | The output of this process is a standard IPP cff file with an additional extension called 'XGAL' which contains the |
| | 59 | results of the galaxy shape measurements |
| | 60 | |
| | 61 | ==== Galaxy Shape ==== |
| | 62 | The galaxy shape function takes the extended fit model parameters and creates a set of models with a range of major and model radii |
| | 63 | around the input values. For each trial the model is created and the chi-squared of the model versus the warp pixels |
| | 64 | is calculated. The results of this process are saved in the XGAL extension. |
| | 65 | |
| | 66 | === psphotFullForceSummary === |
| | 67 | |