Changeset 31153 for trunk/psModules/src/objects/pmFootprint.h
- Timestamp:
- Apr 4, 2011, 1:04:41 PM (15 years ago)
- Location:
- trunk/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/objects/pmFootprint.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules
- Property svn:ignore
-
old new 28 28 ChangeLog 29 29 psmodules-*.tar.* 30 a.out.dSYM
-
- Property svn:ignore
-
trunk/psModules/src/objects/pmFootprint.h
r30621 r31153 10 10 #ifndef PM_FOOTPRINT_H 11 11 #define PM_FOOTPRINT_H 12 13 // We need to choose up front if the culling algorithm uses the raw or smoothed image. 14 // depending on which we choose, we should produce sorted peaks based on peak->rawFlux or 15 // peak->smoothFlux 16 17 # define PM_PEAKS_CULL_WITH_SMOOTHED_IMAGE 1 12 18 13 19 typedef struct { … … 84 90 const float nsigma_delta, // how many sigma above local background a peak needs to be to survive 85 91 const float fPadding, // fractional padding added to stdev since bright peaks have unreasonably high significance 86 const float min_threshold // minimum permitted coll height 92 const float min_threshold, // minimum permitted coll height 93 const float max_threshold,// maximum permitted coll height 94 const bool isWeightVar // the input weight may be variance (sigma^2) or S/N (1/sigma) 87 95 ); 88 96
Note:
See TracChangeset
for help on using the changeset viewer.
