Changeset 1760


Ignore:
Timestamp:
07/02/10 13:03:43 (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: run asap2to3 for old scantable.

Put in Release Notes: No

Module(s):

Description: Fixed the VERSION number in converted scantable.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/apps/asap2to3.cpp

    r1757 r1760  
    2626  pa.setDefault(Float(0.0));
    2727  tfocus.addColumn(pa);
     28  //tfocus.rwKeywordSet().define("PARALLACTIFY", False)
     29  Int verid=tab.rwKeywordSet().fieldNumber("VERSION");
     30  tab.rwKeywordSet().define(verid,uInt(3));
    2831  cout << "WARNING: This has invalidated the parallactic angle in the data. Reprocess the data in ASAP 3 "
    2932       << "if you need to handle polarisation conversions"
Note: See TracChangeset for help on using the changeset viewer.