Chris Rorden
Chris Rorden
This tutorial was really helpful in helping me port GTK2 OpenGL applications to GTK3. However, the resulting projects do not look as nice, as it is unclear how to enable...
Running `npm install jest-image-snapshot` takes a long time for slow connections and takes up a lot of disk space. The reason is the 2.9mb of files in the `images` folder...
@ghisvail, @mih, and @yarikoptic: I am wondering if you can give me feedback on my first attempt at a Debian package. This uses your advice [from this issue](https://github.com/rordenlab/dcm2niix/issues/534) and attempts...
The `Options` button has an item `Generate cluster table with options` which allows the user to specify thresholds for filtering data. @jpurcel8 has suggested an enhancement: providing a minimum separation...
It would be great if the file nibabel/nibabel/nicom/tests/data/4d_multiframe_test.dcm could be compressed, similar to several other test files in this folder. The command `pigz -11 -n 4d_multiframe_test.dcm` will reduce the file...
I aided a nibabel user who wrote a function to segment a brain into 4 tissue types (0=non brain, 1= gray matter, 2= white matter, 3= CSF). They were surprised...
This pull request resolves [issue](https://github.com/madler/pigz/issues/62). 1. pigz can be compiled with CMake (@ningfei). Benefits include - Easy integration with other projects that use CMake - Simple ability to build pigz...
This bug impacts DICOM conversion of 16-bit UNSIGNED data with voxels where raw intensity exceeds 32767 (e.g. MRI magnitude images using full range of 16-bit datatype) Consider a DICOM file...
I understand that DWIConvert is specifically designed for DWI data that is typically only acquired with Axial slices. However, it is a very powerful and robust tool for general image...
The recent commits have started work on volume rendering, using the shader in bis_3dvolrenutils.js While volume rendering can be done with WebGL1, the 3D textures of WebGL2 make this much...