Changeset 1441
- Timestamp:
- 09/01/08 11:27:14 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.h
r1430 r1441 21 21 #include <casa/BasicSL/String.h> 22 22 #include <casa/Utilities/CountedPtr.h> 23 24 #include <coordinates/Coordinates/SpectralCoordinate.h>25 23 26 24 #include <tables/Tables/Table.h> … … 162 160 casa::MPosition getAntennaPosition() const; 163 161 164 165 166 167 168 162 /** 163 * the @ref casa::MDirection for a specific row 164 * @param[in] whichrow the row number 165 * return casa::MDirection 166 */ 169 167 casa::MDirection getDirection( int whichrow ) const; 170 171 172 173 174 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 */ 176 174 std::string getDirectionString( int whichrow ) const; 177 175 178 179 180 181 176 /** 177 * set the direction type as a string, e.g. "J2000" 178 * @param[in] refstr the direction type 179 */ 182 180 void setDirectionRefString(const std::string& refstr=""); 181 183 182 /** 184 183 * get the direction reference string 185 184 * @return a string describing the direction reference 186 185 */ 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; 193 187 194 188 /**
Note:
See TracChangeset
for help on using the changeset viewer.