Changeset 1771 for branches/alma/external/atnf/PKSIO
- Timestamp:
- 07/29/10 16:38:22 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/external/atnf/PKSIO/PKSMS2writer.cc
r1757 r1771 176 176 newtab.bindAll(incrStMan, True); 177 177 178 // Use TiledShapeStMan for the FLOAT_DATA hypercube with tile size 1 6 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)); 180 180 newtab.bindColumn(MS::columnName(MS::FLOAT_DATA), tiledStMan); 181 181
Note:
See TracChangeset
for help on using the changeset viewer.