Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
David IrvingDavid IrvingReporter
David IrvingDavid IrvingLabels
Reviewers
Jim BoschStory Points
2RubinTeam
Ops MiddlewareComponents
Details
Details
Assignee
David Irving
David IrvingReporter
David Irving
David IrvingLabels
Reviewers
Jim Bosch
Story Points
2
RubinTeam
Ops Middleware
Components
Checklist
Checklist
Checklist
Created August 13, 2024 at 6:08 PM
Updated August 14, 2024 at 11:08 PM
Resolved August 14, 2024 at 11:08 PM
The new query system already supports arbitrary
Region
queries, but some tutorial notebooks search by an (ra, dec) point and it would be nice if that was supported directly instead of needing to convert to a `Region` manually.Add support for this in three places:
POINT(ra, dec)
syntax inwhere
strings (the syntax is already in the parser, it’s just not hooked up to anything)binding a variable in a
where
stringExpressionFactory
For the ExpressionFactory and bind cases, it should be possible to use either an
astropy.coordinates.SkyCoord
orlsst.sphgeom.LonLat