arpes.plotting.fit_inspection_tool.FitCheckTool

class arpes.plotting.fit_inspection_tool.FitCheckTool(**kwargs)[source]

Interactive verification of fit quality for broadcast fits.

__init__(**kwargs)[source]

Loads marginal sizes and configures initial application settings.

Methods

__delattr__(name, /)

Implement delattr(self, name).

__dir__()

Default dir() implementation.

__eq__(value, /)

Return self==value.

__format__(format_spec, /)

Default object formatter.

__ge__(value, /)

Return self>=value.

__getattribute__(item)

Allow more convenient use of attributes from self.app_context.

__gt__(value, /)

Return self>value.

__hash__()

Return hash(self).

__init__(**kwargs)

Loads marginal sizes and configures initial application settings.

__init_subclass__

This method is called when a class is subclassed.

__le__(value, /)

Return self<=value.

__lt__(value, /)

Return self<value.

__ne__(value, /)

Return self!=value.

__new__(**kwargs)

__reduce__()

Helper for pickle.

__reduce_ex__(protocol, /)

Helper for pickle.

__repr__()

Return repr(self).

__setattr__(name, value)

Overrides __setattr__ to handle setting debug info into a div so it's visible.

__sizeof__()

Size of object in memory, in bytes.

__str__()

Return str(self).

__subclasshook__

Abstract classes can override this to customize issubclass().

add_cursor_lines(figure)

Adds the standard X and Y cursors to a figure.

init_bokeh_server()

Tells Bokeh to send output to Jupyter with a relatively long timeout.

load_settings(**kwargs)

Loads a user's settings for interactive tools into the tool.

make_tool(arr[, notebook_url, notebook_handle])

Starts the Bokeh application in accordance with the Bokeh app docs.

tool_handler(doc)

Defines the application widgets and UI interactions.

update_colormap_for(plot_name)

Sets the colormap on the plot plot_name to have an appropriate range.

Attributes

__abstractmethods__

__dict__

__doc__

__module__

__slots__

__weakref__

list of weak references to the object (if defined)

_abc_impl

_cursor

_cursor_dims

_cursor_info

_cursor_lines

_debug_div

_horiz_cursor_x

_horiz_cursor_y

_vert_cursor_x

_vert_cursor_y

auto_rebin

auto_zero_nans

cursor

The location of the cursor in the data volume.

cursor_dict

The location of the cursor in the data volume, as a dim=value dict.

cursor_dims

The dimesnion names for the current cursor order.

debug_div

A debug element which makes developing tools with Bokeh more straightforward.

default_palette

Resolves user settings for a color palette to an actual matplotlib palette.

rebin_size