-
Using ffi-gdal with GDAL version 2.1.0 causes a few failures--including hanging during gridding specs (which seem to have problems with crashing when running with GDAL 1.x.x), and some other segfaults…
-
Here are what I see as our initial technical data processing goals. Please feel free to comment and adjust as we dig into this deeper.
High-level Goals:
1. Build a real-world position vector for …
-
Currently it does not work to activate manual regridding in the experimental branch.
The box won't tick in neither firefox nor chromium. Tried clicking several times in other boxes as well which some…
-
As written, the example workflow uses Py-ART's Radx ingest routines to read UF files. This should be changed to simplify the MultiDop user experience. However, with the example volumes being used, thi…
-
HR and LR grids have missing rows and columns, likely from not extrapolating past the last available data points. Read the gridder docs and either extrapolate, or keep the outermost sample points. Alt…
LSgeo updated
2 years ago
-
We need to be able to
- image a subset of channels (e.g. 1:63 meaning channels 1 to 62, or e.g. 0:59:2 meaning every other channel i.e. 0, 2, 4, ... 58.
- average channels together. A common use case…
-
There is a collection of previous work on performing fast spherical harmonic transforms (SHT), can this be adapted to the SWHT? The SHT operates on the surface of a unit sphere, but the SWHT operates …
-
Summary of things not yet addressed in PR #524:
- [ ] 1. Document revised water balance equation: WCHANGE = PR - EVAP – RUNOFF - **FSWCHANGE**
- [ ] 2. Revisit re-gridding (re-tiling) of restarts…
-
While trying to reconstruct a data set I found that if I save my projection sets as .mrc's and try to reconstruct them using Genfire I get a really weird output reconstruction that doesn't resemble th…
-
Here are some features we need to implement:
## Basic Features
- [ ] Visibility functions for rings, gaussians (#22)
- [x] Improve syntax for vmapped functions
- [ ] Model evidences by Laplace…