Changeset 37807 for trunk/Ohana/src/checkastro/src/bcatalog.c
- Timestamp:
- Jan 11, 2015, 2:14:39 PM (12 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/checkastro/src/bcatalog.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo changed
-
trunk/Ohana/src/checkastro/src/bcatalog.c
r36833 r37807 191 191 /* project coordinates to a plane centered on the object with units of arcsec */ 192 192 Coords coords; 193 InitCoords (&coords, "DEC--SIN"); 193 194 coords.crval1 = Rc; 194 195 coords.crval2 = Dc; 195 coords.crpix1 = 0;196 coords.crpix2 = 0;197 196 coords.cdelt1 = coords.cdelt2 = 1.0 / 3600.0; 198 coords.pc1_1 = coords.pc2_2 = 1.0;199 coords.pc1_2 = coords.pc2_1 = 0.0;200 coords.Npolyterms = 1;201 strcpy (coords.ctype, "DEC--SIN");202 197 203 198 // convert all average R,D values to X,Y:
Note:
See TracChangeset
for help on using the changeset viewer.
