Skip to content

Commit

Permalink
add mMR_NEMA_lowcounts
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Sep 25, 2024
1 parent 73490ac commit 23a1699
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 @@ -259,6 +259,8 @@ def get_image(fname):
data_dirs_metrics = [
(SRCDIR / "Siemens_mMR_NEMA_IQ", OUTDIR / "mMR_NEMA",
[MetricsWithTimeout(outdir=OUTDIR / "mMR_NEMA", **DATA_SLICES['Siemens_mMR_NEMA_IQ'])]),
(SRCDIR / "Siemens_mMR_NEMA_IQ_lowcounts", OUTDIR / "mMR_NEMA_lowcounts",
[MetricsWithTimeout(outdir=OUTDIR / "mMR_NEMA_lowcounts", **DATA_SLICES['Siemens_mMR_NEMA_IQ_lowcounts'])]),
(SRCDIR / "NeuroLF_Hoffman_Dataset", OUTDIR / "NeuroLF_Hoffman",
[MetricsWithTimeout(outdir=OUTDIR / "NeuroLF_Hoffman", **DATA_SLICES['NeuroLF_Hoffman_Dataset'])]),
(SRCDIR / "Siemens_Vision600_thorax", OUTDIR / "Vision600_thorax",
Expand Down

0 comments on commit 23a1699

Please sign in to comment.