IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2012, 10:20:57 AM (14 years ago)
Author:
eugene
Message:

fix some minor syntax issues creating non-standard FITS files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/header/F_create_H.c

    r28241 r34577  
    2626  }
    2727
    28   gfits_modify (header, "PCOUNT", "%d",  1, header[0].pcount);
    29   gfits_modify (header, "GCOUNT", "%d",  1, header[0].gcount);
     28  // gfits_modify (header, "PCOUNT", "%d",  1, header[0].pcount);
     29  // gfits_modify (header, "GCOUNT", "%d",  1, header[0].gcount);
    3030  gfits_modify (header, "BSCALE", "%lf", 1, header[0].bscale);
    3131  gfits_modify (header, "BZERO",  "%lf", 1, header[0].bzero);
Note: See TracChangeset for help on using the changeset viewer.