IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.