Changeset 3393 for trunk/Ohana/src/opihi/dvo/imdense.c
- Timestamp:
- Mar 7, 2005, 10:21:59 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/imdense.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/imdense.c
r2598 r3393 20 20 if (!GetGraph (&graphmode, NULL, &Ngraph)) return (FALSE); 21 21 22 image = LoadImages (&Nimage); 23 if (Nimage == 0) { 24 return (FALSE); 25 } 22 if ((image = LoadImages (&Nimage)) == NULL) return (FALSE); 23 BuildChipMatch (image, Nimage); 26 24 27 25 Rmin = graphmode.coords.crval1 - 182.0; … … 42 40 /* project this image to screen display coords */ 43 41 status = FALSE; 42 if (!FindMosaicForImage (image, Nimage, i)) continue; 44 43 XY_to_RD (&r, &d, x, y, &image[i].coords); 45 44 while (r < Rmin) r += 360.0;
Note:
See TracChangeset
for help on using the changeset viewer.
