IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2007, 1:41:51 PM (19 years ago)
Author:
magnier
Message:

replaced pmModel.status with pmModel.flags; using bit values instead of ints; names are now of the form PM_MODEL_STATUS_XXX; no error on limit saturation for model parameters

File:
1 edited

Legend:

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

    r11253 r13803  
    66 * @author EAM, IfA
    77 *
    8  * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-01-24 02:54:15 $
     8 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-06-13 23:41:51 $
    1010 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1111 */
     
    6868    PSFTRY_MASK_PSF_FAIL = 0x04,        ///< 3: psf model failed to converge
    6969    PSFTRY_MASK_BAD_PHOT = 0x08,        ///< 4: invalid source photometry
    70     PSFTRY_MASK_ALL      = 0x0f,        ///< Add comment.
     70    PSFTRY_MASK_BAD_MODEL= 0x10,        ///< 5: could not build PSF from EXT (!??)
     71    PSFTRY_MASK_ALL      = 0x1f,        ///< Add comment.
    7172} pmPSFtryMaskValues;
    7273
Note: See TracChangeset for help on using the changeset viewer.