Skip to content

Commit 4ac30ba

Browse files
committed
Remove references to pilatus detector
1 parent fe8cf56 commit 4ac30ba

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

src/screens/BeamlineStats.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,6 @@ function DetectorStatus(props: Omit<StateBoxProps, "children">) {
169169
pv="ca://BL24I-EA-EIGER-01:CAM:DetectorState_RBV"
170170
transformValue={forceString}
171171
/>
172-
<PvComponent
173-
label="Pilatus 6M"
174-
pv="ca://BL24I-EA-PILAT-01:cam1:DetectorState_RBV"
175-
transformValue={forceString}
176-
/>
177172
</StateCard>
178173
);
179174
}

src/screens/DetectorMotion.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ function DetectorState() {
99
<Box color={theme.palette.info.main}>
1010
<p>Detector State</p>
1111
</Box>
12-
<RoPvBox label="P6M" pv="ca://BL24I-EA-PILAT-01:cam1:DetectorState_RBV" />
1312
<RoPvBox label="E9M" pv="ca://BL24I-EA-EIGER-01:CAM:DetectorState_RBV" />
1413
</Stack>
1514
);
@@ -36,13 +35,6 @@ export function DetectorMotionTabPanel() {
3635
title="Move the detector stage for Eiger collection"
3736
btnVariant="contained"
3837
/>
39-
<RunPlanButton
40-
btnLabel="Move to Pilatus!"
41-
planName="gui_move_detector"
42-
planParams={{ det: "pilatus" }}
43-
title="Move the detector stage for Pilatus collection"
44-
btnVariant="contained"
45-
/>
4638
</Stack>
4739
<DetectorState />
4840
</Stack>

0 commit comments

Comments
 (0)