├── LICENSE ├── README.md ├── requirements.txt ├── tcia_dicom_to_nifti.py ├── tcia_dicom_to_nifti_generic.py ├── tcia_nifti_to_hdf5.py └── tcia_nifti_to_mha.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lab-midas/TCIA_processing/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lab-midas/TCIA_processing/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lab-midas/TCIA_processing/HEAD/requirements.txt -------------------------------------------------------------------------------- /tcia_dicom_to_nifti.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lab-midas/TCIA_processing/HEAD/tcia_dicom_to_nifti.py -------------------------------------------------------------------------------- /tcia_dicom_to_nifti_generic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lab-midas/TCIA_processing/HEAD/tcia_dicom_to_nifti_generic.py -------------------------------------------------------------------------------- /tcia_nifti_to_hdf5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lab-midas/TCIA_processing/HEAD/tcia_nifti_to_hdf5.py -------------------------------------------------------------------------------- /tcia_nifti_to_mha.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lab-midas/TCIA_processing/HEAD/tcia_nifti_to_mha.py --------------------------------------------------------------------------------