We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d6a731 commit ed6e9d2Copy full SHA for ed6e9d2
1 file changed
src/murfey/util/models.py
@@ -124,8 +124,8 @@ class StagePositionInfo(BaseModel):
124
The image acquisition steps have a "SiteLocationType" field that appear to
125
be associated with either "ChunkSiteLocation" or "ThinningSiteLocation".
126
"ThinningStagePosition" appears to be a duplicate of "ThinningSiteLocation"
127
- so far, and it is unclearf for now what stages "PreparationSiteLocation"
128
- and "ChunkCoincidenceStagePosition" currently correspond to.
+ so far, and it is unclear for now what stages "PreparationSiteLocation" and
+ "ChunkCoincidenceStagePosition" currently correspond to.
129
"""
130
131
preparation: StagePositionValues | None = (
0 commit comments