|
|
Python package to extract, analyse and visualize AMR data.
|
|
|
```
|
|
|
usage: fl [-h] [--version] command [additional arguments]
|
|
|
```
|
|
|
|
|
|
| command | description |
|
|
|
| ------- | ----------- |
|
|
|
| [conv](conv) | Converts (AMR) grid data to a uniform grid and writes it as ascii or fits file. |
|
|
|
| [extremes](extremes) | Find extremes (minimums and maximums) of all values in the grid. |
|
|
|
| [plot](plot) | Plots grid data using an external engine (e.g. gnuplot) using a predifined / user-defined template. |
|
|
|
| hist | Calculates histograms of quantities in the grid data. |
|
|
|
| hist_dT | Calculates 2D histograms for density and temperature. |
|
|
|
| radav | Calculates radial profile, i.e. mean values over spherical shells. |
|
|
|
| lineprof | Calculates a line profile as a histogram of emissions according to radial velocities. |
|
|
|
| sink_sum | Sum sink particles. |
|
|
|
| sink_conv | Convert sink_evol.dat file into series of files correspoding to hdf plot files. |
|
|
|
|axial_avg | Calculate average values over the cylindrical phi direction. |
|
|
|
| timing | Convert sink_evol.dat file into series of files correspoding to hdf plot files. |
|
|
|
| averages | Calculate averages per phases. |
|
|
|
| log | Process logfile. |
|
|
|
| test | Run automated tests. |
|
|
|
| grid_test | Test of the libgrid library. |
|
|
|
|
|
|
**optional arguments:**
|
|
|
-h, --help show this help message and exit
|
|
|
--version show program's version number and exit
|
|
|
|
|
|
|
|
|
Code development
|
|
|
----------------
|
... | ... | |