tomoscan.framereducer.reducedframesinfos.ReducedFramesInfos#

class tomoscan.framereducer.reducedframesinfos.ReducedFramesInfos#

Bases: object

contains reduced frames metadata as count_time and machine_electric_current

__init__()#

Methods

__init__()

clear()

load_from_dict(my_dict)

pop_info_keys(my_dict)

split_data_and_metadata(my_dict)

to_dict()

rtype

dict

Attributes

COUNT_TIME_KEY

MACHINE_ELECT_CURRENT_KEY

count_time

frame exposure time in second

machine_electric_current

machine electric current in Ampere

property count_time: list#

frame exposure time in second

Return type

list

property machine_electric_current: list#

machine electric current in Ampere

Return type

list