-
The propose of this Issue is to enumerate a set of analysis methods for the DRP that can assess the quality of the flat-fielding procedures. These methods should apply to individual flats, a set of f…
-
For some input parameters, the condensation solver is failing in the parcel environment. Here is a minimal example using `PySDM_examples.Pyrcel`:
```python
from PySDM import Formulae
from PySDM.ini…
-
The diffusion map is a dimensionality reduction technique that uses a transitional probability as its "distance" measure. It is noise-resistant and non-linear. Moreover, the algorithm itself is fast a…
-
I have not seen either in the shenfun paper or on spectralDNS/shenfun
guidelines regarding large scale applications, e.g: what operations are costly at the end?
what variables hold data at the end?
…
-
We need PSD-based methods for fitting models with frequency-specific weighting. See branch:model_fitting for progress. I've been working for a few months on this, but not quite done. To complete, we n…
-
### Context
I am attempting to rebuild the DreaMS Atlas, for the purpose of querying it with external (not already included in Atlas) embeddings. As suggested in the paper, I am using the PyNNDescent…
-
### What should we add?
We suggest to add the following new functionality which implements a reconstruction of the wind field from vorticity and divergence over a limited domain. It can be used to …
-
Add mixing event to 2D library methods.
-
## Summary
When trying to discretize a PDE with collocation using a large amount of points (20), imaginary numbers occur in the returned points. This can throw an error further down the road.
#…
-
There is already support for BilinearOperator in `pyproximal/pyproximal/utils/bilinear.py` and the PALM optimizer; however,
they do not scale to second-order methods such as Levenberg-Marquardt (LM) …