Skip to content

Commit

Permalink
Add attributes back to GridScan
Browse files Browse the repository at this point in the history
  • Loading branch information
olliesilvester committed Oct 14, 2024
1 parent df08194 commit 42d777a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mx_bluesky/hyperion/parameters/gridscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ class GridCommon(
panda_runup_distance_mm: float = Field(
default=CONST.HARDWARE.PANDA_FGS_RUN_UP_DEFAULT
)
use_panda: bool = Field(default=CONST.I03.USE_PANDA_FOR_GRIDSCAN)
use_gpu: bool = Field(default=CONST.I03.USE_GPU_FOR_GRIDSCAN_ANALYSIS)
use_cpu_and_gpu_zocalo: bool = Field(default=CONST.I03.USE_CPU_AND_GPU_ZOCALO)
ispyb_experiment_type: IspybExperimentType = Field(
default=IspybExperimentType.GRIDSCAN_3D
Expand Down

0 comments on commit 42d777a

Please sign in to comment.