Julien Lamy
Julien Lamy
The type of elements in data set, once added, cannot be modified: they must be deleted and re-added. See the comments in 19cb2a8
See https://github.com/lamyj/odil/commit/514c8b6bf1e0e761b00cd58ba0bf5691f5b1e63a#commitcomment-19480460 The availability of the port should be checked before calling async_accept.
The pointer logic used when throwing an exception upon association reject is wrong, cf. comments on 3bea3a0.
In Bruker format, an empty frame group (i.e. in `VisuFGOrderDesc` one where the last value is 0) does not create an extra dimension in resulting NIfTI files. 5 dimensions: innermost...
I'm trying to wrap a custom type using pybind11 and xtensor-python. Although I can create a numpy array of my wrapped type from Python, I cannot pass this numpy array...