Skip to content

Commit

Permalink
add GE_DMI3_Torso
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Sep 25, 2024
1 parent 069f462 commit 73490ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion petric.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,9 @@ def get_image(fname):
(SRCDIR / "Siemens_mMR_ACR", OUTDIR / "mMR_ACR",
[MetricsWithTimeout(outdir=OUTDIR / "mMR_ACR", **DATA_SLICES['Siemens_mMR_ACR'])]),
(SRCDIR / "Mediso_NEMA_IQ", OUTDIR / "Mediso_NEMA",
[MetricsWithTimeout(outdir=OUTDIR / "Mediso_NEMA", **DATA_SLICES['Mediso_NEMA_IQ'])])]
[MetricsWithTimeout(outdir=OUTDIR / "Mediso_NEMA", **DATA_SLICES['Mediso_NEMA_IQ'])]),
(SRCDIR / "GE_DMI3_Torso", OUTDIR / "DMI3_Torso",
[MetricsWithTimeout(outdir=OUTDIR / "DMI3_Torso", **DATA_SLICES['GE_DMI3_Torso'])])]
else:
log.warning("Source directory does not exist: %s", SRCDIR)
data_dirs_metrics = [(None, None, [])] # type: ignore
Expand Down

0 comments on commit 73490ac

Please sign in to comment.