Skip to content

Add dicom public and private data repositories #4

Open
@matthew-brett

Description

@matthew-brett

Use nipy data package mechanism for now

Collect releasable data into public package, probably hosted on sourceforge, as in:

http://nipy.sourceforge.net/data-packages/

With each dataset, include successful conversion by SPM or dcm2nii or other. Write comparison utilities of form:

our_converted_img = nibabel.dicom.nifti_from_files(example_data.some_data.dicom_files)
desired_img = nibabel.load(example_data.some_data.converted_fname)
assert_true(np.allclose(as_canonical(desired_img), as_canonical(our_converted_img))

Collect unreleasable data in private package, probably on Dropbox or similar, with restricted access. Collect datasets known to cause problems.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions