-
Updated
Jan 6, 2022 - Kotlin
optics
Here are 393 public repositories matching this topic...
-
Updated
Jan 3, 2022 - Jupyter Notebook
-
Updated
Dec 10, 2021 - Java
-
Updated
Nov 18, 2021 - JavaScript
-
Updated
Dec 17, 2021 - TypeScript
-
Updated
Jan 4, 2022 - Java
-
Updated
Aug 17, 2021 - Java
-
Updated
Nov 22, 2021 - Haskell
-
Updated
Jul 2, 2019 - Haskell
OpticSim does not currently model reflection from metals properly. Adding support for complex indices of refraction to Glasscat and the various functions called by trace would address this problem. Would also require finding online sources of index data for metals, and adding them to the OpticSim GlassCat loader. Possible source of data here http://www.sspectra.com/sopra.html.
-
Updated
Jan 5, 2022 - TypeScript
-
Updated
Aug 24, 2021
-
Updated
Dec 19, 2021 - Python
-
Updated
Sep 15, 2021 - Python
-
Updated
Dec 31, 2021 - C++
-
Updated
Jan 2, 2022 - Python
Tests
The library needs tests to prevent bugs. This library uses pytest as test suite, which is by far the most user friendly test-suite for Python. This is great, because this means anyone can add tests; it's super easy! Moreover, it makes you acquainted with the code, which is why it's labeled a good first issue.
When adding tests, keep the following in mind:
-
Updated
Apr 22, 2020 - Python
-
Updated
Jul 29, 2021 - Jupyter Notebook
-
Updated
Aug 30, 2020 - Elixir
-
Updated
Dec 19, 2021 - HTML
Describe the bug
If eps_r
is shape (N,)
then the fields solved are shape (N,1)
Either:
- disallow 1-D
eps_r
arrays
Or: - keep track of
eps_r
shape and reshape the fields to match.
Only conics, spheres, and planes are supported right now for raytracing. All the other surface types (the polynomials module, plus the even asphere equation) need to be added as factory methods on the Surface
type.
-
Updated
Jan 3, 2022 - Jupyter Notebook
-
Updated
Oct 10, 2020 - Jupyter Notebook
-
Updated
Nov 2, 2021 - Python
Improve this page
Add a description, image, and links to the optics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the optics topic, visit your repo's landing page and select "manage topics."
Let
tofu-optics
users do this:tupleN
object should contain all possible implicit extensions to Tuple{N} companion objects. Implementations should be macro generated.