IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42038


Ignore:
Timestamp:
Feb 13, 2022, 2:04:49 PM (4 years ago)
Author:
eugene
Message:

add radial apertures to UNIONS_DR3, set values to integer arcsec radii

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/ippconfig/gpc1/psphot.config

    r42027 r42038  
    131131  LMM_FIT_USE_REWEIGHTING             BOOL  TRUE             # use IRLS-style reweighting (TRUE) or ordinary LMM
    132132  EXT_MODEL                           STR   PS_MODEL_RGAUSS
     133
     134# EXTENDED_SOURCE_FITS                BOOL  TRUE  # perform any of the aperture-like measurements?
     135# EXTENDED_SOURCE_ANNULI              BOOL  TRUE
     136# EXTENDED_SOURCE_SN_LIM              F32   5.0
     137
     138  # radii in pixels. UNIONS_DR3 uses TESS RINGS.V3 with 0.25 arcsec pixels
     139  # these correspond to 1, 2, 4, 8, 12, 16 arcsecond radii
     140  @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?
     141  @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?
     142  RADIAL.ANNULAR.BINS.MIN             S32      3 # always measure apertures to this entry
     143
     144  RADIAL_APERTURES                    BOOL  TRUE # measure the radial apertures listed above
     145  RADIAL_APERTURES_SN_LIM             F32   0.0  # S/N limit for radial aperture calculation
    133146END
Note: See TracChangeset for help on using the changeset viewer.