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 fd3414d commit 93537e0Copy full SHA for 93537e0
src/murfey/workflows/spa/atlas.py
@@ -12,7 +12,7 @@
12
13
def atlas_jpg_from_mrc(instrument_name: str, visit_name: str, atlas_mrc: Path):
14
logger.debug(f"Starting workflow to create JPG image of atlas {atlas_mrc}")
15
- with mrcfile.read(atlas_mrc) as mrc:
+ with mrcfile.open(atlas_mrc) as mrc:
16
data = mrc.data
17
18
machine_config = get_machine_config(instrument_name=instrument_name)[
0 commit comments