AaronGhost

Results 13 issues of AaronGhost

The following code with a (useless) unary plus is validated by glslangvalidator while it should raise an error for the assignment to a non-lvalue. It correctly raise an error for...

bug
GLSL/ESSL

I have been experimenting with both glsl-reduce and perses as reducers. It seems that Perses performs more reduction opportunities than glsl-reduce, especially in reducing more aggressively array indexes. Please find...

Hi all, Thank you very much for everyone's work on this library. What would be required to implement the upsampling ratio sigma of 1.25 in a similar way to the...

Added the precomputed sigma=1.25 kernel options for #136

- Ensure that auxilliary VR provided by the user is passed when writing all tags including the ones in sequences. This can be used to write private tags and provide...

Thanks for writing this package, I have a couple of issues with the `dcm_write` function: ## Invalid VR for tags accepting multiple VR I have had some issues with writing...

Hi, thanks for putting together the bindings for FINUFFT in julia. I obtain a crash when calling FFTW functions after some FINUFFT ones in Windows when using multi-threading. I can't...

Hi, thanks again for putting CUDA.jl together! I found that the return type of the `sum!` function can be different between `Array` and `CuArray`: the `Array` return type is the...

bug
good first issue
cuda array

At present, "String" lengths are not enforced before writing tags. This can lead to overflows and invalid DICOM. For example: `(0x0010, 0x1020) -> 1.2345678910111213` (Patient Size - VR: DS) gets...

Fix the padding value for IS and DS vrs to `0x20` instead of `0x00` (I missed those two when writing #88)