Skip to content

Commit f7c75aa

Browse files
committed
Beam shift also needs flipping
1 parent 65b9994 commit f7c75aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/workflows/tomo/tomo_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def register_batch_position_in_database(
358358
tilt_series.y_location = (
359359
(
360360
centre_batch_pixel[1]
361-
- batch_parameters.y_beamshift / search_map.pixel_size
361+
+ batch_parameters.y_beamshift / search_map.pixel_size
362362
)
363363
* 512
364364
/ search_map.width

0 commit comments

Comments
 (0)