Changeset 37807 for trunk/Ohana/src/libdvo/src/ImageSelection.c
- Timestamp:
- Jan 11, 2015, 2:14:39 PM (12 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libdvo/src/ImageSelection.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo changed
-
trunk/Ohana/src/libdvo/src/ImageSelection.c
r36490 r37807 22 22 23 23 if (mosaicMode) { 24 /* mosaic defines a frame with 0,0 at the mosaic center, and 1 arcsec / pixel */ 25 mosaic.crpix1 = mosaic.crpix2 = 0.0; 26 mosaic.cdelt1 = mosaic.cdelt2 = 1.0 / 3600; 27 mosaic.pc1_1 = mosaic.pc2_2 = 1.0; 28 mosaic.pc1_2 = mosaic.pc2_1 = 0.0; 29 mosaic.Npolyterms = 0; 30 strcpy (mosaic.ctype, "DEC--SIN"); 24 /* mosaic defines a frame with 0,0 at the mosaic center, and 1 arcsec / pixel */ 25 InitCoords (&mosaic, "DEC--SIN"); 26 mosaic.cdelt1 = mosaic.cdelt2 = 1.0 / 3600; 31 27 } 32 28 … … 64 60 } 65 61 if (m == -1) return (NULL); 66 if (!FindMosaicForImage (image, Nimage, m)) return (NULL);67 62 return (&image[m]); 68 63 } … … 85 80 } 86 81 if (m == -1) return (NULL); 87 if (!FindMosaicForImage (image, Nimage, m)) return (NULL);88 82 return (&image[m]); 89 83 }
Note:
See TracChangeset
for help on using the changeset viewer.
