nata
nata copied to clipboard
Python visualization and post-processing library for particle-in-cell codes
updates: - [github.com/psf/black: 21.9b0 → 21.10b0](https://github.com/psf/black/compare/21.9b0...21.10b0)
Hello! I was trying to run the "Grids" example notebook, but I get an import error in the first cell: `ImportError: cannot import name 'GridArray' from 'nata.containers'`  I did...
Add simple plugins for grid gridcontainers, e.g. mean, max, min, std. A good inspiration might be to look at [pandas dataframe methods](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html) or methods associated with [numpy's ndarray](https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html).
Update and go over the todo's for containers.
Following assets are required for the documenation: - [ ] Logo - [ ] Check what dimension are needed - [ ] Check if we should use `svg` or `png`...
Add the documentation for the plugins.
This plugin should do an average of the GridDataset data, reducing its dimensionality (to 0/1/2 for 1/2/3D datasets). For 2D/3D datasets it should receive a parameter to indicate the axes...
This plugin should smooth the data in a GridDataset, by performing some kind of local average.
Update examples with proper description.
Update the documentation on backends.