-
Affects a minority of records, in 3 clumps:
-
In order to implement inverse distance weighting (assuming we will use GDAL), we will need to add gridding functions. The original version of godal (where this fork came from) now has gridding functio…
-
For the past couple of days, the CI has been consistently failing on one RXD test, and only on Ubuntu latest (see for instance this CI run: https://github.com/neuronsimulator/nrn-build-ci/actions/runs…
-
The following example code does not work, as it appears CTYPE and DTYPE are interchanged in gridding.pyx.
> import numpy as np
> import gfft as gf
> input = np.ones((20, 20, 20), dtype=np.complex128)…
-
Bug in calling gfft.py (line 536) **or** gridding.pyx (line 60) the input of `alpha` and `W` are interchanged.
-
Currently get_stack_fourier and gridded_inverse_fourier_transform_stack are adapted to take as input SoS where each stack is the same trajectory.
To be able to reconstruct data from SoS with rotatio…
-
Hi Tomer,
Thanks for sharing your code! I noticed you implemented gridding https://github.com/tomer196/PILOT/blob/9530139d9fbacda064d11fc12614ea4a6a74b7f6/pytorch_nufft/interp.py#L84
May I ask can…
-
Re-gridding map observations from sky coordinates (RA,Dec,z) onto comoving (Mpc/h) grid, appears to be causing a lot of damped and distorted power. The attached plot demonstrates the problem using log…
-
Thank you for this wonderful stuff, professor.
Are the discretization grids used in the cavity flow simulation staggered or collocated ones? From the indexing of the prime variables u, v, p it look…
-
**Describe the bug**
Processing L1b data in parallel fails. The reasons seems to be that GNU OpenMP does not allow xarray to fork processes within a forked worker.
**To Reproduce**
Steps to repro…