Dr Alex Meakins
Dr Alex Meakins
Some of the commits change the default pixels dimensions. Could you please remove the offending lines?
This was on the list of changes I intended to make for version 1.0. I want to increase the use of the function framework throughout raysect. The spectral functions and...
The optical rays are not set up to accumulate additional data (beyond spectra), that would be considered a specialist application and require a custom ray and materials. You could create...
Urgh. I really do want to get rid of the matplotlib dependency entirely and replace it with a proper threaded gui display. Theoretically simple to knock up in tk, but...
I was going to add a camera called LightProbe that performs even sampling over a sphere, with optional range restriction and with configurable mapping to a rectangle. Equi-angle sampling would...
@vsnever could I make a request that new features are discussed via the issue tracker before implementation and merge request. You a producing some great code, however receiving merge requests...
Excellent, thanks. Those are the exactly the projections I meant.
Looks like it is missing from the docs... thanks we'll fix that.
Proposed **raysect.optical** changes: 1. **Pass Intersection object to all relevant material evaluation methods rather than unpacking.** This will allow future expansion of the attributes passed to the materials without changing...
Created a new `v1/development` branch: 8be63a5e4e06e38850b739872187359ed16f530c. All feature/bug fix branches targetting v1 should be prefixed with `v1/` e.g `v1/feature/polarisation`.