Mathias Goncalves
Mathias Goncalves
I think it falls in line with the definition of what it's intended for the [spec](https://bids-specification.readthedocs.io/en/stable/03-modality-agnostic-files.html#code), specifically > conversion from the format of the source data to the BIDS format
@JiyoungByun this means heudiconv was given DICOMs from 2 different studies - by default this will throw an error to prevent erroneous conversions.
## when working with a new dataset: I generally use the subj template command ``` heudiconv -d /path/to/data/{subject}/*/*.dcm -f convertall.py -c none -o /output -s $subj ``` which generates the...
There is already an open issue about this #346. I had messed around with a branch earlier this year that adds a flag to split all echoes, allowing template style...
@Terf nibabel's MultiframeWrapper implementation currently doesn't support multiple DICOM stacks within the same multiframe image https://github.com/nipy/nibabel/blob/b2a88b816eb74074d9c47e17e3ef68e29c0cdc04/nibabel/nicom/dicomwrappers.py#L498-L500 If you haven't already, I would try converting the DICOMs with `dcm2niix` directly
partially addressed in #209
This is a good point, and something to consider if/when there is any references to refer to. For the time being - if you want to force the usage of...
Closed by #305
yup, that piece can be brought over to smriprep proper.
@effigies should we get this with `0.8.3`?