Satrajit Ghosh
Satrajit Ghosh
@hstojic - are `0` and `1` the only options `orth` can take? in that case this could be as simple as adding an `orthogonalize` input to https://github.com/nipy/nipype/blob/master/nipype/algorithms/modelgen.py#L459 and then updating...
@effigies and @oesteban - see the discussion in #3138 - there is a more general problem for which this PR is not the answer.
the short term solution makes an interface inputs change for ants versions greater than `min_ver`. this could potential change any scripts that are relying on the default. in this specific...
it would be good to merge this with master and resolve the conflicts.
@schahid - is this something you can take care of? or should we take it over?
just putting a note here that with the reorganization of this module in release 1.0, this will require some significant merge effort.
@effigies :) @schahid - would it be possible for you to take it on from @effigies changes?
@ninamiolane - this would be a nice fix. it's a little closer to the implementation in artifactdetect i think. https://github.com/nipy/nipype/blob/master/nipype/algorithms/rapidart.py#L103 perhaps to keep compatibility with the original `FramewiseDisplacement`, we could...
just an fyi - ome.zarr is already adopted in the bids standard (see microscopy). the actual container is just half of the puzzle, having a good metadata layer for that...
@CPernet - zarr uses blosc1 by default, but most people can and do choose optimized compression settings using numcodecs and/or imagecodecs depending on the application needs (read/write, datatype, etc.,). however,...