Commit ab88b1f3 authored by vertighel's avatar vertighel
Browse files

enabling echelle

parent 9935a975
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ import { wireLoopToggle } from './loop-toggle.js';
const MODES = {
    station1: { panel: 'imaging', combo: 'combo1', template: 'snapshot_imaging', camera: 'cam1', camId: 'scicam1', teccamId: 'teccam1' },
    station2: { panel: 'spectro', combo: 'combo2', template: 'snapshot_spectro', camera: 'cam2', camId: 'scicam2', teccamId: 'teccam2' },
    station3: { panel: 'echelle', combo: 'combo3', template: null,               camera: null,   camId: null,      teccamId: 'teccam3', disabled: true },
    station3: { panel: 'echelle', combo: 'combo3', template: 'snapshot_echelle', camera: 'cam3', camId: 'scicam3', teccamId: 'teccam3' },
};

document.addEventListener('DOMContentLoaded', () => {