arpes.endstations.plugin.fallback.FallbackEndstation
- class arpes.endstations.plugin.fallback.FallbackEndstation[source]
Sequentially tries different loading plugins.
Different from the rest of the data loaders. This one is used when there is no location specified and attempts sequentially to call a variety of standard plugins until one is found that works.
- __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.
determine_associated_loader(file, scan_desc)Determines which loading plugin to use for a given piece of data.
files_for_search(directory)Filters files in a directory for candidate scans.
find_first_file(file, scan_desc[, ...])Finds any file associated to this scan.
is_file_accepted(file, scan_desc)Determines whether this loader can load this file.
load([scan_desc, file])Delegates to a dynamically chosen plugin for loading.
load_from_path(path)Convenience wrapper around .load which references an explicit path.
load_single_frame([frame_path, scan_desc])Hook for loading a single frame of data.
postprocess(frame)Performs frame level normalization of scan data.
postprocess_final(data[, scan_desc])Perform final normalization of scan data.
resolve_frame_locations([scan_desc])Determine all files and frames associated to this piece of data.
Attributes
ALIASESATTEMPT_ORDERATTR_TRANSFORMSCONCAT_COORDSENSURE_COORDS_EXISTMERGE_ATTRSPRINCIPAL_NAMERENAME_KEYSSUMMABLE_NULL_DIMS_SEARCH_DIRECTORIES_SEARCH_PATTERNS_TOLERATED_EXTENSIONS_USE_REGEX__annotations____dict____doc____module____weakref__list of weak references to the object (if defined)