Changeset 957 for trunk/src/STFocus.h


Ignore:
Timestamp:
03/31/06 17:01:45 (18 years ago)
Author:
mar637
Message:

Polarisation changes according to Ticket #8; Fix Ticket #10

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STFocus.h

    r896 r957  
    3737  STFocus& operator=(const STFocus& other);
    3838
    39   casa::uInt addEntry( casa::Float rotation, casa::Float angle,
    40                        casa::Float ftan);
     39  casa::uInt addEntry( casa::Float faxis, casa::Float ftan,
     40                       casa::Float frot, casa::Float hand=1.0f,
     41                       casa::Float mount=0.0f, casa::Float user=0.0f,
     42                       casa::Float xyphase=0.0f, casa::Float xyphaseoffset=0.0f);
    4143
    42   void getEntry( casa::Float& rotation, casa::Float& angle,
    43                        casa::Float& ftan, casa::uInt id) const;
     44  void getEntry( casa::Float& fax, casa::Float& ftan,
     45                 casa::Float& frot, casa::Float& hand,
     46                 casa::Float& mount, casa::Float& user,
     47                 casa::Float& xyphase, casa::Float& xyphaseoffset,
     48                 casa::uInt id) const;
     49
     50  casa::Float getTotalFeedAngle(casa::uInt id) const;
     51  casa::Float getFeedHand(casa::uInt id) const;
    4452
    4553  const casa::String& name() const { return name_; }
     
    4856  void setup();
    4957  static const casa::String name_;
    50   //casa::Table table_;
    51   //casa::ScalarColumn<casa::uInt> freqidCol_;
    52   casa::ScalarColumn<casa::Float> rotationCol_, angleCol_,
    53                                   tanCol_;
     58  casa::ScalarColumn<casa::Float> rotationCol_, axisCol_,
     59                                  tanCol_,handCol_,
     60                                  mountCol_,userCol_,
     61                                  xyphCol_,xyphoffCol_;
    5462};
    5563
Note: See TracChangeset for help on using the changeset viewer.