Skip to content

Comments

Add page for extruder collection#76

Merged
noemifrisina merged 21 commits intomainfrom
14_11-add-extruder
Oct 27, 2025
Merged

Add page for extruder collection#76
noemifrisina merged 21 commits intomainfrom
14_11-add-extruder

Conversation

@noemifrisina
Copy link
Contributor

@noemifrisina noemifrisina commented Sep 19, 2025

Closes #11
Closes #14

Plans in mx-bluesky#1346

@noemifrisina noemifrisina marked this pull request as ready for review October 9, 2025 15:39
@noemifrisina noemifrisina requested a review from a team as a code owner October 9, 2025 15:39
@rtuck99 rtuck99 self-assigned this Oct 23, 2025
/**
* Opens a dilog showing the calculated laser delay to set for each EAVA setting, given the laser
* exposure time and collection exposure time.
*
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: parameters in these functions don't exactly match the signatures.

submitAndRunPlanImmediately({
planName: props.plan_name,
planParams: { position: newValue },
instrumentSession: "", // FIXME, temporary
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably reference a GH issue here

@@ -0,0 +1,124 @@
import { Box, Button, Grid2, Stack } from "@mui/material";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

es-lint: Button is not used

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah good spot, thanks

PumpProbeSetup,
} from "./PumpProbeSelection";
import { AbortButton, RunPlanButton } from "../../blueapi/BlueapiComponents";
import { DetailsRounded } from "@mui/icons-material";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

es-lint: DetailsRounded is not used

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lol, I'm not even sure where that came from - yay for autocomplete

parseInstrumentSession,
readVisitFromPv,
RunPlanButton,
} from "../blueapi/BlueapiComponents";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

es-lint: buttonStyle on line 264 is not used

Copy link

@rtuck99 rtuck99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved with some minor comments to address

@noemifrisina noemifrisina merged commit f85bc17 into main Oct 27, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Have a way to switch between experiment types Extruder parameters panel

2 participants