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 997fcad commit 34d4c73Copy full SHA for 34d4c73
schemas/ispyb/stored_programs/sp_upsert_dcg_grid.sql
@@ -34,8 +34,8 @@ BEGIN
34
steps_x = IFNULL(p_stepsX, steps_x),
35
steps_y = IFNULL(p_stepsY, steps_y),
36
meshAngle = IFNULL(p_meshAngle, meshAngle),
37
- micronsPerPixelX = IFNULL(p_micronsPerPixelX, micronsPerPixelX),
38
- micronsPerPixelY = IFNULL(p_micronsPerPixelY, micronsPerPixelY),
+ micronsPerPixelX = IFNULL(p_pixelsPerMicronX, micronsPerPixelX),
+ micronsPerPixelY = IFNULL(p_pixelsPerMicronY, micronsPerPixelY),
39
snapshot_offsetXPixel = IFNULL(p_snapshotOffsetXPixel, snapshot_offsetXPixel),
40
snapshot_offsetYPixel = IFNULL(p_snapshotOffsetYPixel, snapshot_offsetYPixel),
41
orientation = IFNULL(p_orientation, orientation),
0 commit comments