Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: SUIT
-
Labels:None
-
Story Points:8
-
Epic Link:
-
Sprint:SUIT Sprint 2016-11, SUIT Sprint 2016-12
-
Team:Science User Interface
Description
This is the working extension for DM-8010. The DM-8010 implemented MetaData and TableData search processors. The image search processor is needed as well. It will also exercise the cutout service that SLAC imgServ API will provide.
The image search processor (LSSTImageSearch) is searching the DAX using either id or a set of ids to locate the image and then displaying them in the tree-view window. There are two types of search URL:
Coadded image (and cutout) retrieval
curl -o outImageCoadd.fits "http://lsst-qserv-dax01.ncsa.illinois.edu:5000/image/v0/deepCoadd/id?id=23986176"
For Science CCD, it can also be searched using id. But the preferred way is using a set of ids, such as:
curl -o outImage3.fits "http://lsst-qserv-dax01.ncsa.illinois.edu:5000/image/v0/calexp/ids?run=3325&camcol=1&field=171&filter=z"
The image search processor processes the parameters passed from the UI and then build the URL like above to find the image.
Attachments
Issue Links
- relates to
-
DM-8010 Access catalog Data in QServ using DAX API
- Done
Activity
Epic Link |
|
Sprint | SUIT Sprint 2016-11 [ 251 ] |
Description |
This is the working extension for |
This is the working extension for |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Story Points | 10 | 4 |
Reviewers | Trey Roby, Yi Mei [ roby, ymei ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Description |
This is the working extension for |
This is the working extension for The image search processor (LSSTImageSearch) is searching the DAX using either id (s) to locate the image and then displaying them in the tree-view window. There are two types of search URL: Coadded image (and cutout) retrieval curl -o outImageCoadd.fits "http://lsst-qserv-dax01.ncsa.illinois.edu:5000/image/v0/deepCoadd/id?id=23986176" For Science CCD, it can also be searched using id. But the preferred way is using a set of ids, such as: curl -o outImage3.fits "http://lsst-qserv-dax01.ncsa.illinois.edu:5000/image/v0/calexp/ids?run=3325&camcol=1&field=171&filter=z" The image search processor processes the parameters passed from the UI and then build the URL like above to find the image. |
Description |
This is the working extension for The image search processor (LSSTImageSearch) is searching the DAX using either id (s) to locate the image and then displaying them in the tree-view window. There are two types of search URL: Coadded image (and cutout) retrieval curl -o outImageCoadd.fits "http://lsst-qserv-dax01.ncsa.illinois.edu:5000/image/v0/deepCoadd/id?id=23986176" For Science CCD, it can also be searched using id. But the preferred way is using a set of ids, such as: curl -o outImage3.fits "http://lsst-qserv-dax01.ncsa.illinois.edu:5000/image/v0/calexp/ids?run=3325&camcol=1&field=171&filter=z" The image search processor processes the parameters passed from the UI and then build the URL like above to find the image. |
This is the working extension for The image search processor (LSSTImageSearch) is searching the DAX using either id or a set of ids to locate the image and then displaying them in the tree-view window. There are two types of search URL: Coadded image (and cutout) retrieval curl -o outImageCoadd.fits "http://lsst-qserv-dax01.ncsa.illinois.edu:5000/image/v0/deepCoadd/id?id=23986176" For Science CCD, it can also be searched using id. But the preferred way is using a set of ids, such as: curl -o outImage3.fits "http://lsst-qserv-dax01.ncsa.illinois.edu:5000/image/v0/calexp/ids?run=3325&camcol=1&field=171&filter=z" The image search processor processes the parameters passed from the UI and then build the URL like above to find the image. |
Sprint | SUIT Sprint 2016-11 [ 251 ] | SUIT Sprint 2016-11, SUIT Sprint 2016-12 [ 251, 294 ] |
Rank | Ranked higher |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Status | Reviewed [ 10101 ] | In Review [ 10004 ] |
Story Points | 4 | 8 |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |