nata icon indicating copy to clipboard operation
nata copied to clipboard

Python visualization and post-processing library for particle-in-cell codes

Results 21 nata issues
Sort by recently updated
recently updated
newest added

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'` ![image](https://github.com/GoLP-IST/nata/assets/28437516/ce277512-8738-4e3e-8d25-95cd5d2b0f3e) 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).

plugin

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...

enhancement
plugin

This plugin should smooth the data in a GridDataset, by performing some kind of local average.

enhancement
plugin

Update examples with proper description.