Changeset 9651
- Timestamp:
- Oct 19, 2006, 11:10:08 AM (20 years ago)
- Location:
- trunk/psModules/src/objects
- Files:
-
- 2 edited
-
pmSource.c (modified) (2 diffs)
-
pmSource.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSource.c
r8815 r9651 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $9 * @date $Date: 2006- 09-15 09:49:01$8 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-10-19 21:10:08 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 86 86 tmp->apMag = 32.0; 87 87 tmp->pixWeight = 0.0; 88 tmp->sky = tmp->skyErr = NAN; 88 89 89 90 psTrace("psModules.objects", 3, "---- %s() end ----\n", __func__); -
trunk/psModules/src/objects/pmSource.h
r7947 r9651 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $6 * @date $Date: 2006- 07-20 13:10:39$5 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-10-19 21:10:08 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 90 90 float pixWeight; // model-weighted coverage of valid pixels 91 91 psRegion region; // area on image covered by selected pixels 92 float sky, skyErr; //?< The sky and its error at the center of the object 92 93 } 93 94 pmSource;
Note:
See TracChangeset
for help on using the changeset viewer.
