Skip to content

Commit 72290f9

Browse files
Fix for tomography superres binning determination (#670)
1 parent 5382eb3 commit 72290f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/client/contexts/tomo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ def gather_metadata(
610610
if (
611611
server_config.get("superres")
612612
and superres_binning == 1
613-
and environment.superres
613+
and not environment.superres
614614
):
615615
binning_factor = 2
616616
ps_from_mag = (

0 commit comments

Comments
 (0)