IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25717


Ignore:
Timestamp:
Oct 1, 2009, 10:51:55 AM (17 years ago)
Author:
Paul Price
Message:

Strict limits on models, since these PSFs will be used for the stack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/pswarp/src/pswarpLoop.c

    r25047 r25717  
    1616
    1717#define WCS_NONLIN_TOL 0.001            // Non-linear tolerance for header WCS
    18 #define PSPHOT_FIND_PSF 1               // Use psphot's findPSF function?
    1918#define TESTING 0                       // Testing output?
    2019
     
    398397        }
    399398
     399        pmModelClassSetLimits(PM_MODEL_LIMITS_STRICT);
     400
    400401        // measure the PSF using these sources
    401402        if (!psphotReadoutFindPSF(config, view, sources)) {
Note: See TracChangeset for help on using the changeset viewer.