This PR enables configuring get_eigerImage_per_file in compress_eigerdata(...) via passing a callable (a new kwarg func_images_per_file, that defaults to get_eigerImage_per_file) when using the function in notebooks. This is specifically useful when the dataset is from other sources than Eiger (e.g., from SRW).
This PR enables configuring
get_eigerImage_per_file
incompress_eigerdata(...)
via passing a callable (a new kwargfunc_images_per_file
, that defaults toget_eigerImage_per_file
) when using the function in notebooks. This is specifically useful when the dataset is from other sources than Eiger (e.g., from SRW).