Changeset 11253 for trunk/psModules/src/objects/pmSourcePhotometry.h
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourcePhotometry.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourcePhotometry.h
r10050 r11253 1 /** @file pmSourcePhotometry.h 1 /* @file pmSourcePhotometry.h 2 * @brief functions to measure source photometry 2 3 * 3 * @author EAM, IfA; GLG, MHPCC4 * @author EAM, IfA; GLG, MHPCC 4 5 * 5 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-11-17 23:02:21 $ 7 * 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 9 * 6 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:15 $ 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 10 9 */ 11 10 12 11 # ifndef PM_SOURCE_PHOTOMETRY_H 13 12 # define PM_SOURCE_PHOTOMETRY_H 13 14 /// @addtogroup Objects Object Detection / Analysis Functions 15 /// @{ 14 16 15 17 /** … … 55 57 56 58 double pmSourceWeight(const pmSource *Mi, int term, const bool unweighted_sum); 59 60 /// @} 57 61 # endif /* PM_SOURCE_PHOTOMETRY_H */
Note:
See TracChangeset
for help on using the changeset viewer.
