Changeset 1882


Ignore:
Timestamp:
08/20/10 16:37:57 (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: do asap2to3 in=<infile> and look output's table.info

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Table's Type is explicitly written in table.info when
Scantable v2 is converted to v3 using asap2to3.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/apps/asap2to3.cpp

    r1819 r1882  
    2929  Int verid=tab.rwKeywordSet().fieldNumber("VERSION");
    3030  tab.rwKeywordSet().define(verid,uInt(3));
     31  tab.tableInfo().setType("Scantable");
    3132  cout << "WARNING: This has invalidated the parallactic angle in the data. Reprocess the data in ASAP 3 "
    3233       << "if you need to handle polarisation conversions"
Note: See TracChangeset for help on using the changeset viewer.