IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 23, 2007, 8:04:18 AM (19 years ago)
Author:
magnier
Message:

converting to source->maskObj and source->maskView

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_02_branch/psModules/src/objects/pmSourceIO_OBJ.c

    r12943 r12958  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.9.2.2 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2007-04-21 00:03:31 $
     5 *  @version $Revision: 1.9.2.3 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2007-04-23 18:04:18 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6161    for (int i = 0; i < sources->n; i++) {
    6262        pmSource *source = (pmSource *) sources->data[i];
    63         pmModel *model = pmSourceSelectModel (source);
     63
     64        // no difference between PSF and non-PSF model
     65        pmModel *model = pmSourceGetModel (NULL, source);
    6466        if (model == NULL)
    6567            continue;
Note: See TracChangeset for help on using the changeset viewer.