Ignore:
Timestamp:
04/06/06 16:12:55 (18 years ago)
Author:
mar637
Message:

added "redundant" fields from reader. The aren't used in asap but should be passed on for consistency.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.cpp

    r996 r999  
    234234  td.addColumn(ScalarColumnDesc<uInt>("FOCUS_ID"));
    235235  td.addColumn(ScalarColumnDesc<uInt>("WEATHER_ID"));
     236
     237  // columns which just get dragged along, as they aren't used in asap
     238  td.addColumn(ScalarColumnDesc<Double>("SRCVELOCITY"));
     239  td.addColumn(ArrayColumnDesc<Double>("SRCPROPERMOTION"));
     240  td.addColumn(ArrayColumnDesc<Double>("SRCDIRECTION"));
     241  td.addColumn(ArrayColumnDesc<Double>("SCANRATE"));
    236242
    237243  td.rwKeywordSet().define("OBSMODE", String(""));
Note: See TracChangeset for help on using the changeset viewer.