prose.FitsManager.files#

FitsManager.files(id=None, path=False, exposure=0, tolerance=1000, **kwargs)[source]#

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