DICOM splitter based on unique tags, or localizers
Project description
DICOM Splitter
This gear is meant to split DICOM archives into two or more archives. The main use cases for this gear are if,
- There are one or more localizers (scouts, etc.) mixed in with primary images
- There are multiple Series in one archive.
- The archive is multiphasic with respect to slice location (geometry split)
- The archive has non uniform image orientations (geometry split)
- Some field varies across the archive and you have reason to the archive based on that field (Note: This "group by" option is exclusive if a previous geometry split is performed)
The gear is set to do the first two above by default, i.e. it will extract a localizer(s) from the archive, and it will extract each unique SeriesInstanceUID into its own archive.
Usage
Inputs
- dicom : DICOM archive input
Configuration
- extract_localizer (boolean, default True): Whether or not to extract localizer from archive.
- group_by (string, default "SeriesInstanceUID"): Comma separated list of dicom tags to split the archive on.
- tag (string, default "splitter"): The tag to be added on input file upon run completion.
- debug (boolean, default False): Include debug output.
- delete_input (boolean, default True): Delete input if DICOM is successfully split.
Outputs
The gear will output nothing if no splitting action was taken. Otherwise it will output a variable number of archives depending on the input and configuration named with the following pattern:
series-<SeriesNumber>_<Modality>_<SeriesDescription>_<GroupByTags>[_localizer]
, where
SeriesNumber
is the value of theSeriesNumber
tag across the archive. By default the largest sized archive (by number of slices) will retain the originalSeriesNumber
and additional archives will be incremented by1000 + i
, wherei
is the index of the archive in a list of total archives.SeriesDescription
is the value of theSeriesDescription
tag across the archiveGroupByTags
is an underscore separated list of all tags appearing in thegroup_by
list, and their corresponding value in that archive. Tags "SeriesInstanceUID" and "SeriesNumber" are not included even if they appear in thegroup_by
list.Modality
is the value of theModality
tag across the archive- If the series is a localizer,
_localizer
will be appended.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file fw_gear_splitter-1.7.2-py3-none-any.whl
.
File metadata
- Download URL: fw_gear_splitter-1.7.2-py3-none-any.whl
- Upload date:
- Size: 22.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.9.19 Linux/5.15.146+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a82105c68c1b106123dd2986b00ea738b36f2917120e2b878e494f3f2f71b4b2 |
|
MD5 | 2ab03c7bac0553bed0a2238bb78ee159 |
|
BLAKE2b-256 | a13c49e9c6fe7d175f48c093bfa8fa68b4254dd26e05f0362bafb7097de4dca6 |