-
Hi!
We have issues transferring images of a specific modality (DX) when using C-GET with pynetdicom. It returns a failure status of 0xA702. The verbose output of the `getscu` app of pynetdicom when…
-
C2Py uses `ctypes.Structure`, which defaults to the system's endianness. It would be nice to be able to choose the endianness.
Workaround: `ctypes.Structure = ctypes.BigEndianStructure` after `impo…
-
PLAN:
- save endianness of index in buildinfo or somewhere, where we can check at the beginning
- when launching odinson, check native endianness
- based on compatibility, when initializing the uns…
-
Hi,
I just wanted to let you know that the server we are working on in MidLittleEndian.
No problem, I just read bytes and then interpret byte order myself, I just wanted to let you know that ther…
-
It seems you haven't consider the big-endian when reading data from char array to stdf struct.
Will you add it later?
-
**Description**
I am leveraging Triton Inference Server r24.06 on Big Indian Machine.
While sending the bytes data for inferencing I am getting the below error response though the number of elemen…
-
Can we have support for middle and mixed endian
-
All `float32` values are actually little-endian; what may be confusing is that it is _sent_ as big-endian across the wire (e.g. across the network).
Relevant code from extension to illustrate:
``` j…
-
Implement a keyword to support specifying the endianness of the data.
Endianness should be specified at the beginning of the schema file, before anything else (including **include** statements).
Propo…
-
The principle data are stored in pure binary, but there is no indication in either the specification or in the file naming convention as to the endianness of the data. Either:
- The specification n…