Skip to content

Commit

Permalink
Update default config to exclude series with mip in their description
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Jan 30, 2025
1 parent ad91125 commit fe18df1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions template_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@ allowed_manufacturers:
- 1301
- 1501

min_instances_per_series: 1
# Filter out any series with a single instance (e.g. PACS reports, screenshots)
min_instances_per_series: 2

series_filters:
- "localizer"
- "localiser"
- "scout"
- "positioning"
- "mip"
- "mip" # for PET studies these series have PID

destination:
dicom: "ftps" # alternatives: "dicomweb", "xnat", "none"
Expand Down

0 comments on commit fe18df1

Please sign in to comment.