IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 11, 2010, 3:19:38 PM (16 years ago)
Author:
eugene
Message:

add maxTol and maxChisqDOF to psMin to allow for better control over fit success and convergence; add options to fit only index or without index

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/psModules/src/objects/pmModelFuncs.h

    r28643 r28656  
    4141    PM_MODEL_STATUS_OFFIMAGE     = 0x04, ///< model fit drove out of range
    4242    PM_MODEL_STATUS_BADARGS      = 0x08, ///< model fit called with invalid args
    43     PM_MODEL_STATUS_LIMITS       = 0x10  ///< model parameters hit limits
     43    PM_MODEL_STATUS_LIMITS       = 0x10, ///< model parameters hit limits
     44    PM_MODEL_STATUS_WEAK_FIT     = 0x20, ///< model fit met loose tolerance, but not tight tolerance
    4445} pmModelStatus;
    4546
Note: See TracChangeset for help on using the changeset viewer.