source icon indicating copy to clipboard operation
source copied to clipboard

The main source repository for the Raysect project.

Results 100 source issues
Sort by recently updated
recently updated
newest added

Doesn't appear after a search on raysect.org, unless I'm being thick.

documentation

Hello everybody, as usual, thank you for the awesome work! This issue to ask your opinion about using Discrete2DMesh to elaborate SOLPS results (e.g. following the same path of solps_plasma.py,...

question

As I have mentioned in our latest Skype call, I hereby submit a pull request with the modified vtk.py file. Please notice that it would be nice if you could...

I have tried to compile raysect for Windows with appveyor, by just adding a appveyor.yml file at root of the project After tiny changes in the code, I have succeeded...

For a number of physics use cases, volume emission dominates over surface reflection effects and other possible light sources (i.e. a tokamak plasma). The emission model of a volume emitter...

question

Can we calculate a colour temperature from the returned spectrum.

question

Dear Raysect team. As I can see from the data stored for metals refractive index and extinction coefficients, their wavelength range is from 200 nm to 12.4 mkm. However for...

Hello, I noticed that some imaging observer classes could not take arguments defined in base classes like `Observer2D`. I mean: ```python PinholeCamera( (512, 512), min_wavelength=375 #

Hello, I would like to create a PR about a new Torus primitive. Additionally, I implemented required functionalities to solve quartic, cubic equations, etc. If you agree to this PR,...

Hello, I tried to resolve `cython` v3 incompatibilities by adding reversed binary arithmetic operators like `__radd__`, `__rmul__`, etc. Existing unit test has been passed, but I did not make sure...