Changeset 293
- Timestamp:
- 01/25/05 14:55:54 (20 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDMemTable.cc
r292 r293 1255 1255 String t(instrument); 1256 1256 t.upcase(); 1257 // 1257 1258 // The strings are what SDReader returns, after cunning interrogation 1259 // of station names... :-( 1260 1258 1261 Instrument inst = asap::UNKNOWN; 1259 if (t==String("DSS-43")) { 1262 if (t==String("DSS-43")) { 1260 1263 inst = TIDBINBILLA; 1261 1264 } else if (t==String("ATPKSMB")) { -
trunk/src/SDMemTable.h
r286 r293 79 79 SDContainer getSDContainer(casa::uInt whichRow=0) const; 80 80 SDHeader getSDHeader() const; 81 82 // Get SD Frequency table. Note that this function is largely 83 // unimplemented. Only the number of freqIDs is filled in presently. 81 84 SDFrequencyTable getSDFreqTable() const; 82 85 // get spectrum,mask and tsys for the given row, at the selected
Note:
See TracChangeset
for help on using the changeset viewer.