The LUT is stored in a database file (a SQLITE database)
that is : $DART_LOCAL/simulations/your_simulation_name/your_simulation_name.db
.
Data can be accessed in 3 ways: SQL, Python API and Graphic User Interface (GUI)
.
Directly in SQL ( Database Schema )
For example , the LUT can be accessed directly with SQLite Manager (firefox addons )
Python API
Download Example
To use python script, you need to add/modify the environnement variable : PYTHONPATH.
For example with windows in order to add the directories : %DART_HOME%\bin\python_script\Scripts\src and %DART_HOME%\bin\python_script\ValorisationLUT\src to the PYTHONPATH, type: PYTHONPATH=C:\Dart\bin\python_script\Scripts\src;C:\Dart\bin\python_script\ValorisationLUT\src.