Changeset 13137
- Timestamp:
- May 2, 2007, 2:13:03 PM (19 years ago)
- Location:
- trunk/psModules/src/objects
- Files:
-
- 3 edited
-
pmSourceIO.h (modified) (2 diffs)
-
pmSourceIO_CMP.c (modified) (2 diffs)
-
pmSourceIO_OBJ.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO.h
r12832 r13137 4 4 * @author EAM, IfA; GLG, MHPCC 5 5 * 6 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-0 4-14 03:22:48$6 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-05-03 00:13:03 $ 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 9 9 * … … 16 16 /// @{ 17 17 18 int pmSourceDophotType (pmSource *source); 18 int pmSourceGetDophotType (pmSource *source); 19 bool pmSourceSetDophotType (pmSource *source, int type); 19 20 20 21 bool pmSourcesWriteRAW (psArray *sources, char *filename); -
trunk/psModules/src/objects/pmSourceIO_CMP.c
r13064 r13137 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.2 8$ $Name: not supported by cvs2svn $6 * @date $Date: 2007-0 4-27 22:14:08$5 * @version $Revision: 1.29 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-05-03 00:13:03 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 115 115 dPAR = model->dparams->data.F32; 116 116 117 type = pmSource DophotType (source);117 type = pmSourceGetDophotType (source); 118 118 lsky = (source->sky < 1.0) ? 0.0 : log10(source->sky); 119 119 -
trunk/psModules/src/objects/pmSourceIO_OBJ.c
r13064 r13137 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $6 * @date $Date: 2007-0 4-27 22:14:08$5 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-05-03 00:13:03 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 70 70 71 71 dmag = dPAR[PM_PAR_I0] / PAR[PM_PAR_I0]; 72 type = pmSource DophotType (source);72 type = pmSourceGetDophotType (source); 73 73 if ((source->apMag < 99.0) && (source->psfMag < 99.0)) { 74 74 apResid = source->apMag - source->psfMag;
Note:
See TracChangeset
for help on using the changeset viewer.
