Tracey is a tool to visualize and inspect data exported by the devsim TCAD simulator.
Tracey was developed by Noe Nieto as a by-product of the GSOC 2018 for devsim.
Tracey's dependencies are pygobject, Gtk+3 and matplotlib.
sudo dnf install python3-matplotlib python3-gobject
There is no installation method yet. You have to get a copy of the code and run it from there.
Clone the repo in your machine.
git clone git@github.com:misaelnieto/tracey.git
Enter the cloned folder
cd tracey
Run the script like this:
./tracey
Orby using python directly
python3 tracey
Click con the open button and select the data file. Optionally you can especify the path to the file in the command line like this:
tracey.py path/to/devism_datafile.dat
As of now, tracey can list the regions, nodes, node solutions and edge solutions and the data is only shown as a datagrid.
- Display the mesh and add 1D, 2D and 3D graphics using matplotlib.
- Export plots to png or svg.