amepproject / amep

The Active Matter Evaluation Package (AMEP) - a Python library for the analysis of particle-based and continuum simulation data of soft and active matter systems
https://amepproject.de/
GNU General Public License v3.0
11 stars 2 forks source link

DOC: evaluate.VelDist missing keyword argument description #31

Open kay-ro opened 4 months ago

kay-ro commented 4 months ago

Problem description:

The documentation of the VelDist evaluation class is missing the description of several keyword arguments, namely vmin, vmax, v2max. The description how the limits of the distribution for v² and |v| are being calculated is missing.

Moreover, the calculation of the upper limit of the distribution for v² and |v|is unclear.

Suggested content improvement: