IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3335


Ignore:
Timestamp:
Feb 25, 2005, 7:30:29 PM (21 years ago)
Author:
eugene
Message:

added some docs, notes related to libcoords

Location:
trunk/Ohana
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/gastro/src/gheader.c

    r2435 r3335  
    3838  fits_modify (&header, "NASTRO", "%C", 1, "number of stars used for astrometry");
    3939
     40  /*** use PutCoords to update header ***/
    4041  if (coords.Npolyterms > 1) {
    4142    fits_modify (&header, "CTYPE1",   "%s",  1, "RA---PLY");
  • trunk/Ohana/src/gastro2/src/gheader2.c

    r2442 r3335  
    2424  fits_modify (&header, "NASTRO", "%C", 1, "number of stars used for astrometry");
    2525
     26  /*** use PutCoords to update header ***/
    2627  if (Target[0].coords.Npolyterms > 1) {
    2728    fits_modify (&header, "CTYPE1",   "%s",  1, "RA---PLY");
  • trunk/Ohana/src/imclean/src/AdjustHeader.c

    r2423 r3335  
    6262      exit (1);
    6363    }
     64    /*** use PutCoords to update header ***/
    6465    if (coords.Npolyterms > 1) {
    6566      fits_modify (header, "CTYPE1",   "%s",  1, "RA---PLY");
Note: See TracChangeset for help on using the changeset viewer.