Changeset 16820 for trunk/FACT++/src/fitsCompressor.cc
- Timestamp:
- 06/13/13 08:55:25 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fitsCompressor.cc
r16814 r16820 1300 1300 { 1301 1301 case FACT_RAW: 1302 if (head.numProcs == 1)1302 // if (head.numProcs == 1) 1303 1303 compressedOffset += compressUNCOMPRESSED(&(_compressedBuffer[threadIndex][compressedOffset]), &(_transposedBuffer[threadIndex][offset]), thisRoundNumRows, _columns[i].sizeOfElems(), _columns[i].numElems()); 1304 1304 break; … … 1656 1656 //get header structures 1657 1657 BlockHeader rawHeader; 1658 BlockHeader smoothmanHeader(0, FACT_ROW_MAJOR, 3);1658 BlockHeader smoothmanHeader(0, FACT_ROW_MAJOR, 2); 1659 1659 vector<uint16_t> rawProcessings(1); 1660 1660 rawProcessings[0] = FACT_RAW; 1661 vector<uint16_t> smoothmanProcessings( 3);1661 vector<uint16_t> smoothmanProcessings(2); 1662 1662 smoothmanProcessings[0] = FACT_SMOOTHING; 1663 1663 smoothmanProcessings[1] = FACT_HUFFMAN16; 1664 smoothmanProcessings[2] = FACT_RAW;1664 // smoothmanProcessings[2] = FACT_RAW; 1665 1665 1666 1666 //first lets see if we do have an explicit request
Note:
See TracChangeset
for help on using the changeset viewer.