Ignore:
Timestamp:
12/01/04 10:56:53 (20 years ago)
Author:
mar637
Message:

added azimuth,elevation,parangle,refbeam,fieldname,tcal,tcaltime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDContainer.cc

    r83 r104  
    2929//# $Id:
    3030//#---------------------------------------------------------------------------
     31#include <casa/Exceptions.h>
    3132#include <tables/Tables/Table.h>
    3233#include <casa/Arrays/IPosition.h>
     
    7071  uChar x = 0;
    7172  flags_ = ~x;
     73  tcal.resize(2);
    7274}
    7375
     
    8587  uChar x = 0;
    8688  flags_ = ~x;
     89  tcal.resize(2);
    8790}
    8891
     
    126129  IPosition shp1 = spec.shape();
    127130  if ( (shp0(2) != shp1(1)) || (shp0(3) != shp1(0)) ) {
    128     cerr << "Arrays not conformant" << endl;     
     131    throw(AipsError("Arrays not conformant"));
    129132    return False;
    130133  }
Note: See TracChangeset for help on using the changeset viewer.