usage: fl hist_dT [-h] [--ihdf IHDF [IHDF ...]] [--tmin TMIN] [--tmax TMAX] [--dmin DMIN] [--dmax DMAX] [--nbins NBINS] [--regen]
Calculates 2D histograms of density and temperature, i.e. the phase diagram. WARNING: this command still uses the old engine and its code is not cleaned.
optional arguments:
argument | description |
---|---|
-h, --help | show this help message and exit |
--ihdf IHDF [IHDF ...] | Input HDF file(s). Default: all HDF5 files in the current directory. |
--tmin TMIN | Minimum temperature to consider. Default: 1.0 |
--tmax TMAX | Maximum temperature to consider. Default: 1000000000.0. |
--dmin DMIN | Minimum density to consider. Default: 1e-38 |
--dmax DMAX | Maximum density to consider. Default: 1e-10 |
--nbins NBINS | Number of bins along both coordinates (DIRECTIONS SHOULD BE INDEPENDENT.) Default: 200. |
--regen | If set, regenerate existing hst_dT files. Default: keep existing hst_dT files. |