IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2009, 4:02:05 PM (17 years ago)
Author:
Paul Price
Message:

Adding option to ignore limits. PM_MODEL_LIMITS_NONE allows catching application of limits when none is desired. PM_MODEL_LIMITS_IGNORE ignores all application of limits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psModules/src/objects/pmModel.h

    r25548 r25563  
    4646/// Parameter limit types
    4747typedef enum {
    48     PM_MODEL_LIMITS_NONE,               ///< No limits: fit can go to town
     48    PM_MODEL_LIMITS_NONE,               ///< Apply no limits: suitable for debugging
     49    PM_MODEL_LIMITS_IGNORE,             ///< Ignore all limits: fit can go to town
    4950    PM_MODEL_LIMITS_LAX,                ///< Lax limits: attempting to reproduce mildly bad data
    5051    PM_MODEL_LIMITS_STRICT,             ///< Strict limits: good quality data
Note: See TracChangeset for help on using the changeset viewer.