-
Discussion leading up to this may be found in https://github.com/UCL/STIR-GATE-Connection/issues/14, I will summerise.
STIR scanner defines the transaxial properties of the GE Discovery 690 to be:
…
-
Relay node stopped working on the new version
- Clone latest version
- Open any graph
- Try to add a Relay node
```C#
Error:
ArgumentOutOfRangeException: Index was out of range. Must be non…
-
I wanted to ALTER a table to make an INT value
AUTO_INCREMENT, as with most INT I have it had its
DEFAULT value set to 0, so, in order to make it
AUTO_INCREMENT I had to remove it, but instead of just…
-
Hi,
I encountered an issue using Gate v9.0. There is a crash when I use a Phase Space Actor and more than one time slice. The problem does not occur when there is only one time slice, or if I remov…
-
The latest stable release of ITK is version 5.1.0, which is not compatible with GATEv9.0. I successfully compiled Gate with ITK-4.13.2, which is the previous stable release, and the ThermalActor can b…
-
An unclosed Literal String on a Query causes httpd to
hang and eat resources:
top shows apache eating resources as high as 98% CPU
Usage. Not sure if its an Apache error, PHP error or
phpMyAdmin issu…
-
To do an operation between images and scalars without using the binary (eg: directly with Python) we need to create an image containing this scalar value.
-
It's not a bug, but it could be a feature:
We have a lot of dicom images with negative spacing when we convert them to ITK mhd format (always a mystery for me) And it could lead to a lot of bug in …
-
[The docs for Keyword and hence CaselessKeyword](https://pyparsing-docs.readthedocs.io/en/latest/HowToUsePyparsing.html#basic-parserelement-subclasses) state:
> similar to Literal, but must be imme…
-
Hi @etxebest ,
I saw warnings during compilation. Can you explain the following lines to debug the code:
## warning: logical not is only applied to the left hand side of comparison
You commit…