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