- Timestamp:
- Mar 18, 2011, 2:09:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psModules/src/objects/pmPhotObj.h
r29004 r30974 34 34 float x; 35 35 float y; 36 float SN; // max of peak->SNfor all matched sources36 float flux; // max of peak->rawFlux for all matched sources 37 37 } pmPhotObj; 38 38 … … 41 41 bool pmPhotObjAddSource(pmPhotObj *object, pmSource *source); 42 42 43 int pmPhotObjSortBy SN(const void **a, const void **b);43 int pmPhotObjSortByFlux (const void **a, const void **b); 44 44 int pmPhotObjSortByX (const void **a, const void **b); 45 45
Note:
See TracChangeset
for help on using the changeset viewer.
