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/recipes/ppStack.config

    r41898 r42100  
    99COMBINE.DISCARD F32     0.2             # Discard fraction for Olympic weighted mean
    1010
    11 COMBINE.PERCENT   BOOL  FALSE           # Use a single percentile clipping?
    12 COMBINE.MIN.RANGE F32   0.16            # Minimum fraction for percentile clipping
    13 COMBINE.MAX.RANGE F32   0.84            # Maximum fraction for percentile clipping
     11COMBINE.PERCENT         BOOL  FALSE     # Use a single percentile clipping?
     12COMBINE.REJECT.FRACTION F32   0.32      # fraction of outliers to reject in percentile clipping
     13                                        # Note this is the total both above and below the median
    1414
    1515MASK.VAL        STR     MASK.VALUE,CONV.BAD,GHOST # Mask value of input bad pixels
     
    1818MASK.POOR       STR     CONV.POOR       # Mask value to give poor pixels
    1919MASK.BLANKBORDER S32    0               # Mask blank border in final stack output (may want to set KERNEL.SIZE)
     20
     21SKIP.MISSING.INPUTS BOOL FALSE          # If some input warp images are missing, make the stack anyway
    2022
    2123# we are in some danger of inconsistency in the definition of a 'bad' vs a 'suspect' pixel
     
    113115OUTPUT.NOCOMP   BOOL    FALSE           # use filerules that make conconpressed outputs
    114116OUTPUT.LOGFLUX  BOOL    FALSE           # choose a log-scaling for output images
     117OUTPUT.DEEPEXP  BOOL    FALSE           # allow exptime maps with dynamic range up to 2^16 (64k) seconds
    115118
    116119OUTPUT.REPLICATE BOOL   TRUE
     
    227230END
    228231
    229 
    230 
    231 
     232STACK_UNIONS_DR3 METADATA
     233  COMBINE.PERCENT     BOOL TRUE  # Use a single percentile clipping?
     234  SKIP.MISSING.INPUTS BOOL TRUE  # If some input warp images are missing, make the stack anyway
     235  CONVOLVE            BOOL FALSE # Convolve images when stacking?
     236  OUTPUT.NOCOMP       BOOL FALSE # use filerules that make compressed outputs
     237  OUTPUT.LOGFLUX      BOOL TRUE  # choose a log-scaling for output images
     238  OUTPUT.DEEPEXP      BOOL TRUE  # allow exptime maps with dynamic range up to 2^16 (64k) seconds
     239END
    232240
    233241TEST1 METADATA
Note: See TracChangeset for help on using the changeset viewer.