-
Hi, I've recently doing relative dispersion analysis, in which particles are grouped into pairs like
```python
pair = [p1, p2] # p1 is a particle represented as xr.Dataset, containing x, y, u, v
``…
-
Dear all,
I have a population containing two data sources, and I would like to export particles after M refinement to further classify. I've checked MCore, MTools and WarpTools, and couldn't find a…
-
Hi, I downloaded the "ns_incom_inhom_2d_512-0.h5" from the link and tried using the data in my experiments. The data consists of four items, whose names and dimensions are:
```
Key=force, shape=(4, …
-
**Describe the bug**
Opening *.pmd files that use the openPMD AMR naming convention `_lvl` with the native openPMD-api reader plugin in Paraview 5.13.0 and 5.13.1 shows no cells and no particles. Thi…
-
The particle calorimeter plugin was supposed to store the particles that leave the simulation box in the spatial-energy matrix. But when I add the codes in the example .cfg file and collect the partic…
-
When loading ART Datasets it seems that no ´code_length´ attribute is loaded into the dataset. Instead, the attribute ´length_unit´ is loaded. This collides with some functionalities where the former …
-
### Description:
`evaluate.ClusterGrowth(...)` fails for `mode="largest"` if no clusters are detected. The modes `mean` and `weighted mean` do not fail.
### Code for reproduction:
```python
import …
-
**Is your feature request related to a problem? Please describe.**
For some plugins, information needs to be stored per particle. This information should be variable as it can be arbitrary. Additiona…
-
**Describe the bug**
When running a binary star with the SeBa code via AMUSE, the order of the stars (primary or secondary) that is printed in the output file "starev.data" changes depending on the m…
-
Thank you putting this package together. I'm trying to add wind particles to MapLibre. It looks like json data is not supported and it expects a tile source or image source. I'm a bit confused on how …