Skip to content

Commit

Permalink
add array to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tapastro committed Feb 28, 2024
1 parent 8f3ca26 commit a148ded
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/stcal/ramp_fitting/ramp_fit_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ def set_arrays(self, data, err, groupdq, pixeldq, average_dark_current):
pixeldq : ndarray (uint32)
4-D array containing the pixel data quality information. It has dimensions
(nintegrations, ngroups, nrows, ncols)
average_dark_current : ndarray (float32)
2-D array containing the average dark current. It has
dimensions (nrows, ncols)
"""
# Get arrays from the data model
self.data = data
Expand Down

0 comments on commit a148ded

Please sign in to comment.