PennLINC / qsiprep

Preprocessing of diffusion MRI
http://qsiprep.readthedocs.io
BSD 3-Clause "New" or "Revised" License
141 stars 58 forks source link

Is --subject-anatomical-reference available to test? #857

Closed jhauneuro closed 2 weeks ago

jhauneuro commented 2 weeks ago

Summary

I noticed the new --subject-anatomical-reference {first-alphabetically,unbiased,sessionwise} option in the documentation for 0.23.0 and would like to use it on my data. I have built the QSIPrep v0.23.1dev docker image but get an error: [unrecognized](qsiprep: error: unrecognized arguments: --subject-anatomical-reference sessionwise). Is that option available for testing?

tsalo commented 2 weeks ago

@jhauneuro that parameter isn't in a release yet, but you can grab the unstable version from DockerHub. FWIW, that parameter is documented in the latest version on RTD (which is the default landing page), but not in 0.23.0 (see https://qsiprep.readthedocs.io/en/0.23.0/usage.html#command-line-arguments).