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
The API of GWCSDrizzle could use with a bit of a refactor. The product DataModel could be better integrated, started in PR#7295, handling the rest of the data arrays in similar fashion.
There is also redundant initialization to None for many of the internal arrays.
Finally, the final output of GWCSDrizzle is unclear. It is in the input product itself. This may be just a documentation issue, though one may consider a method/property that explicitly queries for the result.
The text was updated successfully, but these errors were encountered:
yep, including any issues with this question. may actually consider putting a "debt" label on issues like this. ultimately up to project leads for this type of work. busy work for interns if needed?
I was thinking some kind of more accurate label might be helpful. I've been using 'Trivial' for technical debt, but not only is that not an obvious use, it's at times patently untrue. Will discuss.
Issue JP-2973 was created on JIRA by Jonathan Eisenhamer:
The API of GWCSDrizzle could use with a bit of a refactor. The
product
DataModel could be better integrated, started in PR#7295, handling the rest of the data arrays in similar fashion.There is also redundant initialization to
None
for many of the internal arrays.Finally, the final output of GWCSDrizzle is unclear. It is in the input product itself. This may be just a documentation issue, though one may consider a method/property that explicitly queries for the result.
The text was updated successfully, but these errors were encountered: