Skip to content

Commit

Permalink
add Mediso_NEMA
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Sep 11, 2024
1 parent 9a96024 commit dd5faeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions petric.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ def get_image(fname):
[MetricsWithTimeout(outdir=OUTDIR / "Vision600_thorax")]),
(SRCDIR / "Siemens_mMR_ACR", OUTDIR / "mMR_ACR",
[MetricsWithTimeout(outdir=OUTDIR / "mMR_ACR")]),
(SRCDIR / "Mediso_NEMA_IQ", OUTDIR / "Mediso_NEMA",
[MetricsWithTimeout(outdir=OUTDIR / "Mediso_NEMA")]),
]
else:
log.warning("Source directory does not exist: %s", SRCDIR)
Expand Down

0 comments on commit dd5faeb

Please sign in to comment.