-
```python
import numpy as np
from prysm.polynomials.qpoly import compute_z_zprime_Q2d, Q2d_nm_c_to_a_b, Q2d
from prysm.polynomials import fringe_to_nm, nm_to_name
from prysm import geometry, coord…
-
As I am working trought the [Image Simulation notebook](https://github.com/brandondube/prysm/blob/master/docs/source/tutorials/Image%20Simulation.ipynb) the OPD graph does not show anything. There see…
-
Hi, I encounter the same problem as in https://github.com/facebookresearch/LAMA/issues/10.
And I found the reason why 2 examples are filtered is that the `obj_label` are `1970s` and `1990s`. And in `…
-
For raytracing, it's the surface normal that is needed (S', not S). Derivatives of sums of polynomials are needed to properly trace rays through a system. I believe the recurrence relation used allo…
-
Work on :dev/prysm/qpoly.py has lead to the realization that for forbes polynomials, the recursive generation scheme can be O(n) instead of O(n^2) in a naïve implementation.
When compared to the Ze…
-
{
"body": {
"sections": {
"section": [
{
"@id": "sec1",
"section-title": "Introduction",
"para": [
{
…
-
The (docstring) examples for `cp.orth_svd`, `cp.orth_pcd`, and `cp.orth_hybrid` don't work for me.
```
In [1]: import chaospy as cp
In [2]: Z = cp.Normal()
In [3]: print cp.orth_pcd(2, Z)
-----------…