Skip to content
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

Request: direct re-use of a result.object #142

Open
Ede1994 opened this issue Apr 15, 2024 · 0 comments
Open

Request: direct re-use of a result.object #142

Ede1994 opened this issue Apr 15, 2024 · 0 comments

Comments

@Ede1994
Copy link

Ede1994 commented Apr 15, 2024

I have a request regarding a functionality that I would like to have. I would like to do the following:

nii = dicom2nifti.convert_directory(dcm_path, '/tmp/test_phtmp')
print(nii.img_path)
print(nii.dcm_meta)

I would think it would be great if you could:

  1. the path + file name of the nifti file could be accessed directly in order to continue working with it
  2. if you could also later access the DICOM meta information, for example, which is lost through the conversion to nifti

Whereby 1. would be much more exciting for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant