- Timestamp:
- 01/31/08 15:16:14 (17 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.cpp
r1391 r1411 862 862 } 863 863 return formatTime(me, showdate); 864 } 865 866 MEpoch Scantable::getEpoch(int whichrow) const 867 { 868 if (whichrow > -1) { 869 return timeCol_(uInt(whichrow)); 870 } else { 871 Double tm; 872 table_.keywordSet().get("UTC",tm); 873 return MEpoch(MVEpoch(tm)); 874 } 864 875 } 865 876 -
trunk/src/Scantable.h
r1391 r1411 153 153 casa::MEpoch::Types getTimeReference() const; 154 154 155 156 casa::MEpoch getEpoch(int whichrow) const; 157 155 158 /** 156 159 * Get global antenna position
Note:
See TracChangeset
for help on using the changeset viewer.