We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99b492 commit 3a3c4c6Copy full SHA for 3a3c4c6
src/murfey/server/ispyb.py
@@ -225,7 +225,6 @@ def do_update_grid_square(
225
if grid_square_parameters.y_location
226
else None
227
)
228
- grid_square.pixelLocationY = grid_square_parameters.y_location
229
grid_square.height = (
230
int(grid_square_parameters.height / 7.8)
231
if grid_square_parameters.height is not None
0 commit comments