-
Plotting on the disk using Plots.jl is basically broken:
I suspect the best thing to do is forget about Plots.jl and focus on Makie.jl which I believe has advanced a lot. The catch is we proba…
-
Hi
I am trying to use your wonderful Zernike2D script, but I can find Surface_protocol.R, which is listed on your instructions. Could it be possible to upload it?
Thanks in advance
H-EKE updated
2 months ago
-
The `optics` module allows specification of an aberrated optics PSF by means of Zernike coefficients of the wavefront. But, the `wavefront` method is specific to a single field location. To model mult…
-
# Summary
I have been on the setup.py then setup.cfg bangwagon for about ten years, but am begrudgingly moving over to pyproject.toml. There is an extremely brief mention of this on the docs site,…
-
Hello,
if found your impressive package recently. I had some issues with the installation on windows10:
I downloaded your master and used conda.
conda env create -f environment.yml
I tried to refo…
-
H2O Build git hash d651ad244a9510d286c6b6f0bc4a8d23b2f485ed
Running a gbm grid search (with cross validation) on a couple of datasets and hit a few NPEs and java assertion error due to leaked fram…
-
New data has been generated and transferred to @bethac07.
Here is the per well metadata for the plate.
[cmQTL_CRISPRi_metadata.xlsx](https://github.com/broadinstitute/cmQTL/files/9526819/cmQTL_CR…
-
1. Create wavefront
2. use defocus adjustment (I use the box at the top with corresponding arrows) to add or remove some defocus
3. DFTFringe crashes
Maybe I did something I'm not supposed to do.…
atsju updated
3 months ago
-
```python
eq = desc.examples.get("W7-X")
eq.change_resolution(3,3,3,6,6,6)
assert eq.M == 3
assert eq.surface.M == 3
R1 = eq.surface.R_lmn # these are coeffs from truncating boundary represen…
-
```python
for n in range(3,13):
basis = ZernikePolynomial(n,n)
grid1 = QuadratureGrid(n,n,0)
grid2 = ConcentricGrid(n,n,0)
print(f"{n} {grid1.num_nodes/basis.num_modes:.2f} {g…