Skip to content

Doc flint

Ignacio Vergara Lecue requested to merge doc_flint into master

Not-So-Final version of Flint doc: TODO!

Texts that are missing until the bug on how to recover a plot from a scan ( p=scan.get_plot(channel,plot_type returns None ) are resolved:

On index.md file:

BLISS provides tools to interact (select points, select shapes...) with plot windows in Flint. Each scan object has a .get_plot() method, that returns a Plot object. The argument to pass to .get_plot is a counter: the plot containing this counter data is returned:

Then change the example code to create a plot from a scan.

On flint_interaction.md file:

First of all, a plot related to a scan must be created: the scan object's get_plot() function will return the plot. The argument of the function is the counter the scan data has been created with.

Then change the example code to create a plot from a scan.

Merge request reports