Baessler-Lab / swag-tag

A Streamlit-based webapp for annotation of medical images and reports.
2 stars 0 forks source link

feat (io): load images from local filesystem. #1

Closed laqua-stack closed 1 year ago

laqua-stack commented 1 year ago

Feature Request

Is your feature request related to a problem?

We need to be able to load NIFTI and NRRD files.

Describe the solution you'd like: Given a list/table of pathlib/ os pathstrings data should be loaded to SimpleITK.

Describe alternatives you've considered.

We could instead directly do a REST request to Othanc given the StudyInstanceUIDs or AccessionNumbers

Additional Context

Need to establish the postgres DB first.