IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 3 and Version 4 of fullforce_algorithms


Ignore:
Timestamp:
Feb 7, 2014, 2:42:24 PM (12 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • fullforce_algorithms

    v3 v4  
    22
    33=== Inputs ===
    4 During the skycalibration stage of stack photometry a new fiuts table is created which contains the
    5 parameters to be used for forced photometry.
     4The Sky Calibration stage of stack photometry takes the cmf files for stack skycell and calibrates
     5the zero point.
     6
     7The current version of the IPP produces a new  fits table called a '''cff''' file is created containing the
     8parameters to be used for forced photometry for each object. (The cmf files are not used directly because
     9they are vastly larger and would cause a much higher I/O load.
    610
    711This table has one row for each source with the following columns extracted from the cmf file.
     
    2832==========================  ===============================  =============================
    2933}}}
    30 For sources with extended fits, the FIT_GALAXY column is set and paramters from the model with
     34For sources with extended fits, the FIT_GALAXY column is set and parameters from the model with
    3135the lowest EXT_CHISQ is chosen.
     36
     37=== Full Force Run ===
     38A full force run consists of a cff file from a skycal run and the single frame warped images for
     39the input stack's skycell filter combination. First the warps are processed by psphotFullForce and
     40once they are all complete psphotFullForceSummary "summarizes" the results.
     41
     42=== psphotFullForce ===
     43psphotFullForce is run separately for each input warp. Source detection is not performed, the
     44source 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
     58The output of this process is a standard IPP cff file with an additional extension called 'XGAL' which contains the
     59results of the galaxy shape measurements
     60
     61==== Galaxy Shape ====
     62The galaxy shape function takes the extended fit model parameters and creates a set of models with a range of major and model radii
     63around the input values. For each trial the model is created and the chi-squared of the model versus the warp pixels
     64is calculated. The results of this process are saved in the XGAL extension.
     65
     66=== psphotFullForceSummary ===
     67