prose.FitsManager.files#
- FitsManager.files(id=None, path=False, exposure=0, tolerance=1000, **kwargs)#
Return a pandas DataFrame of files given some metadata constraints in the form of wildcards
- Parameters:
id (int, optional) β id of the observation for which files are retrieved, by default None, i.e. all files
path (bool, optional) β whether to include files paths in the pandas.DataFrame header, by default False
exposure (int, optional) β exposure constraint on the files to retrieve, by default 0
tolerance (int, optional) β tolerance on the exposure constraint, by default 1000. For example: if exposure is set to 10 and tolerance to 2, all files with exposure = 10 +- 2 will be retrieved