Changeset 1819 for trunk/apps


Ignore:
Timestamp:
08/02/10 17:28:20 (15 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No (merge alma branch to trunk)

Ready for Test: Yes

Interface Changes: No

Test Programs: regressions may work

Module(s): all single dish modules

Description:

Merged all changes in alma (r1386:1818) and newfiller (r1774:1818) branch.


Location:
trunk/apps
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/apps

    • Property svn:mergeinfo set to
      /branches/alma/apps1753-1818
      /branches/asap-3.x/apps1744-1745
      /tags/asap-3.0.0/apps1746-1752
  • trunk/apps/asap2to3.cpp

    r1665 r1819  
    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.