Changeset 37807 for trunk/Ohana/src/opihi/dvo/showtile.c
- Timestamp:
- Jan 11, 2015, 2:14:39 PM (12 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/dvo/showtile.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo changed
-
trunk/Ohana/src/opihi/dvo/showtile.c
r36489 r37807 28 28 29 29 /* reference for coords is this image */ 30 coords.crpix1 = coords.crpix2 = 0.0; 31 coords.crval1 = coords.crval2 = 0.0; 32 coords.cdelt1 = coords.cdelt2 = 1.0; 33 coords.pc1_1 = coords.pc2_2 = 1.0; 34 coords.pc1_2 = coords.pc2_1 = 0.0; 35 coords.Npolyterms = 0; 36 strcpy (coords.ctype, "DEC--TAN"); 30 InitCoords (&coords, "DEC--TAN"); 37 31 38 32 /* fill in top-left region */
Note:
See TracChangeset
for help on using the changeset viewer.
