Now that we are reading inputs through the standardizers we can fully deprecate the individual file readers and related functions. This PR removes a bunch of (now unused) functions.
It also moves load_deccam_layered_image() from data_interface to file_utils. We will want to get rid of load_deccam_layered_image() eventually (once we replace the notebook example data).
Now that we are reading inputs through the standardizers we can fully deprecate the individual file readers and related functions. This PR removes a bunch of (now unused) functions.
It also moves
load_deccam_layered_image()
from data_interface to file_utils. We will want to get rid ofload_deccam_layered_image()
eventually (once we replace the notebook example data).