prose.FitsManager.flats#

FitsManager.flats(i, show=False, **kwargs)[source]#

Return the paths of the flat images associated to a given observation.

Parameters:
  • i (int) – The index of the observation.

  • show (bool, optional) – Whether to display the pandas dataframe of the files being returned, by default False.

  • **kwargs (dict) – Additional keyword arguments to pass to the observation_files method.

Returns:

The fits paths of the observation flat images.

Return type:

list of str