Changeset 28955 for trunk/Ohana/src/opihi/dvo/mextract.c
- Timestamp:
- Aug 18, 2010, 2:54:33 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/mextract.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/mextract.c
r28241 r28955 88 88 mosaicMode = FALSE; 89 89 for (i = 0; !loadImages && (i < Nfields); i++) { 90 if (fields[i].ID == MEAS_XCCD) loadImages = TRUE; 91 if (fields[i].ID == MEAS_YCCD) loadImages = TRUE; 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 92 if (fields[i].ID == MEAS_XMOSAIC) loadImages = mosaicMode = TRUE; 93 93 if (fields[i].ID == MEAS_YMOSAIC) loadImages = mosaicMode = TRUE; 94 if (fields[i].ID == MEAS_EXTERN_ID) loadImages = mosaicMode = TRUE; 94 95 } 95 96 if (loadImages && !SetImageSelection (mosaicMode, selection)) goto escape; … … 305 306 gprint (GP_ERR, " catID : catalog ID (32 bit)\n"); 306 307 gprint (GP_ERR, " imageID : ID of source image (32 bit)\n"); 308 gprint (GP_ERR, " externID : externID of source image (32 bit)\n"); 307 309 return (FALSE); 308 310 }
Note:
See TracChangeset
for help on using the changeset viewer.
