IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42642


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

define XCSTACK_UNIONS_DR4 recipe; make default XCSTACK recipe

Location:
branches/eam_branches/ipp-20230313/ippconfig/recipes
Files:
2 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?
  • branches/eam_branches/ipp-20230313/ippconfig/recipes/reductionClasses.mdc

    r42601 r42642  
    179179        STACKPHOT_PPSUB   STR     STACKPHOT
    180180        STACKPHOT_PPSTACK STR     STACKPHOT
    181         STACKPHOT_SINGLE_PSPHOT  STR     STACKPHOT_SINGLE
    182         BACKGROUND_PPBACKGROUND STR     BACKGROUND
    183         BACKGROUND_PSWARP       STR     BACKGROUND
    184         PSVIDEOPHOT             STR     PSVIDEOPHOT
    185         STATICSKY_CALIBRATION   STR     STATICSKY_CAL
    186         FULLFORCE_PSPHOT  STR   FULLFORCE_WARP
    187         FPCAMERA          STR   DEFAULT_RECIPE
    188         XCSTACK_PPSTACK   STR   TEST1
    189         XCSTACK_PSPHOT    STR   STACKPHOT_SINGLE
     181        STACKPHOT_SINGLE_PSPHOT   STR     STACKPHOT_SINGLE
     182        BACKGROUND_PPBACKGROUND   STR   BACKGROUND
     183        BACKGROUND_PSWARP         STR   BACKGROUND
     184        PSVIDEOPHOT               STR     PSVIDEOPHOT
     185        STATICSKY_CALIBRATION     STR     STATICSKY_CAL
     186        FULLFORCE_PSPHOT  STR     FULLFORCE_WARP
     187        FPCAMERA          STR     DEFAULT_RECIPE
     188        XCSTACK_PPSTACK   STR     XCSTACK_UNIONS_DR4
     189        XCSTACK_PSPHOT    STR     STACKPHOT_SINGLE
    190190END
    191191
     
    21422142    BACKGROUND_PSWARP           STR     BACKGROUND
    21432143    PSVIDEOPHOT                 STR     PSVIDEOPHOT
    2144 END
     2144    XCSTACK_PPSTACK             STR     XCSTACK_UNIONS_DR4
     2145    XCSTACK_PSPHOT              STR     STACKPHOT_SINGLE
     2146END
Note: See TracChangeset for help on using the changeset viewer.