- Timestamp:
- Feb 2, 2012, 2:07:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/opihi/dvo/mextract.c
r30612 r33200 88 88 mosaicMode = FALSE; 89 89 for (i = 0; !loadImages && (i < Nfields); i++) { 90 if (fields[i].ID == MEAS_XCCD) loadImages = TRUE; // Are these still needed? Xccd and Yccd are in measurement 91 if (fields[i].ID == MEAS_YCCD) loadImages = TRUE; // and dbExtractMeasures doesn't look at the image for these 92 if (fields[i].ID == MEAS_XMOSAIC) loadImages = mosaicMode = TRUE; 93 if (fields[i].ID == MEAS_YMOSAIC) loadImages = mosaicMode = TRUE; 90 if (!MEASURE_HAS_XCCD) { 91 // I'm keeping this code because it gives a way of handing dvo dbs that don't have 92 // measure.xccd if we need it 93 if (fields[i].ID == MEAS_XCCD) loadImages = TRUE; 94 if (fields[i].ID == MEAS_YCCD) loadImages = TRUE; 95 } 96 if (fields[i].ID == MEAS_XMOSAIC) loadImages = mosaicMode = TRUE; 97 if (fields[i].ID == MEAS_YMOSAIC) loadImages = mosaicMode = TRUE; 94 98 if (fields[i].ID == MEAS_EXTERN_ID) loadImages = mosaicMode = TRUE; 99 if (fields[i].ID == MEAS_FLAT) loadImages = mosaicMode = TRUE; 95 100 } 96 101 if (loadImages && !SetImageSelection (mosaicMode, selection)) goto escape; … … 307 312 gprint (GP_ERR, " imageID : ID of source image (32 bit)\n"); 308 313 gprint (GP_ERR, " externID : externID of source image (32 bit)\n"); 314 315 gprint (GP_ERR, " Mcal_offset : difference wrt nominal zero point (clouds are positive)\n"); 316 gprint (GP_ERR, " flat : flat-field correction (measure.Mcal - image.Mcal)\n"); 309 317 return (FALSE); 310 318 }
Note:
See TracChangeset
for help on using the changeset viewer.
