Changeset 13115 for trunk


Ignore:
Timestamp:
03/15/12 08:54:17 (13 years ago)
Author:
lyard
Message:
moved EXTNAME keyword further down for compatibility with fverify
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/ofits.h

    r13000 r13115  
    318318
    319319        SetStr("XTENSION", "BINTABLE", "binary table extension");
    320         SetStr("EXTNAME", "", "name of extension table");
    321320        SetInt("BITPIX",                     8, "8-bit bytes");
    322321        SetInt("NAXIS",                      2, "2-dimensional binary table");
     
    326325        SetInt("GCOUNT",                     1, "one data group (required keyword)");
    327326        SetInt("TFIELDS",                    0, "number of fields in each row");
     327        SetStr("EXTNAME", "", "name of extension table");
    328328        SetStr("CHECKSUM", "{0000000000000000}", "Checksum for the whole file");
    329329        SetInt("DATASUM",                    0, "Checksum for the data block");
Note: See TracChangeset for help on using the changeset viewer.