load_tif# ripplemapper.io.load_tif(files: str | list[str]) → list[ndarray][source]# Load an array of tif files and return numpy.ndarray. Parameters: files (str | list[str]) – File path or list of file paths to load. Returns: List of loaded image data arrays. Return type: list[np.ndarray]