Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: SUIT
-
Labels:None
-
Story Points:10
-
Epic Link:
-
Sprint:SUIT Sprint 2016-11
-
Team:Science User Interface
Description
This ticket is for the work to retrieve data in DAX. With proper URI and query str, the correct data in the meta server, data server and image server will be located. Return a IpacTable for the meta and data search and return an image for the image search.
copied from the pull request:
To test it,
Check it out and build.
Start firefly view, then enter the following info based on the method:
Cone search:
UserTargetPt: 9.49,-1.24
Radius: 0.01 degree
Box Search:
UserTargetPt: 9.49,-1.24
Radius: 0.01 degree
Elliptical Search:
9.49, -1.24
Radius: 0.01 degree
Polygon Search:
9.5 -1.2, 9.6 -1.24, 9.4 -1.24
Known issue:
When the degree unit is selected, it still passed as arcsec
When all columns are selected by default, it passed null
Suggest:
UI passes the unit, the server side handles the conversion based on the search methods.