IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20996


Ignore:
Timestamp:
Dec 15, 2008, 1:19:31 PM (17 years ago)
Author:
Paul Price
Message:

Adding new recipe items required for doing relphot-style relative photometry.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/ppStack.config

    r20715 r20996  
    2323RENORM.WIDTH    F32     2.2             # Gaussian width for normalisation
    2424
    25 SOURCE.RADIUS   F32     1.0             # Radius (pixels) for matching sources
    26 SOURCE.MIN      S32     15              # Minimum number of sources for merging source lists
    27 SOURCE.ITER     S32     2               # Number of rejection iterations for magnitude difference
    28 SOURCE.REJ      F32     2.0             # Rejection limit (sigma) for magnitude difference
     25### The PHOT mode is intended as a quick and dirty stopgap; it should disappear soon.
     26PHOT            BOOL    TRUE            # Calculate ZP using own photometry?
     27PHOT.RADIUS     S32     7               # Photometry radius (pixels)
     28PHOT.SIGMA      F32     2               # Photometry gaussian sigma for weight (pixels)
     29PHOT.FRAC       F32     0.9             # Minimum fraction of good pixels
     30
     31ZP.RADIUS       F32     1.0             # Radius (pixels) for matching sources
     32ZP.ITER         S32     1000            # Maximum iterations for zero point
     33ZP.TOL          F32     1.0e-6          # Tolerance for zero point iterations
     34ZP.TRANS.ITER   S32     2               # Iterations for transparency determination
     35ZP.TRANS.REJ    F32     3.0             # Rejection threshold for transparency determination
     36ZP.TRANS.THRESH F32     1.0             # Threshold for transparency determination
     37ZP.STAR.REJ     F32     3.0             # Rejection threshold for stars
     38ZP.STAR.LIMIT   F32     1.0e-2          # Limit on star rejection fraction for successful iteration
     39ZP.STAR.SYS     F32     0.05            # Estimated systematic error
     40ZP.AIRMASS      METADATA                # Airmass terms by filter
     41        g       F32     0.0
     42        r       F32     0.0
     43        i       F32     0.0
     44        z       F32     0.0
     45        y       F32     0.0
     46END
     47       
     48
     49### The following is obsolete
     50#SOURCE.RADIUS  F32     1.0             # Radius (pixels) for matching sources
     51#SOURCE.MIN     S32     15              # Minimum number of sources for merging source lists
     52#SOURCE.ITER    S32     2               # Number of rejection iterations for magnitude difference
     53#SOURCE.REJ     F32     2.0             # Rejection limit (sigma) for magnitude difference
    2954
    3055PSF.INSTANCES   S32     15              # Number of instances for PSF generation
     
    3964TEMP.DELETE     BOOL    TRUE            # Delete temporary files on completion?
    4065
    41 ZP              BOOL    TRUE            # Calculate ZP using own photometry?
    42 ZP.RADIUS       S32     7               # Photometry radius (pixels)
    43 ZP.SIGMA        F32     2               # Photometry gaussian sigma for weight (pixels)
    44 ZP.FRAC         F32     0.9             # Minimum fraction of good pixels
    45 
    4666# Recipe overrides for STACK
    4767STACK   METADATA
Note: See TracChangeset for help on using the changeset viewer.