IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 24, 2023, 3:50:17 PM (3 years ago)
Author:
eugene
Message:

add UNIONS DR3 recipe to gpc2/psphot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/gpc2/psphot.config

    r40450 r42470  
    118118        CONSTANT_PHOTOMETRIC_WEIGHTS        BOOL  TRUE
    119119END
     120
     121UNIONS_DR3 METADATA
     122  PEAKS_NSIGMA_LIMIT                  F32   100.0            # peak significance threshold
     123  PSF.TREND.NX                        S32   1
     124  PSF.TREND.NY                        S32   1
     125  PEAKS_USE_SIGNAL_IMAGE              BOOL  TRUE             # significance peaks have a central divot
     126  LMM_FIT_USE_REWEIGHTING             BOOL  TRUE             # use IRLS-style reweighting (TRUE) or ordinary LMM
     127  EXT_MODEL                           STR   PS_MODEL_RGAUSS
     128
     129# EXTENDED_SOURCE_FITS                BOOL  TRUE  # perform any of the aperture-like measurements?
     130# EXTENDED_SOURCE_ANNULI              BOOL  TRUE
     131# EXTENDED_SOURCE_SN_LIM              F32   5.0
     132
     133  # radii in pixels. UNIONS_DR3 uses TESS RINGS.V3 with 0.25 arcsec pixels
     134  # these correspond to 1, 2, 4, 8, 12, 16 arcsecond radii
     135  @RADIAL.ANNULAR.BINS.LOWER          F32      0.00 4.00  8.00 16.00 32.00 48.00 # perl parser fails without a comment ticket #1476 still?
     136  @RADIAL.ANNULAR.BINS.UPPER          F32      4.00 8.00 16.00 32.00 48.00 64.00 # perl parser fails without a comment ticket #1476 still?
     137  RADIAL.ANNULAR.BINS.MIN             S32      3 # always measure apertures to this entry
     138
     139  RADIAL_APERTURES                    BOOL  TRUE # measure the radial apertures listed above
     140  RADIAL_APERTURES_SN_LIM             F32   0.0  # S/N limit for radial aperture calculation
     141END
Note: See TracChangeset for help on using the changeset viewer.