cwitools.parameters.find_files

cwitools.parameters.find_files(id_list, datadir, cubetype, depth=3)

Finds the input files given a CWITools parameter file and cube type.

Args:
params (dict): CWITools parameters dictionary. cubetype (str): Type of cube (e.g. icubes.fits) to load.
Returns:
list(string): List of file paths of input cubes.
Raises:
NotADirectoryError: If the input directory does not exist.