Changeset 292
- Timestamp:
- 01/24/05 18:23:45 (20 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDMath.cc
r288 r292 1016 1016 msg = String("user"); 1017 1017 } else { 1018 if (inst== PKSMULTIBEAM) {1019 } else if (inst== PKSSINGLEBEAM) {1018 if (inst==ATPKSMB) { 1019 } else if (inst==ATPKSHOH) { 1020 1020 } else if (inst==TIDBINBILLA) { 1021 1021 pPoly = new Polynomial<Float>(3); … … 1024 1024 coeff(1) = 2.87243e-2; 1025 1025 coeff(2) = -3.219093e-4; 1026 } else if (inst==MOPRA) { 1026 } else if (inst==ATMOPRA) { 1027 } else { 1027 1028 } 1028 1029 msg = String("built in"); -
trunk/src/SDMemTable.cc
r286 r292 1257 1257 // 1258 1258 Instrument inst = asap::UNKNOWN; 1259 if (t==String(" TID")) {1259 if (t==String("DSS-43")) { 1260 1260 inst = TIDBINBILLA; 1261 1261 } else if (t==String("ATPKSMB")) { 1262 inst = PKSMULTIBEAM; 1263 } else if (t==String("ATPKSSB")) { 1264 inst = PKSSINGLEBEAM; 1265 } else if (t==String("MOPRA")) { 1266 inst = MOPRA; 1262 inst = ATPKSMB; 1263 } else if (t==String("ATPKSHOH")) { 1264 inst = ATPKSHOH; 1265 } else if (t==String("ATMOPRA")) { 1266 inst = ATMOPRA; 1267 } else if (t==String("CEDUNA")) { 1268 inst = CEDUNA; 1269 } else if (t==String("HOBART")) { 1270 inst = HOBART; 1267 1271 } else { 1268 1272 if (throwIt) {
Note:
See TracChangeset
for help on using the changeset viewer.