Mouse-Imaging-Centre / RMINC

Statistics for MINC volumes: A library to integrate voxel-based statistics for MINC volumes into the R environment. Supports getting and writing of MINC volumes, running voxel-wise linear models, correlations, etc.; correcting for multiple comparisons using the False Discovery Rate, and more. With contributions from Jason Lerch, Chris Hammill, Jim Nikelski and Matthijs van Eede. Some additional information can be found here:
https://mouse-imaging-centre.github.io/RMINC
Other
22 stars 17 forks source link

`mincGetVoxel` broken at least for unsigned double volumes #281

Open cfhammill opened 4 years ago

cfhammill commented 4 years ago

Triggered by upstream libminc issue https://github.com/BIC-MNI/libminc/issues/108

Work around is to use miget_real_value_hyperslab with a 1 voxel hyperslab instead of miget_real_value .

cfhammill commented 4 years ago

Duplicate of #41