IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 25, 2007, 3:20:29 PM (19 years ago)
Author:
magnier
Message:

incorporating updates from eam_02_branch (cached models, pmPSF FITS IO)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO_SX.c

    r12949 r13034  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2007-04-21 19:47:14 $
     5 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2007-04-26 01:20:29 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5757    for (int i = 0; i < sources->n; i++) {
    5858        pmSource *source = (pmSource *) sources->data[i];
    59         pmModel *model = pmSourceSelectModel (source);
     59
     60        // no difference between PSF and non-PSF model
     61        pmModel *model = pmSourceGetModel (NULL, source);
    6062        if (model == NULL)
    6163            continue;
Note: See TracChangeset for help on using the changeset viewer.