Changeset 1881


Ignore:
Timestamp:
08/20/10 15:43:43 (14 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: sdsave unit test

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Table type for Scantable is explicitly set so that you will
see 'Type = Scantable' in table.info.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.cpp

    r1819 r1881  
    101101  fitTable_ = STFit(*this);
    102102  table_.rwKeywordSet().defineTable("FIT", fitTable_.table());
     103  table_.tableInfo().setType( "Scantable" ) ;
    103104  originalTable_ = table_;
    104105  attach();
     
    120121    table_ = tab;
    121122  }
     123  table_.tableInfo().setType( "Scantable" ) ;
    122124
    123125  attachSubtables();
     
    165167      table_.markForDelete();
    166168  }
     169  table_.tableInfo().setType( "Scantable" ) ;
    167170  /// @todo reindex SCANNO, recompute nbeam, nif, npol
    168171  if ( clear ) copySubtables(other);
Note: See TracChangeset for help on using the changeset viewer.