IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13137


Ignore:
Timestamp:
May 2, 2007, 2:13:03 PM (19 years ago)
Author:
magnier
Message:

changed pmSourceDophotType to pmSourceGetDophotType

Location:
trunk/psModules/src/objects
Files:
3 edited

Legend:

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

    r12832 r13137  
    44 * @author EAM, IfA; GLG, MHPCC
    55 *
    6  * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-04-14 03:22:48 $
     6 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-05-03 00:13:03 $
    88 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    99 *
     
    1616/// @{
    1717
    18 int pmSourceDophotType (pmSource *source);
     18int pmSourceGetDophotType (pmSource *source);
     19bool pmSourceSetDophotType (pmSource *source, int type);
    1920
    2021bool pmSourcesWriteRAW (psArray *sources, char *filename);
  • trunk/psModules/src/objects/pmSourceIO_CMP.c

    r13064 r13137  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2007-04-27 22:14:08 $
     5 *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2007-05-03 00:13:03 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    115115        dPAR = model->dparams->data.F32;
    116116
    117         type = pmSourceDophotType (source);
     117        type = pmSourceGetDophotType (source);
    118118        lsky = (source->sky < 1.0) ? 0.0 : log10(source->sky);
    119119
  • trunk/psModules/src/objects/pmSourceIO_OBJ.c

    r13064 r13137  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2007-04-27 22:14:08 $
     5 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2007-05-03 00:13:03 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7070
    7171        dmag = dPAR[PM_PAR_I0] / PAR[PM_PAR_I0];
    72         type = pmSourceDophotType (source);
     72        type = pmSourceGetDophotType (source);
    7373        if ((source->apMag < 99.0) && (source->psfMag < 99.0)) {
    7474            apResid = source->apMag - source->psfMag;
Note: See TracChangeset for help on using the changeset viewer.