Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: SUIT
-
Labels:
-
Story Points:1
-
Epic Link:
-
Sprint:SUIT Sprint 2016-12, SUIT Sprint 2017-01
-
Team:Science User Interface
Description
Currently the image title in the triview has filter name, like u, g, i, ...
It would be nice to add more information about the image, say deepCoaddId or scienceCcdExposureId.
Trey added:
see LsstSdssRequestList.js
[LZ 1-4-2017]
- For DeepCoadd,
Get the baseId from the selected row:
baseId = deepCoaddId - deepCoaddId % 8
For each filter, the title is:
id = baseId + filterId ( numerical addition here)
title = id+"-"+filterName - For science CCD, its id structure is different than deepCoaddId
scienceCcdExposureId = run+filterId + field ( string concatenation)
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
Currently the image title in the triview has filter name, like u, g, i, ...
It would be nice to add more information about the image, say deepCoaddId or scienceCcdExposureId. |
Currently the image title in the triview has filter name, like u, g, i, ...
It would be nice to add more information about the image, say deepCoaddId or scienceCcdExposureId. Trey added: see LsstSdssRequestList.js |
Story Points | 1 |
Assignee | Cindy Wang [ cwang ] | Xiuqin Wu [ xiuqin ] |
Assignee | Xiuqin Wu [ xiuqin ] | Lijun Zhang [ zhang ] |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Reviewers | Trey Roby [ roby ] | Yi Mei [ ymei ] |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Epic Link |
|
Sprint | SUIT Sprint 2016-12 [ 294 ] | SUIT Sprint 2016-12, SUIT Sprint 2017-01 [ 294, 299 ] |
Rank | Ranked higher |
Summary | Add more info in the image tile in the triview | Add more info in the image title in the triview |
Status | In Review [ 10004 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Description |
Currently the image title in the triview has filter name, like u, g, i, ...
It would be nice to add more information about the image, say deepCoaddId or scienceCcdExposureId. Trey added: see LsstSdssRequestList.js |
Currently the image title in the triview has filter name, like u, g, i, ...
It would be nice to add more information about the image, say deepCoaddId or scienceCcdExposureId. Trey added: see LsstSdssRequestList.js [LZ 1-4-17] According to the discussion with Yi, * For DeepCoadd, # get the baseId from the selected row: baseId = deepCoaddId - deepCoaddId % 8 # for each filter, the title is id = baseId + filterId ( numerical addition here) title = id+-"+filterName * For science CCD, its id structure is different than deepCoaddId scienceCcdExposureId = run+filterId + field ( string concatenation) |
Description |
Currently the image title in the triview has filter name, like u, g, i, ...
It would be nice to add more information about the image, say deepCoaddId or scienceCcdExposureId. Trey added: see LsstSdssRequestList.js [LZ 1-4-17] According to the discussion with Yi, * For DeepCoadd, # get the baseId from the selected row: baseId = deepCoaddId - deepCoaddId % 8 # for each filter, the title is id = baseId + filterId ( numerical addition here) title = id+-"+filterName * For science CCD, its id structure is different than deepCoaddId scienceCcdExposureId = run+filterId + field ( string concatenation) |
Currently the image title in the triview has filter name, like u, g, i, ...
It would be nice to add more information about the image, say deepCoaddId or scienceCcdExposureId. Trey added: see LsstSdssRequestList.js [LZ 1-4-17] * For DeepCoadd, # get the baseId from the selected row: baseId = deepCoaddId - deepCoaddId % 8 # for each filter, the title is id = baseId + filterId ( numerical addition here) title = id+-"+filterName * For science CCD, its id structure is different than deepCoaddId scienceCcdExposureId = run+filterId + field ( string concatenation) |
Description |
Currently the image title in the triview has filter name, like u, g, i, ...
It would be nice to add more information about the image, say deepCoaddId or scienceCcdExposureId. Trey added: see LsstSdssRequestList.js [LZ 1-4-17] * For DeepCoadd, # get the baseId from the selected row: baseId = deepCoaddId - deepCoaddId % 8 # for each filter, the title is id = baseId + filterId ( numerical addition here) title = id+-"+filterName * For science CCD, its id structure is different than deepCoaddId scienceCcdExposureId = run+filterId + field ( string concatenation) |
Currently the image title in the triview has filter name, like u, g, i, ...
It would be nice to add more information about the image, say deepCoaddId or scienceCcdExposureId. Trey added: see LsstSdssRequestList.js [LZ 1-4-17] # For DeepCoadd, # get the baseId from the selected row: baseId = deepCoaddId - deepCoaddId % 8 # for each filter, the title is id = baseId + filterId ( numerical addition here) title = id+-"+filterName # For science CCD, its id structure is different than deepCoaddId scienceCcdExposureId = run+filterId + field ( string concatenation) |
Description |
Currently the image title in the triview has filter name, like u, g, i, ...
It would be nice to add more information about the image, say deepCoaddId or scienceCcdExposureId. Trey added: see LsstSdssRequestList.js [LZ 1-4-17] # For DeepCoadd, # get the baseId from the selected row: baseId = deepCoaddId - deepCoaddId % 8 # for each filter, the title is id = baseId + filterId ( numerical addition here) title = id+-"+filterName # For science CCD, its id structure is different than deepCoaddId scienceCcdExposureId = run+filterId + field ( string concatenation) |
Currently the image title in the triview has filter name, like u, g, i, ...
It would be nice to add more information about the image, say deepCoaddId or scienceCcdExposureId. Trey added: see LsstSdssRequestList.js [LZ 1-4-2017] # For DeepCoadd, Get the baseId from the selected row: baseId = deepCoaddId - deepCoaddId % 8 For each filter, the title is: id = baseId + filterId ( numerical addition here) title = id+"-"+filterName # For science CCD, its id structure is different than deepCoaddId scienceCcdExposureId = run+filterId + field ( string concatenation) |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
I used the DeepCoaddID and ScienceCcdExposureID as the base and then add the filter after the base. This changes were part of the
DM-8157which was merged.Please verify to see if the information is enough.
Thanks!