We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c727a0 commit bc75188Copy full SHA for bc75188
src/murfey/util/models.py
@@ -129,10 +129,11 @@ class GridSquareParameters(BaseModel):
129
tag: str
130
image: str = ""
131
132
+ # Actual coordinates for image centre in real space
133
x_location: Optional[float] = None
134
y_location: Optional[float] = None
135
- # Image coordinates when overlaid on atlas (in pixels0)
136
+ # Coordinates for image centre when overlaid on atlas (in pixels)
137
x_location_scaled: Optional[int] = None
138
y_location_scaled: Optional[int] = None
139
0 commit comments