In trying to address #140, I noticed some unexpected behavior:
If a spec files is being overwritten (e.g. when testing new custom rules), and the dicomseries:all part had already a "bids-session":null property, this does not get overwritten, even if all subsequent dicom series share the same value.
Lines 222ff suggest that a mechanism is there for this, but maybe they are not interacting well with overrides a couple of lines above?
can provide access to dicoms / specs on medusa if that helps debugging it..
In trying to address #140, I noticed some unexpected behavior:
If a spec files is being overwritten (e.g. when testing new custom rules), and the
dicomseries:all
part had already a"bids-session":null
property, this does not get overwritten, even if all subsequent dicom series share the same value.Lines 222ff suggest that a mechanism is there for this, but maybe they are not interacting well with
overrides
a couple of lines above?can provide access to dicoms / specs on medusa if that helps debugging it..