DCAN-Labs / dicom-harpooner

A graphical tool to collect and transfer dicoms across servers.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Add Support for Indexing Flat Folders of DICOMS #3

Open bendhouseart opened 4 years ago

bendhouseart commented 4 years ago

Currently this project only indexes DICOM images if they're in the AIRC dicom layout (individual folders for each scan, within a subject/session folder).

This indexing functionality is already built into bids-tryworks and simply needs to be added to dicom-harpooner along with some logic for the dicom-harpooner to determine what sort of folder it's indexing.

ericearl commented 3 years ago

It would be more generalizable to rely on a folder of subfolders, each subfolder containing flat DICOMs for an MRI session.

bendhouseart commented 3 years ago

I have delegated implementation of the fix.

ericearl commented 3 years ago

As have I. Thanks @bendhouseart !

bendhouseart commented 3 years ago

Smart, although I swear there's a version that already does this floating around somewhere.