Loading noctua/web/static/js/control.js +1 −1 Original line number Diff line number Diff line Loading @@ -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', () => { Loading Loading
noctua/web/static/js/control.js +1 −1 Original line number Diff line number Diff line Loading @@ -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', () => { Loading