-
Hello Mike,
When I compare the Zernike decomposition for the wavefront got by Oslo and ray-optics, I find a mismatch. Oslo gives directly the Zernike coefficients (in wave unit and not normalized). I…
-
An error was reported found in the front page (https://dsc-spidal.github.io/harp/):
"It says somewhere **single** value decomposition but it should be **singular** value decomposition."
I found tw…
-
Currently https://docs.ocean.dwavesys.com/projects/hybrid/en/stable/reference/reference.html mixes workflows and dimod samplers without clear distinction; for example:
* workflow:
![image](https://u…
-
Hi,
First of all, great work & thanks for sharing your source code.
I was going through the code & i noticed there are files missing from overlapping folder which I believe does the decompositio…
ghost updated
5 years ago
-
If you draw a perfectly constant function the decomposition doesn't work:
![image](https://user-images.githubusercontent.com/5566160/60754027-889aa080-9fdb-11e9-966f-da1d11e6aa34.png)
-
When I used it to build an elevation map for the quadruped robot, I found that even when the robot is on a flat surface, the created map is uneven. This causes the robot to move very unstably. Could y…
-
It would be great to have CRCE run as Docker image, so that trying and using the (basic, vanilla) CRCE is made easier. As a basic decomposition, one image for MongoDB and one for CRCE vanilla.
-
# Answering "Why did the KPI change?" using decomposition • Max Halford
Motivation Say you’re a data analyst at a company. You’ve built a dashboard with several KPIs. You’re happy because it took you…
-
Starting to use `latexMatrix()` and friends in my book. I ran into a little problem with aligning two equations, one symbolic and the other numeric. My test file is `dev/eigen-ex.R`
Goal: show the…
-
## code:
```def tic():
# Homemade version of matlab tic and toc functions
import time
global startTime_for_tictoc
startTime_for_tictoc = time.time()
def toc():
import …