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/psModules/src/imcombine/pmPSFEnvelope.c

    r34403 r35455  
    3737
    3838
    39 //#define TESTING                         // Enable test output
     39// #define TESTING                         // Enable test output
    4040// #define PEAK_NORM                       // Normalise peaks?
    4141#define PEAK_FLUX 1.0e4                 // Peak flux for each source
     
    190190        psf->residuals = NULL;
    191191        pmModelClassSetLimits(PM_MODEL_LIMITS_MODERATE);
     192        psLogMsg("psModules",PS_LOG_INFO,"Matching Input %d",i);
     193#define CIRCULARIZE true
    192194        if (!pmReadoutFakeFromSources(fakeRO, fakeSize, fakeSize, fakes, 0, xOffset, yOffset, psf,
    193                                       NAN, radius, true, false)) {
     195                                      NAN, radius, CIRCULARIZE, false)) {
    194196            psError(PS_ERR_UNKNOWN, false, "Unable to generate fake readout.");
    195197            psFree(envelope);
Note: See TracChangeset for help on using the changeset viewer.