Skip to content

Commit

Permalink
add Vision600_Hoffman
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Oct 11, 2024
1 parent 1c1bee5 commit 0275687
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 @@ -312,7 +312,9 @@ def get_image(fname):
(SRCDIR / "Mediso_NEMA_IQ", OUTDIR / "Mediso_NEMA",
[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'])])]
[MetricsWithTimeout(outdir=OUTDIR / "DMI3_Torso", **DATA_SLICES['GE_DMI3_Torso'])]),
(SRCDIR / "Siemens_Vision600_Hoffman", OUTDIR / "Vision600_Hoffman",
[MetricsWithTimeout(outdir=OUTDIR / "Vision600_Hoffman", **DATA_SLICES['Siemens_Vision600_Hoffman'])])]
else:
log.warning("Source directory does not exist: %s", SRCDIR)
data_dirs_metrics = [(None, None, [])] # type: ignore
Expand Down

0 comments on commit 0275687

Please sign in to comment.