Changeset 1441


Ignore:
Timestamp:
09/01/08 11:27:14 (16 years ago)
Author:
Malte Marquarding
Message:

tidying

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r1430 r1441  
    2121#include <casa/BasicSL/String.h>
    2222#include <casa/Utilities/CountedPtr.h>
    23 
    24 #include <coordinates/Coordinates/SpectralCoordinate.h>
    2523
    2624#include <tables/Tables/Table.h>
     
    162160  casa::MPosition getAntennaPosition() const;
    163161
    164         /**
    165         * the @ref casa::MDirection for a specific row
    166         * @param[in] whichrow the row number
    167         * return casa::MDirection
    168         */
     162  /**
     163  * the @ref casa::MDirection for a specific row
     164  * @param[in] whichrow the row number
     165  * return casa::MDirection
     166  */
    169167  casa::MDirection getDirection( int whichrow ) const;
    170 
    171         /**
    172         * get the direction type as a string, e.g. "J2000"
    173         * @param[in] whichrow the row number
    174         * return the direction string
    175         */
     168 
     169  /**
     170  * get the direction type as a string, e.g. "J2000"
     171  * @param[in] whichrow the row number
     172  * return the direction string
     173  */
    176174  std::string getDirectionString( int whichrow ) const;
    177175
    178         /**
    179         * set the direction type as a string, e.g. "J2000"
    180         * @param[in] refstr the direction type
    181         */
     176  /**
     177  * set the direction type as a string, e.g. "J2000"
     178  * @param[in] refstr the direction type
     179  */
    182180  void setDirectionRefString(const std::string& refstr="");
     181
    183182  /**
    184183   * get the direction reference string
    185184   * @return a string describing the direction reference
    186185   */
    187   std::string getDirectionRefString() const;    /**
    188          * get the direction type as a string, e.g. "J2000"
    189          * param[in] whichrow the row number
    190          * return the direction string
    191          */
    192 
     186  std::string getDirectionRefString() const;   
    193187
    194188  /**
Note: See TracChangeset for help on using the changeset viewer.