FdRangeSelector

lumicks.pylake.FdRangeSelector

class FdRangeSelector(fd_curves)

Notebook widget for selecting data ranges by time.

Open a widget used to select ranges from force extension curves.

Please refer to the tutorial for more information.

Actions:
  • left-click – Define time ranges by clicking the left and then the right boundary of the region you wish to select.

  • right-click – Remove previously selected time range.

Parameters:

fd_curves (dict) – Dictionary of FdCurve.

property fdcurves

Return a dictionary with the selections.

Each dictionary value contains a list of FdCurve instances with the individual data selections.

property ranges

Return a dictionary with selection timestamps.

Each dictionary value contains a list of arrays containing start and stop timestamps for the individual selections.