Skip to content

Commit

Permalink
add mMR_ACR
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Aug 28, 2024
1 parent e114f21 commit 9a96024
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion petric.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,10 @@ def get_image(fname):
(SRCDIR / "NeuroLF_Hoffman_Dataset", OUTDIR / "NeuroLF_Hoffman",
[MetricsWithTimeout(outdir=OUTDIR / "NeuroLF_Hoffman", transverse_slice=72)]),
(SRCDIR / "Siemens_Vision600_thorax", OUTDIR / "Vision600_thorax",
[MetricsWithTimeout(outdir=OUTDIR / "Vision600_thorax")])]
[MetricsWithTimeout(outdir=OUTDIR / "Vision600_thorax")]),
(SRCDIR / "Siemens_mMR_ACR", OUTDIR / "mMR_ACR",
[MetricsWithTimeout(outdir=OUTDIR / "mMR_ACR")]),
]
else:
log.warning("Source directory does not exist: %s", SRCDIR)
data_dirs_metrics = [(None, None, [])] # type: ignore
Expand Down

0 comments on commit 9a96024

Please sign in to comment.