Victor Saase
Victor Saase
ok, the reason are the lines like `NIVolume{typeof(one(T)*1f0+1f0),N,typeof(raw)}(header, extensions, raw)` which then leads to niupdate corrupting the header
I think this might break some code. For example it fails when doing something as simple as vol[:] as nifti does not support dimensions larger than what Int16 can hold.
it can also be very slow?
conceptually this works, but I am observing very low performance when nesting with another kronecker product, reproduced in the following example: ``` julia> A=kronecker(ones(100,100),ones(100,100)) julia> C=ones(2,2) julia> @time kronecker(A+A,C)*ones(20000); 3.457423...
wow, thanks for the quick implementation. I will test it tomorrow
also the recursive argument is not used in the code for the function?
duplicate of #34
still getting this error on write with v9.2.2: `PlatformException (PlatformException(Unexpected security result code, Code: -25299, Message: Das angegebene Objekt befindet sich bereits im Schlüsselbund., -25299, null))` translation of this german...
Did you also notice that setting a breakpoint, similar to introducing a delay between write calls, does not trigger the exception? I only see it for multiple quick calls to...