Other articles


  1. Slicer batch dicom processing

    Batch dicom processing w/ Slicer

    Base on script from SlicerRT. Use DICOM implementation of DICOM parsing in python.

    Check attributes of a dicom object:

    dir(object)
    

    Find attributes that containt pattern:

    [x for x in dir(object) if x.find('pattern')>-1]
    

    Select a plugin and use examineForImport and load …

    read more

links

social