Changeset 3335
- Timestamp:
- Feb 25, 2005, 7:30:29 PM (21 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 3 added
- 3 edited
-
doc/dvo2.txt (added)
-
src/gastro/src/gheader.c (modified) (1 diff)
-
src/gastro2/src/gheader2.c (modified) (1 diff)
-
src/imclean/src/AdjustHeader.c (modified) (1 diff)
-
src/opihi/doc/pcontrol.txt (added)
-
src/opihi/doc/scheduler.txt (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/gastro/src/gheader.c
r2435 r3335 38 38 fits_modify (&header, "NASTRO", "%C", 1, "number of stars used for astrometry"); 39 39 40 /*** use PutCoords to update header ***/ 40 41 if (coords.Npolyterms > 1) { 41 42 fits_modify (&header, "CTYPE1", "%s", 1, "RA---PLY"); -
trunk/Ohana/src/gastro2/src/gheader2.c
r2442 r3335 24 24 fits_modify (&header, "NASTRO", "%C", 1, "number of stars used for astrometry"); 25 25 26 /*** use PutCoords to update header ***/ 26 27 if (Target[0].coords.Npolyterms > 1) { 27 28 fits_modify (&header, "CTYPE1", "%s", 1, "RA---PLY"); -
trunk/Ohana/src/imclean/src/AdjustHeader.c
r2423 r3335 62 62 exit (1); 63 63 } 64 /*** use PutCoords to update header ***/ 64 65 if (coords.Npolyterms > 1) { 65 66 fits_modify (header, "CTYPE1", "%s", 1, "RA---PLY");
Note:
See TracChangeset
for help on using the changeset viewer.
