IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2008, 5:47:08 AM (18 years ago)
Author:
rhl
Message:

Set PSFTRY_MASK_BAD_MODEL when we can't build a model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/RHL_v1_4b/psModules/src/objects/pmPSFtry.c

    r13514 r18280  
    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.41.2.1 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2008-06-23 15:47:08 $
    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;
    157158            continue;
    158159        }
Note: See TracChangeset for help on using the changeset viewer.