IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 25, 2024, 2:06:32 PM (2 years ago)
Author:
eugene
Message:

define XCSTACK_UNIONS_DR4 recipe; make default XCSTACK recipe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/ippconfig/recipes/ppStack.config

    r42561 r42642  
    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?
     256END
     257
    241258TEST1 METADATA
    242259  CONVOLVE          BOOL  FALSE           # Convolve images when stacking?
Note: See TracChangeset for help on using the changeset viewer.