arpes.endstations.plugin.ALG_main.ALGMainChamber

class arpes.endstations.plugin.ALG_main.ALGMainChamber[source]

Implements data loading for the Lanzara group “Main Chamber”.

__init__()

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__(name, /)

Return getattr(self, name).

__gt__(value, /)

Return self>value.

__hash__()

Return hash(self).

__init__()

__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, /)

Implement setattr(self, name, value).

__sizeof__()

Size of object in memory, in bytes.

__str__()

Return str(self).

__subclasshook__

Abstract classes can override this to customize issubclass().

concatenate_frames([frames, scan_desc])

Performs concatenation of frames in multi-frame scans.

files_for_search(directory)

Filters files in a directory for candidate scans.

find_first_file(file, scan_desc[, ...])

Attempts to find a file associated to the scan given the user provided path or scan number.

is_file_accepted(file, scan_desc)

Determines whether this loader can load this file.

load([scan_desc])

Loads a scan from a single file or a sequence of files.

load_from_path(path)

Convenience wrapper around .load which references an explicit path.

load_single_frame([frame_path, scan_desc])

Loads a scan from a single .fits file.

postprocess(frame)

Performs frame level normalization of scan data.

postprocess_final(data[, scan_desc])

Performs final normalization of scan data.

resolve_frame_locations([scan_desc])

These are stored as single files, so just use the one from the description.

Attributes

ALIASES

ANALYZER_INFORMATION

ATTR_TRANSFORMS

CONCAT_COORDS

ENSURE_COORDS_EXIST

MERGE_ATTRS

PIXELS_PER_DEG

PREPPED_COLUMN_NAMES

PRINCIPAL_NAME

RENAME_KEYS

SKIP_COLUMN_FORMULAS

SKIP_COLUMN_NAMES

SLIT_ORIENTATION

SUMMABLE_NULL_DIMS

_SEARCH_DIRECTORIES

_SEARCH_PATTERNS

_TOLERATED_EXTENSIONS

_USE_REGEX

__annotations__

__dict__

__doc__

__module__

__weakref__

list of weak references to the object (if defined)