- Timestamp:
- Mar 23, 2011, 12:04:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psModules/src/objects/pmPeaks.c
r30974 r31026 151 151 tmp->y = y; 152 152 tmp->detValue = value; 153 tmp->rawFlux = NAN;153 tmp->rawFlux = value; // set this by default: it is up to the user to supply a better value 154 154 tmp->rawFluxStdev = NAN; 155 tmp->smoothFlux = NAN;155 tmp->smoothFlux = value; // set this by default: it is up to the user to supply a better value 156 156 tmp->smoothFluxStdev = NAN; 157 157 // tmp->SN = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
