-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] provide dicom directory as input #37
Labels
Comments
we would be open to a contribution to add that feature, but I'm not sure
anyone on our team right now has the time to add it.
…On Tue, Oct 27, 2020 at 11:28 AM Greydon Gilmore ***@***.***> wrote:
There are some great workflows to convert a directory of dicoms into a
BIDS compliant format. However, the source dicoms remain identifiable which
limits the ability to share source data. At our institute, we have
encountered some instances where the source dicoms were requested in-place
of the nifti files.
Would it be possible to add functionality for pydeface to accept a
directory of dicoms and return defaced dicoms (assuming conversion to nifti
and back)?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#37>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGUVEHXLLJ64G654AVBNULSM4GNFANCNFSM4TBHAS5Q>
.
--
Russell A. Poldrack
Albert Ray Lang Professor of Psychology
Director, DSI Center for Open and Reproducible Science
Building 420
Stanford University
Stanford, CA 94305
[email protected]
http://www.poldracklab.org/
|
can certainly do that. |
sounds reasonable to me...
…On Tue, Oct 27, 2020 at 2:58 PM Greydon Gilmore ***@***.***> wrote:
can certainly do that.
The approach I would take would be convert input dicoms to nifti with
dcm2niix, run pydeface, convert back to dicom using Nifti2Dicom. Would this
be suitable?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGUVEFOHUKIWPQHN235QODSM467PANCNFSM4TBHAS5Q>
.
--
Russell A. Poldrack
Albert Ray Lang Professor of Psychology
Director, DSI Center for Open and Reproducible Science
Building 420
Stanford University
Stanford, CA 94305
[email protected]
http://www.poldracklab.org/
|
IMO, time would be better spent making sure pydeface integrates nicely with a third-party tool that wraps a DICOM-NIfTI-DICOM round trip. @greydongilmore Did you ever work on this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are some great workflows to convert a directory of dicoms into a BIDS compliant format. However, the source dicoms remain identifiable which limits the ability to share source data. At our institute, we have encountered some instances where the source dicoms were requested in-place of the nifti files.
Would it be possible to add functionality for pydeface to accept a directory of dicoms and return defaced dicoms (assuming conversion to nifti and back)?
The text was updated successfully, but these errors were encountered: