Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
DM-27008 updated pipe.tasks.functors to work with DeferredDatasetRefs. However, this appears to be only tested for multilevel-column parquet tables. The following should work to compute the dec in degrees, but there's a bug to fix:
from lsst.daf.butler import Butler |
|
butler = Butler('/project/hsc/gen3repo/rc2w02_ssw03') |
collection = 'u/sr525/colorAnalysisTest2' |
|
ref = list(butler.registry.queryDatasets('qaTractTable_forced', collections=collection))[0] |
deferredRef = butler.getDeferred(ref, collections=collection) |
|
from lsst.pipe.tasks.functors import RAColumn |
|
ra_func = RAColumn() |
ra_func(deferredRef)
|
Should be straightforward to fix this and add an appropriate test.
Attachments
Issue Links
- is triggered by
-
DM-27008 Update Functor implementation to use gen3 butler/parquet access
- Done
Jenkins running at https://ci.lsst.codes/blue/organizations/jenkins/stack-os-matrix/detail/stack-os-matrix/33624/pipeline