IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37240


Ignore:
Timestamp:
Aug 12, 2014, 3:28:27 PM (12 years ago)
Author:
eugene
Message:

add some empty spaces for header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140717/Ohana/src/addstar/src/mkcmf.c

    r37036 r37240  
    3131static Coords coords;
    3232
     33static char reserved[] =  "Reserved space.  This line can be used to add a new FITS card.";
     34
    3335int main (int argc, char **argv) {
    3436
     
    305307  PutCoords (&coords, &header);
    306308  gfits_modify (&header, "EXTNAME",   "%s", 1, exthead);
     309
     310  int i;
     311  for (i = 1; i < 32; i++) {
     312    gfits_modify_alt (&header, "COMMENT", "%C", i, reserved);
     313  }
    307314
    308315  ftable.header = &theader;
Note: See TracChangeset for help on using the changeset viewer.