Skip to content

Commit bc75188

Browse files
committed
Updated comments on GridSquareParameters Pydantic model
1 parent 5c727a0 commit bc75188

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/murfey/util/models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,11 @@ class GridSquareParameters(BaseModel):
129129
tag: str
130130
image: str = ""
131131

132+
# Actual coordinates for image centre in real space
132133
x_location: Optional[float] = None
133134
y_location: Optional[float] = None
134135

135-
# Image coordinates when overlaid on atlas (in pixels0)
136+
# Coordinates for image centre when overlaid on atlas (in pixels)
136137
x_location_scaled: Optional[int] = None
137138
y_location_scaled: Optional[int] = None
138139

0 commit comments

Comments
 (0)