-
The keyword `n_avg` need a default reported in the dictionary. It seems to be used in both gridding and Healpix outputs and has different defaults in different parts of the code. We need to clean up, …
-
Gather gridding times (will need to go look up what size the convolution filter is in each)
Gather w-projection times (those that support w-projection)
Criteria:
Dirty images only
Cover the sky with f…
-
Need some documentation.
At least:
- [x] how-to run hypnotoad2 to create tokmak (or TORPEX X-point) grids
- [x] description of what all the options that can be set in `.yaml` input files do
Wo…
-
When I try to pass a PyTorch tensor into a workunit as I would a CuPy array, as in the following script,
```python
import torch
import pykokkos as pk
@pk.workunit
def work(wid, a):
a[wid…
-
This is either a question or a feature proposal, depending on whether it's already possible. I imagine a rather common use case to be that the user wishes to aggregate GLM flashes over the domain and…
-
From the Use Case document:
> See what data or processing issues should be considered. Predict what prioritization to give a mission in a datalist.
Footnote:
> For now, quality assessment is …
-
This is because if a visibility falls outside the span at any frequency it does not get gridded for any frequency. This causes a bad frequency dependent edge problem. Instead, visibilities should be g…
-
## Required infrastructure
- User guide directory under ```/docs``` (@mgrover1) (#83)
- Place to put the notebooks, linked from the main docs page (@mgrover1) (#83)
## Content TODO
- Read in r…
-
Any interest in supporting interpolation along the axes?
I was able to hack it in my code with something like:
```julia
using Interpolations, DimensionalData
import Interpolations.interpolate
…
-
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…