Changeset 1189 for trunk/src/Scantable.h


Ignore:
Timestamp:
08/28/06 12:28:27 (18 years ago)
Author:
mar637
Message:

Fix for ticket #61 - changing of default polarisation. Done ticket #62 as far as possible. Tid data gets automatically set as 'circular'\nAlso add circular pol class which was missing so far.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r1170 r1189  
    202202
    203203  /**
     204   * Set the Stokes type of the data
     205   * @param a string representing the type, e.g "circular" or "linear"
     206   */
     207  void setFeedType( const std::string& feedtype );
     208
     209  /**
    204210   *
    205211   * @param instrument a string representing an insturment. see xxx
Note: See TracChangeset for help on using the changeset viewer.