IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2025, 11:31:23 AM (15 months ago)
Author:
eugene
Message:

add recipe options for xcstack, xcff, xcsky

Location:
trunk/ippconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig

  • trunk/ippconfig/recipes/ppStack.config

    r42558 r42844  
    239239END
    240240
     241XCSTACK_UNIONS_DR4 METADATA
     242  CONVOLVE          BOOL  FALSE           # Convolve images when stacking?
     243  MATCH.ZERO.POINTS BOOL  TRUE            # Convolve images when stacking?
     244 
     245  COMBINE.ITER    F32     0.0             # Number of rejection iterations per input
     246  COMBINE.REJ     F32    10.0             # Rejection threshold in combination (sigma)
     247  COMBINE.SYS     F32     0.1             # Relative systematic error in combination
     248  COMBINE.DISCARD F32     0.0             # Discard fraction for Olympic weighted mean
     249 
     250  COMBINE.PERCENT         BOOL  TRUE      # Use a single percentile clipping?
     251  COMBINE.REJECT.FRACTION F32   0.0       # fraction of outliers to reject in percentile clipping
     252 
     253  SKIP.MISSING.INPUTS BOOL FALSE          # If some input warp images are missing, make the stack anyway
     254 
     255  SKIP.BG.SUB         BOOL TRUE            # Bypass background subtraction?
     256
     257  OUTPUT.NOCOMP       BOOL FALSE # use filerules that make compressed outputs
     258  OUTPUT.LOGFLUX      BOOL TRUE  # choose a log-scaling for output images
     259  OUTPUT.DEEPEXP      BOOL TRUE  # allow exptime maps with dynamic range up to 2^16 (64k) seconds
     260END
     261
    241262TEST1 METADATA
    242263  CONVOLVE          BOOL  FALSE           # Convolve images when stacking?
Note: See TracChangeset for help on using the changeset viewer.