-
Updated
Sep 15, 2021 - Kotlin
optics
Here are 377 public repositories matching this topic...
-
Updated
Aug 18, 2021 - Java
-
Updated
Dec 22, 2019 - JavaScript
-
Updated
Aug 20, 2021 - TypeScript
-
Updated
Aug 31, 2021 - Java
-
Updated
Aug 17, 2021 - Java
-
Updated
Aug 23, 2021 - Haskell
-
Updated
Jul 2, 2019 - Haskell
-
Updated
Sep 13, 2021 - TypeScript
-
Updated
Aug 31, 2021 - Python
-
Updated
Sep 15, 2021 - Python
-
Updated
Aug 24, 2021
-
Updated
Jul 5, 2021 - C++
-
Updated
Jul 29, 2021 - Jupyter Notebook
-
Updated
Apr 22, 2020 - 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
Sep 9, 2021 - Python
-
Updated
Aug 30, 2020 - Elixir
-
Updated
Sep 3, 2021 - HTML
Describe the bug
If eps_r is shape (N,) then the fields solved are shape (N,1)
Either:
- disallow 1-D
eps_rarrays
Or: - keep track of
eps_rshape and reshape the fields to match.
The new interface for interferograms requires the user to explicitly pass the mask, and provides the x,y,r,t variables in class with the positional state. This makes it significantly easier to use offset masks. The geometry module includes shifted versions of most shapes, but it may be worthwhile to add a interf.shift((dx,dy)) or interf.shift(dx, dy=None) method to move the grid.
It wou
-
Updated
Jun 10, 2021 - Python
-
Updated
Sep 13, 2021 - Jupyter Notebook
-
Updated
Oct 10, 2020 - Jupyter Notebook
-
Updated
Aug 27, 2021 - Python
-
Updated
May 25, 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-opticsusers do this:tupleNobject should contain all possible implicit extensions to Tuple{N} companion objects. Implementations should be macro generated.