Skip to content

Commit

Permalink
Set default sources to OIWFS
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Jul 31, 2024
1 parent bed01ec commit 4fe2e53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/prisma/queries/init/guideLoop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ import { Prisma } from '@prisma/client';

export const INITIAL_GUIDE_LOOP: Prisma.GuideLoopCreateInput = {
m2TipTiltEnable: true,
m2TipTiltSource: 'PWFS1',
m2TipTiltSource: 'OIWFS',
m2FocusEnable: true,
m2FocusSource: 'PWFS2',
m2FocusSource: 'OIWFS',
m2TipTiltFocusLink: true,
m2ComaEnable: true,
m1CorrectionsEnable: true,
m2ComaM1CorrectionsSource: 'OIWFS',
mountOffload: true,
daytimeMode: true,
probeTracking: 'PWFS1',
probeTracking: 'OIWFS',
lightPath: 'Sky ➡ AO ➡ AC',
};

Expand Down

0 comments on commit 4fe2e53

Please sign in to comment.