Skip to content

Commit

Permalink
update io.write_skies doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Jan 17, 2022
1 parent da9afcf commit 83c8a24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions py/desitarget/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -1190,10 +1190,10 @@ def write_skies(targdir, data, indir=None, indir2=None, supp=False,
Passed to indicate in the output file header that the targets
have been limited to only certain HEALPixels at a given
nside. Used in conjunction with `hpxlist`.
hpxlist : :class:`list`, optional, defaults to `None`
hpxlist : :class:`list` or :class:`int`, optional, defaults to `None`
Passed to indicate in the output file header that the targets
have been limited to only this list of HEALPixels. Used in
conjunction with `nsidefile`.
have been limited to only this list of HEALPixels. May also be a
scalar integer. Used in conjunction with `nsidefile`.
extra : :class:`dict`, optional
If passed (and not None), write these extra dictionary keys and
values to the output header.
Expand Down

0 comments on commit 83c8a24

Please sign in to comment.