scico icon indicating copy to clipboard operation
scico copied to clipboard

Scientific Computational Imaging COde

Results 23 scico issues
Sort by recently updated
recently updated
newest added

It is arguably inconsistent that the `Operator` property if linearity is represented via inheritance, while `Functional` properties (e.g. has a prox) are represented by boolean attributes. These design choices should...

priority: low
improvement

Most `LinearOperator`s tend to put operator-specific parameters first, but the ones constructed via `linop_from_function` put them after the standard `input_shape` parameter. This can be quite confusing, e.g. see current `Pad`...

discussion required
improvement

The current dependency specification approach should be revisited. In particular: * Coherent choice of required vs optional dependencies * Specification of dependencies in a way that supports installation of `astra`...

developer