Changeset 28955 for trunk/Ohana/src/opihi/dvo/ImageSelection.c
- Timestamp:
- Aug 18, 2010, 2:54:33 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/ImageSelection.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/ImageSelection.c
r27435 r28955 45 45 } 46 46 47 Image *MatchImage (unsigned int time, short int source ) {47 Image *MatchImage (unsigned int time, short int source, unsigned int imageID) { 48 48 49 49 int m; 50 50 51 m = match_image_subset (image, subset, Nsubset, time, source); 51 if ((imageID != 0) && (imageID < Nimage)) { 52 m = (int) imageID - 1; 53 } else { 54 m = match_image_subset (image, subset, Nsubset, time, source); 55 } 52 56 if (m == -1) return (NULL); 53 57 if (!FindMosaicForImage (image, Nimage, m)) return (NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
