Changeset 14590 for trunk/Ohana/src/opihi/dvo/ImageOps.c
- Timestamp:
- Aug 21, 2007, 2:10:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/ImageOps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/ImageOps.c
r14401 r14590 27 27 28 28 if (selection->useSkyregion) { 29 get_skyregion (&patch.Rmin, &patch.Rmax, &patch.Dmin, &patch.Dmax); 29 double Rs, Re, Ds, De; 30 get_skyregion (&Rs, &Re, &Ds, &De); 31 patch.Rmin = Rs; 32 patch.Rmax = Re; 33 patch.Dmin = Ds; 34 patch.Dmax = De; 30 35 Rmin = patch.Rmin - 182.0; 31 36 Rmax = patch.Rmax + 182.0;
Note:
See TracChangeset
for help on using the changeset viewer.
