Skip to content
Olivier Scholder edited this page Oct 10, 2016 · 4 revisions

Welcome to the pyOmicron wiki!

How it works?

STSviewer

STSviewer.py is your best friends to display I(V) measurement as well as dI/dV(V) measurement.

Just run it in command line:

./STSviewer.py

You can also provide as first argument the path of the folder containing your data

./STSviwer.py /the/path/to/my/STS/data

You can also add to this as second argument the ID of a measurement and this will be displayed first.

#STSviewer GUI There are 3 ploting regions

Top left plot

The top left region display the I(V) and dI/dV(V) curves. You can select and deselect curves to plot from the left checklist. The solid curve is the forward bias, the dashed one the backward scan (if you scanned forward and backward).

Right plot

The plot on the right display the I/V(V) [blue] as well as the convolution of it [red curve] with an exponential [green curve].

Bottom left

The dI/dV/(I/V) curve.

Options

You can also check the "statistics" checkboc on the top left corner. This will display the mean of the curves with the standard deviation (1σ and 2σ) as a filled plot. This will plot separately the forward and backward scans.

Clone this wiki locally