Julien Lamy
Julien Lamy
As you mentioned in 514c8b6, that part of Odil is clearly not robust enough; I'll have to delve in ASIO documentation to adapt the current design. I'm not yet sure...
That would be great news! For future discussions, here are a few notes I took on this subject. Impossibility to use one of Boost's state machine classes (Meta State Machine...
Sadly, I can't merge this yet: I still need to support Ubuntu 12.04 and its GCC 4.6, which does not have in-class initializers. I'll leave this PR open for now,...
Initialization is fixed in b3d1518 while waiting for Ubuntu 12.04 to be end-of-life.
This could be solved with the following API change. - Emptying an element: ``` c++ /// Clear the contents of the element (element.get_value().get_type() will be Empty) void Element::clear(); /// Clear...
Slowly getting to the end of my backlog... We seem to have three different cases: 1. A non-empty element must be emptied (e.g. anonymization process) 2. An empty element must...
I indeed misunderstood your initial report. The last two commits (c9cc057 and 225ddc3) restore the behavior of the `as_XXX` accessors to empty elements and values: as in your example, as...
Running on a single core has become a feature with the integration of xsimd: after running benchmarks on various systems, using OpenMP has proven to actually slow down the code....
The series we're dealing with is a multi-slice multi-echo sequence with 16 echo times, 9 parallel and equally-spaced slices, and a single repetition. I think the generated DICOM and NIfTI...
Potential solution: store the Frame Group Index in a DICOM field and use that field in addition to the current splitters when generating the NIfTI files 1. Use a private...