DiamondLightSource/dodal
在 GitHub 查看Remove conversion from string to DetectorSizeConstants in DetectorParams
Open
#717 创建于 2024年7月29日
buggood first issuelow priority
仓库指标
- Star
- (4 star)
- PR 合并指标
- (PR 指标待抓取)
描述
We used to need to be able to accept a string as DetectorSizeConstants as it was a parameter from GDA but this is now used as a constant in Hyperion so we can remove the need to derive it from a string.
Acceptance Criteria
- Remove ability to specify
DetectorSizeConstantsas a string DetectorParamsstill converts to json and back ok