Skip to content

single frame volume: Handle EDF use case

payno requested to merge fix_100_3 into main

This PR add specific implementation of get_slices for EDF images.

As the behavior is very close for tiff and EDF we also had the TIFFLikeAccessor class. Then EDF and Tiff volume classes only have to implement this interface (read_n_lines_in_file, read_n_columns_in_file, read_file)

close #103

Edited by payno

Merge request reports