Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Qserv
-
Labels:
-
Story Points:4
-
Epic Link:
-
Sprint:DB_F19_07
-
Team:Data Access and Database
Description
qserv_areaspec_ellipse has semi-major and semi-minor axis parameters. These were documented to be in arcsec, but the code appears to instantiate a sphgeom::Ellipse assuming the values are in degrees. I have just changed the documentation to correspond to this, but I think that is actually wrong, because the scisql UDF that is added to the WHERE clause requires those parameters to be in arcsec.
So I think the correct fix is to change the documentation back to arcsec and have the sphgeom::Ellipse constructed using arcsec rather than degrees.
Attachments
Issue Links
- relates to
-
DM-8300 Documentation for qserv_areaspec_ellipse appears to be wrong
- To Do
Andy, can you take a look (next week)?