Matej Tomes

Results 16 issues of Matej Tomes

I think this has been floating around for quite some time and became obvious in few last issues, for example #147 . I think Cherab should have some general equilibrium...

EFITEquilibrium functions map2d https://github.com/cherab/core/blob/73125a9fc96a04a209496ecc92e055a9ebf49b06/cherab/tools/equilibrium/efit.pyx#L202 and map3d https://github.com/cherab/core/blob/73125a9fc96a04a209496ecc92e055a9ebf49b06/cherab/tools/equilibrium/efit.pyx#L224 allow selecting a constant value for mapping outside LCFS, for which https://github.com/cherab/core/blob/73125a9fc96a04a209496ecc92e055a9ebf49b06/cherab/tools/equilibrium/efit.pyx#L222 is used. It would be nice to add a possibility to...

The recent addition of the `Function6D` framework allows us to add a generic distribution function defined through the `Function6D`, `Function3D` and `VectorFunction3D` frameworks. I propose making a new distribution function...

enhancement

Adds `GaussianQuadrature2D` class mentioned in #475. Adds also integrators (1D, 2D) to our documentation. This PR will be marked as draft until PR #473 is merged.

I would like to add a `GaussianQuadrature2D` integrator. The implementation will be close to what @vsnever did in `GaussianQuadrature` class. It is related to issues #472 and #471 . I...

enhancement

I would like to add a Synchrotron Radiation (SR) emission model to Cherab. The radiation will be based on the local properties of the electron distribution function. Because of the...

enhancement