-
## Description
I created an environment using the instructions in the readme (on a linux machine)
> conda create --name cil -c conda-forge -c https://software.repos.intel.com/python/conda -c ccpi …
-
```
git clone https://github.com/cil-project/cil
cd cil
./configure
make
```
results in
```
+ ocamlfind ocamlc -c -I src -I src/ocamlutil -I src/frontc -I src/ext -I src/ext/zrapp -I src/ext/s…
-
## Description
In SIRT the objective calculation is here:
https://github.com/TomographicImaging/CIL/blob/9ba92fea1c0e1f17b3d46a5952185794a604d042/Wrappers/Python/cil/optimisation/algorithms/SIRT.…
-
## User story
As a user I want to have a `scoreTarget` configuration available to be able to control my KPIs better.
At the moment `plugin-coverage` implements something similar. A adopted vers…
-
I wanted to make an addon for this mod, so I set up a 1.12.2 MDK instance and the build server is down so I can't download the dev jar!
-
The compiler currently generates CIL assembly language and relies on ILAsm to translate assembly language output into a .NET assemblies.
It was necessary to generate assembly language to bootstrap …
-
## Description
In @RasmiaKulan's project we applied the following image quality metrics to reconstructions with FBP and iterative:
Signal to noise ratio (SNR):
- this requires an ROI in a data…
-
## Steps to Reproduce
1. Create a docker container with debian:bullseye image in Macbook M1 processor (use platform: linux/amd64)
2. Install the libs libmono-2.0-dev, mono-mcs
3. Execute mcs
#…
-
The direct method needs to catch if out is a `DataContainer` similarly to the adjoint method, i.e something like:
```
def direct(self, x, out=None):
if out is None:
blah
…
-
The current implementation of the CIL ISA runs counter to the design [guidelines for .NET exception handling](https://docs.microsoft.com/en-us/dotnet/standard/exceptions/best-practices-for-exceptions)…