-
Notifications
You must be signed in to change notification settings - Fork 8
FR: batch import dicoms of multiple acquisitions #148
Comments
I've written a simple procedure, which tries to achieve the above. Not really robust, but it seems to work for our specific use-case. |
@bpoldrack I also have a conceptual question: Do you foresee any issues we could run into doing this? Maybe during the metadata aggregation step? |
So, running several imports in parallel doesn't seem to work well. I noticed two main issues:
Using a structure like the To assert the latter part, it would be good to have the |
Agree. save calls - particularly in the superdataset - should do that. Otherwise it could commit intermediate states of other imports running in parallel.
Metadata aggregation could have very similar issue as those
That's interesting as I don't instantly see, where this issue is emerging from. Generally, importing should be easier to parallelize - I agree. Once at it, addressing this should also include to allow for import of several archives into the same acquisition and support update of an already imported archive (which currently would be doable only by use of more low-level tools). |
If importing a multiple tarballs (of multiple subjects), it would be convenient to have a "batch mode" for calling the
hirni-import-dcm
.I guess how precisely to specify this might vary substantially between circumstances, but then a simple helper-script template might be convenient.
The text was updated successfully, but these errors were encountered: