prose.FitsManager.images#

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

Return the paths of the observation science images for a given observation id.

Parameters:
  • i (int) – The observation id.

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

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

Returns:

The fits paths of the observation science images.

Return type:

list of str