Changeset 16820 for trunk/FACT++


Ignore:
Timestamp:
06/13/13 08:55:25 (11 years ago)
Author:
lyard
Message:
Modified block header's sequence scheme
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/fitsCompressor.cc

    r16814 r16820  
    13001300            {
    13011301                case FACT_RAW:
    1302                     if (head.numProcs == 1)
     1302//                    if (head.numProcs == 1)
    13031303                        compressedOffset += compressUNCOMPRESSED(&(_compressedBuffer[threadIndex][compressedOffset]), &(_transposedBuffer[threadIndex][offset]), thisRoundNumRows, _columns[i].sizeOfElems(), _columns[i].numElems());
    13041304                break;
     
    16561656        //get header structures
    16571657        BlockHeader rawHeader;
    1658         BlockHeader smoothmanHeader(0, FACT_ROW_MAJOR, 3);
     1658        BlockHeader smoothmanHeader(0, FACT_ROW_MAJOR, 2);
    16591659        vector<uint16_t> rawProcessings(1);
    16601660        rawProcessings[0] = FACT_RAW;
    1661         vector<uint16_t> smoothmanProcessings(3);
     1661        vector<uint16_t> smoothmanProcessings(2);
    16621662        smoothmanProcessings[0] = FACT_SMOOTHING;
    16631663        smoothmanProcessings[1] = FACT_HUFFMAN16;
    1664         smoothmanProcessings[2] = FACT_RAW;
     1664//        smoothmanProcessings[2] = FACT_RAW;
    16651665
    16661666        //first lets see if we do have an explicit request
Note: See TracChangeset for help on using the changeset viewer.