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.c

    r13514 r13803  
    55 *  @author EAM, IfA
    66 *
    7  *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-05-25 00:16:03 $
     7 *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-06-13 23:41:51 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    155155        source->modelPSF = pmModelFromPSF (source->modelEXT, psfTry->psf);
    156156        if (source->modelPSF == NULL) {
     157            psfTry->mask->data.U8[i] = PSFTRY_MASK_BAD_MODEL;
     158            abort();
    157159            continue;
    158160        }
Note: See TracChangeset for help on using the changeset viewer.