-
Updated
Jul 31, 2021 - Kotlin
optics
Here are 366 public repositories matching this topic...
-
Updated
Apr 1, 2021 - Java
-
Updated
Dec 22, 2019 - JavaScript
-
Updated
May 9, 2021 - Java
-
Updated
May 14, 2021 - TypeScript
-
Updated
May 25, 2021 - Java
-
Updated
Jul 13, 2021 - Haskell
-
Updated
Jul 2, 2019 - Haskell
-
Updated
Mar 16, 2021 - Python
-
Updated
Jul 26, 2021 - TypeScript
-
Updated
Jun 7, 2021 - Python
-
Updated
Jul 10, 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
Aug 30, 2020 - Elixir
-
Updated
Jul 25, 2021 - HTML
-
Updated
Jul 11, 2021 - Python
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.
-
Updated
Jun 10, 2021 - Python
-
Updated
Jul 30, 2021 - Jupyter Notebook
-
Updated
Oct 10, 2020 - Jupyter Notebook
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
Apr 22, 2021 - Python
-
Updated
Feb 24, 2021 - C++
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.