sairyscan.api.SAiryscanLoop#
- class sairyscan.api.SAiryscanLoop(filename: str, to_file=False, destination_filename='')#
Apply a SAiryscan reconstruction method on all the frames and channels
- Parameters:
filename – Path to the file containing the data,
to_file – True to dave the tensor to file. Otherwise, the call method return a tensor
destination_filename – Path to the file where the result is saved
- __init__(filename: str, to_file=False, destination_filename='')#
Methods
__init__(filename[, to_file, ...])add_observer(observer)Add an observer
notify(message)Notify progress to observers
progress(value)Notify progress to observers
reconstruct_to_file(method)Reconstruct an image directly into a file (for large memory data)
reconstruct_to_tensor(method)Implement the reconstruction to a tensor