Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: obs_subaru
-
Labels:
-
Story Points:1
-
Epic Link:
-
Sprint:DRP X16-2, DRP X16-3
-
Team:Data Release Production
Description
I ran pyflakes on the code in obs_subaru and found a few bugs (beyond a few trivial ones that I am fixing as part of DM-5462)
ingest.py has undefined name day0
ccdTesting.py has at least three undefined variables: x, y and vig in the following:
ngood += pupilImage[y[good], x[good]].sum()
|
|
vig[i] = float(ngood)
|
crosstalkYagi.py has many undefined names, starting with makeList, estimateCoeffs
Thanks for taking a look at this