IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35455 for trunk/ippconfig


Ignore:
Timestamp:
Apr 30, 2013, 6:10:41 PM (13 years ago)
Author:
watersc1
Message:

Changes to stacking code:

  • New input FWHM clipping algorithm using mixture models
  • New recipes/reductions that further reduce FWHM clipping
  • pmSubtractionRejectStamps now fits flux/chi2 values in log-log space to prevent outliers biasing the fit (and causing images to be rejected due to a small number of bad stamps)
  • pmPSF now correctly chooses between useReff forms as appropriate
  • pmPSF change fixes circularization issues in pmReadoutFakeFromSources
  • pmPSFEnvelope somewhat more clear about circularization
  • Changed debugging in pmSubtractionEquation to add information.

I do not see any conflicts with the ppSub code.

Location:
trunk/ippconfig
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/gpc1/ppStack.config

    r35399 r35455  
    6363    PSF.INPUT.THRESH        F32   5.0
    6464    PSF.INPUT.ASYMMETRY     F32   0.2
     65   MATCH.REJ        F32    4.0
     66   SAFE          BOOL   F
     67
     68END
     69
     70STACK_THREEPI_ALT  METADATA
     71    OUTPUT.NOCOMP           BOOL  TRUE  ## MD test mod
     72    OUTPUT.LOGFLUX          BOOL  FALSE ## MD test mod
     73    STACK.TYPE              STR   DEEP_STACK ## MD test mod
     74    PSF.INPUT.MAX           F32   10.0  # input cut more restrictive now 12->10 pix, limit target PSF in convolved stacks
     75    PSF.INPUT.CLIP.NSIGMA   F32   1.5   # additional cut if majority of inputs much smaller than INPUT.MAX
     76    PSF.INPUT.THRESH        F32   10.0
     77    PSF.INPUT.ASYMMETRY     F32   0.2
     78   MATCH.REJ        F32    4.0
     79   SAFE          BOOL   F
     80
    6581END
    6682
  • trunk/ippconfig/recipes/ppStack.config

    r35394 r35455  
    160160STACK_THREEPI  METADATA
    161161END
     162STACK_THREEPI_ALT  METADATA
     163END
    162164
    163165STACK_ALLDEEP   METADATA
  • trunk/ippconfig/recipes/reductionClasses.mdc

    r35337 r35455  
    538538END
    539539
     540THREEPI_STACK_ALT     METADATA
     541      STACK_PPSTACK   STR      STACK_THREEPI_ALT
     542      STACK_PPSUB     STR      STACK
     543      STACK_PSPHOT    STR      STACK
     544END
     545
     546
    540547# quick stacks
    541548QUICKSTACK            METADATA
     
    632639PRESERVE_BG     METADATA
    633640        CHIP_PPIMAGE    STR     CHIP_PRESERVE_BG
     641        CHIP_PSPHOT     STR     CHIP
     642        WARP_PSWARP     STR     WARP
     643        STACK_PPSTACK   STR     STACK
     644        STACK_PPSUB     STR     STACK
     645        STACK_PSPHOT    STR     STACK
     646        DIFF_PPSUB      STR     DIFF
     647        DIFF_PSPHOT     STR     DIFF
     648        JPEG_BIN1       STR     PPIMAGE_J1
     649        JPEG_BIN2       STR     PPIMAGE_J2
     650        FAKEPHOT        STR     FAKEPHOT
     651        ADDSTAR         STR     ADDSTAR
     652        PSASTRO         STR     DEFAULT_RECIPE
     653        BACKGROUND_PPBACKGROUND STR     BACKGROUND
     654        BACKGROUND_PSWARP       STR     BACKGROUND
     655END
     656
     657# Background removal, but then add it back in
     658RESTORE_BG      METADATA
     659        CHIP_PPIMAGE    STR     CHIP_RESTORE_BG
    634660        CHIP_PSPHOT     STR     CHIP
    635661        WARP_PSWARP     STR     WARP
Note: See TracChangeset for help on using the changeset viewer.