Python package to extract, analyse and visualize AMR data.
usage: fl [-h] [--version] command [additional arguments]
The code is in the process of transition to a new library to handle the AMR grid data. It is much cleaner, has more functionality and allows to use more options (pytables, pyhdf, hdftools) to read the hdf data. Some commands still use the old flashproj and flashpf libraries that will be removed later.
command | description |
---|---|
conv | Converts (AMR) grid data to a uniform grid and writes it as ascii or fits file. |
averages | Calculates averages and integrals per phases. |
extremes | Finds extremes (minima and maxima) of all values in the grid. |
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. (old libs) |
hist_dT | Calculates 2D histograms for density and temperature. (old libs) |
radav | Calculates radial profile, i.e. mean values over spherical shells. (old libs) |
axial_avg | Calculate average values over the cylindrical phi direction. (old libs) |
lineprof | Calculates a line profile as a histogram of emissions according to radial velocities. (old libs) |
sink_sum | Reads sink_evol.dat and Flash.dat files and prints overal info about sinks and the gas. |
sink_conv | Converts sink_evol.dat file into series of files correspoding to hdf plot files. |
timing | Reads tree solver twt files and prints timing info. |
log | Reads logfile and prints various info - a single line for each time step. |
test | Run automated tests. |
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit