Changeset 36482
- Timestamp:
- Feb 6, 2014, 12:21:24 PM (12 years ago)
- Location:
- trunk/Ohana/src/relastro/src
- Files:
-
- 6 edited
-
. (modified) (1 prop)
-
UpdateObjects.c (modified) (1 diff)
-
high_speed_objects.c (modified) (1 diff)
-
hpm_objects.c (modified) (1 diff)
-
select_images.c (modified) (1 diff)
-
testparallax.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20131211/Ohana/src/relastro/src (added) merged: 36398,36480
- Property svn:mergeinfo changed
-
trunk/Ohana/src/relastro/src/UpdateObjects.c
r35763 r36482 67 67 coords.pc1_2 = coords.pc2_1 = 0.0; 68 68 coords.Npolyterms = 1; 69 strcpy (coords.ctype, " RA---SIN");69 strcpy (coords.ctype, "DEC--SIN"); 70 70 71 71 XVERB = FALSE; -
trunk/Ohana/src/relastro/src/high_speed_objects.c
r35494 r36482 161 161 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 162 162 tcoords.Npolyterms = 1; 163 strcpy (tcoords.ctype, " RA---ARC");163 strcpy (tcoords.ctype, "DEC--ARC"); 164 164 165 165 /* build spatial index (RA sort) referencing input array sequence */ -
trunk/Ohana/src/relastro/src/hpm_objects.c
r35494 r36482 138 138 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 139 139 tcoords.Npolyterms = 1; 140 strcpy (tcoords.ctype, " RA---ARC");140 strcpy (tcoords.ctype, "DEC--ARC"); 141 141 142 142 /* build spatial index (RA sort) referencing input array sequence */ -
trunk/Ohana/src/relastro/src/select_images.c
r35763 r36482 57 57 tcoords.pc1_1 = tcoords.pc2_2 = 1.0; 58 58 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 59 strcpy (tcoords.ctype, " RA---TAN");59 strcpy (tcoords.ctype, "DEC--TAN"); 60 60 61 61 ALLOCATE (skycoords, SkyRegionCoords, skylist[0].Nregions); -
trunk/Ohana/src/relastro/src/testparallax.c
r34088 r36482 57 57 coords.pc1_2 = coords.pc2_1 = 0.0; 58 58 coords.Npolyterms = 1; 59 strcpy (coords.ctype, " RA---SIN");59 strcpy (coords.ctype, "DEC--SIN"); 60 60 61 61 // use one point as a local reference
Note:
See TracChangeset
for help on using the changeset viewer.
