IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2013, 11:32:28 AM (13 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20130419/psModules
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130419/psModules

  • branches/eam_branches/ipp-20130419/psModules/src/imcombine/pmPSFEnvelope.c

    r34403 r35551  
    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.