You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The group_by argument of DicomReader currently defaults to EchoNumbers, which is not commonly present in DICOM files.
Typically, I would only load one DICOM study and not use grouping at all. I would suggest to default to None and to disable grouping that scenario (i.e., not returning a list of MedicalVolume, but a single instance).
The text was updated successfully, but these errors were encountered:
sluijs
changed the title
Change default setting for group_by in the DICOM reader
Change default setting for group_by in the DICOM reader
Sep 8, 2022
The
group_by
argument ofDicomReader
currently defaults toEchoNumbers
, which is not commonly present in DICOM files.Typically, I would only load one DICOM study and not use grouping at all. I would suggest to default to
None
and to disable grouping that scenario (i.e., not returning a list ofMedicalVolume
, but a single instance).The text was updated successfully, but these errors were encountered: