Changeset 16485 for trunk/FACT++/src
- Timestamp:
- 05/30/13 15:01:59 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fitsCompressor.cc
r16443 r16485 736 736 header.push_back(HeaderEntry("CHECKSUM", "'0000000000000000' ", "Checksum for the whole HDU")); 737 737 header.push_back(HeaderEntry("DATASUM" , " 0" , "Checksum for the data block")); 738 header.push_back(HeaderEntry("EXTNAME" , "' IntCalibration'", "name of this binary table extension"));738 header.push_back(HeaderEntry("EXTNAME" , "'ZDrsCellOffsets' ", "name of this binary table extension")); 739 739 header.push_back(HeaderEntry("TTYPE1" , "'OffsetCalibration' ", "label for field 1")); 740 740 header.push_back(HeaderEntry("TFORM1" , "'1474560I' ", "data format of field: 2-byte INTEGER"));
Note:
See TracChangeset
for help on using the changeset viewer.