We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9961f2a commit d581703Copy full SHA for d581703
ccdproc/combiner.py
@@ -90,7 +90,7 @@ class Combiner:
90
CCDData([[ 0.66666667, 0.66666667, 0.66666667, 0.66666667],
91
[ 0.66666667, 0.66666667, 0.66666667, 0.66666667],
92
93
- [ 0.66666667, 0.66666667, 0.66666667, 0.66666667]])
+ [ 0.66666667, 0.66666667, 0.66666667, 0.66666667]]...)
94
"""
95
def __init__(self, ccd_iter, dtype=None):
96
if ccd_iter is None:
0 commit comments