Skip to content

Commit 15dde20

Browse files
committed
save only dicom_index.csv when parsing
1 parent 5b8289f commit 15dde20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/imperandi/ingest/parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ def main(args):
972972
resume=bool(args.resume),
973973
strict_resume=bool(args.strict_resume),
974974
output_dir=output_dir,
975-
final_name="dicom_paths_with_tags.csv",
975+
final_name="dicom_index.csv",
976976
read_path_col="dicom_path",
977977
)
978978

0 commit comments

Comments
 (0)