IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of fullforce_algorithms


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

--

Legend:

Unmodified
Added
Removed
Modified
  • fullforce_algorithms

    v1 v2  
    11== Description of the algorithms used by IPP full force stage ==
    22
    3 TODO
     3=== Inputs ===
     4During the skycalibration stage of stack photometry a new fiuts table is created which contains the
     5parameters to be used for forced photometry.
     6
     7This table has one row for each source with the following columns
     8{{{
     9#!rst
     10
     11==========================  ===============================  =============================
     12**Column**                  **Value for Extended Source**    **Value for Extended Source**
     13==========================  ===============================  =============================
     14ID                                  IPP_IDET                     IPP_IDET
     15X                                   X_PSF                        X_EXT
     16Y                                   Y_PSF                        Y_EXT
     17FLUX                                PSF_INST_FLUX/EXPTIME        10**(-0.4*EXT_INST_MAG)
     18AP_RADIUS                           AP_MAG_RADIUS                AP_MAG_RADIUS
     19KRON_RADIUS                         MOMENTS_R1*2.5               MOMENTS_R1*2.5
     20PETRO_RADIUS                        PETRO_RADIUS                 PETRO_RADIUS
     21FIT_GALAXY                          0                            1
     22PSF_STAR                            PM_SOURCE_MODE_PSFSTAR       PM_SOURCE_MODE_PSFSTAR
     23R_MAJOR                             0                            EXT_WIDTH_MAJ
     24R_MINOR                             0                            EXT_WIDTH_MIN
     25THETA                               0                            EXT_THETA
     26MODEL_TYPE                          -1                           model type for best fit
     27INDEX                               0                            0.5 / EXT_PAR_07
     28==========================  ===============================  =============================