IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 11, 2010, 3:32:38 PM (16 years ago)
Author:
Paul Price
Message:

Adding moderate PSF limits: neither lax nor strict. The idea is to allow slightly bad PSFs to go into the stack PSF envelope calculation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmModel.h

    r25754 r26916  
    4848    PM_MODEL_LIMITS_NONE,               ///< Apply no limits: suitable for debugging
    4949    PM_MODEL_LIMITS_IGNORE,             ///< Ignore all limits: fit can go to town
    50     PM_MODEL_LIMITS_LAX,                ///< Lax limits: attempting to reproduce mildly bad data
    51     PM_MODEL_LIMITS_STRICT,             ///< Strict limits: good quality data
     50    PM_MODEL_LIMITS_LAX,                ///< Lax limits: attempting to reproduce even bad data
     51    PM_MODEL_LIMITS_MODERATE,           ///< Moderate limits: cope with mildly bad data
     52    PM_MODEL_LIMITS_STRICT,             ///< Strict limits: insist on good quality data
    5253} pmModelLimitsType;
    5354
Note: See TracChangeset for help on using the changeset viewer.