pleiades.processing package

class pleiades.processing.Roi(x1=0, y1=0, x2=None, y2=None, width=None, height=None)[source]

Bases: object

__init__(x1=0, y1=0, x2=None, y2=None, width=None, height=None)[source]

x1 and x2 are mandatory y2 or height are mandatory x2 or width are mandatory

get_roi()[source]
set_roi(x1, y1, x2, y2)[source]
class pleiades.processing.DataType[source]

Bases: object

sample = 'sample'
ob = 'ob'
normalization = 'normalization'
class pleiades.processing.MasterDictKeys[source]

Bases: object

data_type = 'data_type'
list_folders = 'list_folders'
obs_data_combined = 'obs_data_combined'
sample_data = 'sample_data'
uncertainties_obs_data_combined = 'uncertainties_obs_data_combined'
uncertainties_sample_data = 'uncertainties_sample_data'
frame_number = 'frame_number'
proton_charge = 'proton_charge'
matching_ob = 'matching_ob'
list_images = 'list_images'
data = 'data'
nexus_path = 'nexus_path'
data_path = 'data_path'
shutter_counts = 'shutter_counts'
list_spectra = 'list_spectra'
list_shutters = 'list_shutters'
ext = 'ext'
class pleiades.processing.Facility[source]

Bases: object

ornl = 'ornl'
lanl = 'lanl'
class pleiades.processing.NormalizationStatus[source]

Bases: object

all_nexus_file_found = False
all_spectra_file_found = False
all_shutter_counts_file_found = False
all_proton_charge_value_found = False
all_list_shutter_values_for_each_image_found = False

Submodules