Edoardo Pasca

Results 74 issues of Edoardo Pasca

I've created a conda recipe for TIGRE. Actually 2 ways of doing it: * https://github.com/paskino/TIGRE/tree/conda_recipe integrates the recipe in this repo * https://github.com/paskino/TIGRE-conda will download the TIGRE source from github...

Why should we have a directory `supp`? Since it is part of the package I don't think it should be called supplemental. The `ArtifactsClass`'s instance methods are in facts static...

some evaluation other than visual should be done on the demos to convert them to unittest.

Currently the `convertSiemensInterfileToSTIR.sh` does not put an absolute path to the data file field. So if the header is moved in a different directory than the one with the data,...

## Expected Behavior Obtaining a reconstruction or backprojection without stripes. ## Actual Behavior We observe something that looks like the an `int32` counter going beyond the max value when backprojecting...

The dimension parameter in v24.0.0 is passed reversed to what it was in version v22.0.0, see details below for `FGP_TV`. In this PR, we invert the `dims` list at creation...

The MATLAB extension is not supported and has not changed in the last 5 years. it will be removed.

Since CMake 3.10 `FindCUDA` is deprecated and we should use `project(LANGUAGES)`

With the work on the ctypes #183 I encountered a problem with the comparison of TGV CPU and GPU implementations. There is a minor difference at the start of the...

The `PATCHSEL_CPU` function only works for 2D data, although a function for 3D seems to be [implemented](https://github.com/vais-ral/CCPi-Regularisation-Toolkit/blob/71f8d304d804b54d378f0ed05539f01aaaf13758/src/Core/regularisers_CPU/PatchSelect_core.c#L62-L107) in the C library. https://github.com/vais-ral/CCPi-Regularisation-Toolkit/blob/71f8d304d804b54d378f0ed05539f01aaaf13758/src/Python/src/cpu_regularisers.pyx#L608-L612