Ignore:
Timestamp:
05/23/13 12:07:51 (11 years ago)
Author:
tbretz
Message:
Allow for observation types singlepe, drscalib and idle.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/Observation_class.js

    r15352 r16074  
    8080            break;
    8181
     82        case 'SINGLEPE':
     83        case 'DRSCALIB':
     84        case 'IDLE':
     85            break;
     86
    8287        default:
    83             throw new Error(" the task of this observation:"+this.task+
    84                             "is not implemented. use one of: DATA, STARTUP, SHUTDOWN, RATESCAN.");
     88            throw new Error("The observation type "+ret[i].task+" is unknown.");
    8589        }
    8690    }
Note: See TracChangeset for help on using the changeset viewer.