Skip to content

Commit

Permalink
fix in _read_ctedet() docstr
Browse files Browse the repository at this point in the history
  • Loading branch information
araichoor committed Aug 7, 2024
1 parent c980704 commit 094c3be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/desispec/night_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -879,8 +879,8 @@ def _read_ctedet(night, prod, ctedet_expid, nproc):
Returns:
mydicts: a list of dictionaries with the IMAGE data, plus various infos,
assuming a preproc file is available, otherwise ``None``.
the list is for [b0, r0, z0, b1, r1, z1, ..., b9, r9, z9]
assuming a preproc file is available, otherwise ``None``.
the list is for [b0, r0, z0, b1, r1, z1, ..., b9, r9, z9]
"""
myargs = []
for petal in petals:
Expand Down

0 comments on commit 094c3be

Please sign in to comment.