tkn-config
tkn-config
Usage: tkn-config [--version] [--gitinfos] [--bindir] [--libdir] [--incdir] [--srcdir] [--builddir]
[--examples] [--dbdir] [--dbfile] [--libs] [--cflags] [--linklibs] [--help]
--version TkN version number
--gitinfos info on git repository
--bindir directory containing binary files
--libdir directory containing shared libraries
--incdir directory containing include files
--srcdir source directory
--builddir build directory
--examples directory containing examples
--dbdir directory containing the sqlite database
--dbfile name of the current database file
--libs list of TkN libraries
--cflags include files
--linklibs lib flags for compilation
--help print help message
tkn-print
Prints level or decay data for a given nucleus.
tkn-print
***********************************
*** tkn-print user-guide ***
***********************************
this utility allows to print nuclear properties:
required argument (one of):
[SYMBOL] positional: select the nucleus
--nucleus [-n] select the nucleus (keyword form, allows autocomplete)
optional arguments:
--levels [-l] print the list of nuclear levels
--gammas [-g] print the list of gamma decays
--decays [-d] alias for --gammas
--datasets [-s] show the available datasets for this nucleus
--dataset-comment id print only the comment of one dataset
--with-dataset id print data for the selected dataset
display arguments:
--table [-t] print as a table (not available when levels and decay are on)
--comments [-c] print comments (can be combined with --datasets to display dataset comments)
--long, --verbose [-v] print the nucleus property list
--options opt allow to pass options to the print methods, ex: yrast or yrastt (including tentative spin assignments)
examples of use:
tkn-print 4He --long
tkn-print -n 4He --long
tkn-print 12C --levels --comments --with-dataset 1
tkn-print --nucleus 12C --levels --gammas --comments
tkn-print 12C --datasets --comments
tkn-print 12C --dataset-comment 1
tkn-root
Launch the interactive C++ interpreter of ROOT with all the basic libraries of the toolkit already linked in and all necessary paths required for compilation of your code predefined.
tkn-root
_____ _ _ | Documentation: https://tkn.in2p3.fr/
(_ _) | \ | | | Source: https://gitlab.in2p3.fr/tkn/tkn-lib
| |_ _| \| | |
| | |/ / | | Version 2.5
| | <| |\ | |
|_|_|\_\_| \_| | Database: TkN_ensdf_260101_xundl_250101_v2.5.db
tkn [0]
tkn-db-update
Update or download the latest database available for the installed TkN version.
tkn-db-update
**************************************
*** tkn-db-update user-guide ***
**************************************
this utility allows to download the TkN nuclear database
supported options:
--show to show the available databases corresponding to the current TkN version
--file name to select the name of the database to download (default is the latest)
--download to download the database
--help to print this help