- Timestamp:
- Jun 22, 2012, 6:52:56 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120601/psModules/src/detrend
- Files:
-
- 2 edited
-
pmFringeStats.c (modified) (1 diff)
-
pmNonLinear.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/psModules/src/detrend/pmFringeStats.c
r31069 r34052 662 662 if (item->type == PS_DATA_VECTOR) { \ 663 663 ARRAY->data[i] = psMemIncrRefCounter(item->data.V); \ 664 } else if (item->type == PS_ TYPE_##TYPE) { \664 } else if (item->type == PS_DATA_##TYPE) { \ 665 665 psVector *vector = psVectorAlloc(1, PS_TYPE_##TYPE); \ 666 666 vector->data.TYPE[0] = item->data.TYPE; \ -
branches/eam_branches/ipp-20120601/psModules/src/detrend/pmNonLinear.c
r34044 r34052 329 329 330 330 bin = correction_fluxes->n - 1; 331 psTrace("psModules.nonlin",6,"NLMN: %f %d %f %f\n",flux,bin,correction_fluxes->data.F32[0],correction_fluxes->data.F32[bin]); 332 if (bin < 0) { /* warn? */ } 331 333 if (flux < correction_fluxes->data.F32[0]) { 332 334 return(0.0); … … 357 359 bin = correction_fluxes->n - 1; 358 360 psTrace("psModules.nonlin",6,"NLMN: %f %d %f %f\n",flux,bin,correction_fluxes->data.F32[0],correction_fluxes->data.F32[bin]); 361 if (bin < 0) { /* warn? */ } 359 362 if (flux < correction_fluxes->data.F32[0]) { 360 363 return(0.0);
Note:
See TracChangeset
for help on using the changeset viewer.
