Skip to content

Commit

Permalink
some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jhennawi committed Jun 9, 2024
1 parent eba291f commit 68aad10
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pypeit/images/combineimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ class CombineImage:
Process and combine detector images.
Args:
Parameters that dictate the processing of the images.
rawImages (:obj:`list`):
Either a single :class:`~pypeit.images.rawimage.RawImage` object or a list of one or more
rawImages (:obj:`list`, :class:`~pypeit.images.pypeitimage.PypeItImage):
Either a single :class:`~pypeit.images.pypeitimage.PypeItImage` object or a list of one or more
of these objects to be combined into a an image.
spectrograph (:class:`~pypeit.spectrographs.spectrograph.Spectrograph`):
spectrograph (:class:`~pypeit.spectrographs.spectrograph.Spectrograph`):
Spectrograph used to take the data.
par (:class:`~pypeit.par.pypeitpar.ProcessImagesPar`):
Parameters that dictate the processing of the images.
Expand Down

0 comments on commit 68aad10

Please sign in to comment.