Skip to content

Commit

Permalink
fixed the RelionMetadataExporter now requiring the image.h5 file
Browse files Browse the repository at this point in the history
  • Loading branch information
MJoosten committed Nov 7, 2024
1 parent ac03ffc commit 4ff5d6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/roodmus/simulation/run_parakeet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,10 @@ def simulate_image(
# run_parakeet session or if overwrite requested
if write_mtf:
metadata_exporter = parakeet.metadata.RelionMetadataExporter(
config.config, sample, mrc_dir
config.config,
sample,
parakeet.io.open(config.image_filename),
mrc_dir,
)
if not os.path.exists(
os.path.join(
Expand Down

0 comments on commit 4ff5d6d

Please sign in to comment.