- Timestamp:
- Dec 18, 2012, 5:56:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121130/ppStack/src/ppStackPrepare.c
r34095 r34838 132 132 psVectorInit(options->inputMask, 0); 133 133 options->exposures = psVectorAlloc(options->num, PS_TYPE_F32); 134 134 135 psVectorInit(options->exposures, NAN); 135 136 … … 150 151 151 152 options->exposures->data.F32[i] = psMetadataLookupF32(NULL, cell->concepts, "CELL.EXPOSURE"); 153 if ((options->exposures->data.F32[i] == 0)|| 154 (!(isfinite(options->exposures->data.F32[i])))){ 155 options->exposures->data.F32[i] = psMetadataLookupF32(NULL,recipe,"DEFAULT.EXPTIME"); 156 } 152 157 options->sumExposure += options->exposures->data.F32[i]; 153 158
Note:
See TracChangeset
for help on using the changeset viewer.
