Changeset 292


Ignore:
Timestamp:
01/24/05 18:23:45 (19 years ago)
Author:
kil064
Message:

track changes to enum SDDefs::Instrument

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMath.cc

    r288 r292  
    10161016        msg = String("user");
    10171017     } else {
    1018         if (inst==PKSMULTIBEAM) {
    1019         } else if (inst==PKSSINGLEBEAM) {
     1018        if (inst==ATPKSMB) {
     1019        } else if (inst==ATPKSHOH) {
    10201020        } else if (inst==TIDBINBILLA) {
    10211021           pPoly = new Polynomial<Float>(3);
     
    10241024           coeff(1) = 2.87243e-2;
    10251025           coeff(2) = -3.219093e-4;
    1026         } else if (inst==MOPRA) {
     1026        } else if (inst==ATMOPRA) {
     1027        } else {
    10271028        }
    10281029        msg = String("built in");
  • trunk/src/SDMemTable.cc

    r286 r292  
    12571257//
    12581258   Instrument inst = asap::UNKNOWN;
    1259    if (t==String("TID")) {
     1259   if (t==String("DSS-43")) {
    12601260      inst = TIDBINBILLA;
    12611261   } 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;
    12671271   } else {
    12681272      if (throwIt) {
Note: See TracChangeset for help on using the changeset viewer.