IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2022, 4:40:26 PM (4 years ago)
Author:
eugene
Message:

make PATTERN.ROW correction the default for older formats (20100122, 20100228); DVO.GETSTAR.MAXRHO returned to 10k (both gpc1 and gpc2); default additional orders for inverse astrometry tranforms is 3; output formats appropriate to quite deep UNIONS DR3 outputs; photometry and stack recipe options for UNIONS DR3; save sample_median CERROR stats on sigma_dec (rms is saved on sigma_ra); add PEAKS_USE_SIGNAL_IMAGE and LMM_FIT_USE_REWEIGHTING psphot options (default to false)

Location:
trunk/ippconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig

  • trunk/ippconfig/gpc1/psphot.config

    r41668 r42100  
    123123  FULL_FIT_SN_LIM                     F32   200.0
    124124END
     125
     126UNIONS_DR3 METADATA
     127  PEAKS_NSIGMA_LIMIT                  F32   100.0            # peak significance threshold
     128  PSF.TREND.NX                        S32   1
     129  PSF.TREND.NY                        S32   1
     130  PEAKS_USE_SIGNAL_IMAGE              BOOL  TRUE             # significance peaks have a central divot
     131  LMM_FIT_USE_REWEIGHTING             BOOL  TRUE             # use IRLS-style reweighting (TRUE) or ordinary LMM
     132  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
     146END
Note: See TracChangeset for help on using the changeset viewer.