Changeset 1771


Ignore:
Timestamp:
07/29/10 16:38:22 (14 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s):

Description: merged Jonas' change for filler.

(Description by Jonas) Increase tile sizes to 1MB a few places that I missed earlier.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/external/atnf/PKSIO/PKSMS2writer.cc

    r1757 r1771  
    176176  newtab.bindAll(incrStMan, True);
    177177
    178   // Use TiledShapeStMan for the FLOAT_DATA hypercube with tile size 16 kiB.
    179   TiledShapeStMan tiledStMan("TiledData", IPosition(3,1,128,32));
     178  // Use TiledShapeStMan for the FLOAT_DATA hypercube with tile size 1 MB.
     179  TiledShapeStMan tiledStMan("TiledData", IPosition(3,1,128,2048));
    180180  newtab.bindColumn(MS::columnName(MS::FLOAT_DATA), tiledStMan);
    181181
Note: See TracChangeset for help on using the changeset viewer.