Jack Lovell
Jack Lovell
* Add a Regularisation section to the tomography documentation, describing the functionality inside the admt_utils module. * Fixup the docstrings in admt_utils. * Add calculation of "skewed" second derivative operators,...
We have some of the demo scripts copied verbatim into the HTML documentation, but many are only available by cloning the git repository to a local directory and running the...
This PR contains re-writes of the caching objects for better efficiency. The most significant change is the removal of calls to `numpy.linalg.solve`, which will fix the performance issues in #233....
I've had two separate requests for examples of using the `admt_utils` functions. It's about time we had some documented examples of this functionality.
The CSG aperture for the BolometerSlit at the moment is a box with the rectangular slit subtracted from it. This box is a cuboid of side length `max(slit_width, slit_height)`, which...
The Doctr tool, https://drdoctr.github.io/, is capable of automatically building and deploying documentation to Github pages from Travis CI. Should we investigate whether it's worth incorporating this into the CI process...
Currently, `cherab.tools.inversions.admt_utils.generate_derivative_operators` provides a simple way to produce first and second partial derivative operators for a 2D rectilinear grid. These operators are used in the calculation of the ADMT regularisation...
With the recent additions to `cherab.tools`, the online documentation could do with restructuring and updating. I would like to get this done as soon as possible so that we don't...
This render engine uses SPMD (single process, multiple data) to perform renders in parallel, using MPI (message passing interface). The paradigm is that multiple independent processes are launched, all of...