- Timestamp:
- Mar 23, 2011, 12:04:42 PM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110213/psModules/src/objects
- Files:
-
- 2 edited
-
pmPeaks.c (modified) (1 diff)
-
pmSourceIO_SMPDATA.c (modified) (1 diff)
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; -
branches/eam_branches/ipp-20110213/psModules/src/objects/pmSourceIO_SMPDATA.c
r30974 r31026 205 205 206 206 source->peak = pmPeakAlloc(PAR[PM_PAR_XPOS], PAR[PM_PAR_YPOS], peakFlux, PM_PEAK_LONE); 207 source->peak->rawFlux = peakFlux;208 207 209 208 sources->data[i] = source;
Note:
See TracChangeset
for help on using the changeset viewer.
