You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I give CCDData objects with a VarianceUncertainty to the combiner, I get a VarianceUncertainty in the output object, but I guess this should be a StdDevUncertainty since this is what is computed (or the stddev values should be converted to the ouput object's uncertainty type).
Problem is that the values are copied directly to the output's uncertainty, though this one is copied from the input list and can be a different type.
If I give
CCDData
objects with aVarianceUncertainty
to the combiner, I get aVarianceUncertainty
in the output object, but I guess this should be aStdDevUncertainty
since this is what is computed (or the stddev values should be converted to the ouput object's uncertainty type).Problem is that the values are copied directly to the output's uncertainty, though this one is copied from the input list and can be a different type.
ccdproc/ccdproc/combiner.py
Lines 428 to 430 in 89db354
ccdproc/ccdproc/combiner.py
Line 810 in 89db354
The text was updated successfully, but these errors were encountered: