Uploaded image for project: 'Data Management'
  1. Data Management
  2. DM-8548

Add more info in the image title in the triview

    XMLWordPrintable

    Details

    • Type: Story
    • Status: Done
    • Resolution: Done
    • Fix Version/s: None
    • Component/s: SUIT
    • Labels:
    • Story Points:
      1
    • 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]

      1. 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
      2. For science CCD, its id structure is different than deepCoaddId
        scienceCcdExposureId = run+filterId + field ( string concatenation)

        Attachments

          Activity

          ymei Yi Mei [X] (Inactive) created issue -
          roby Trey Roby made changes -
          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
          roby Trey Roby made changes -
          Story Points 1
          xiuqin Xiuqin Wu [X] (Inactive) made changes -
          Assignee Cindy Wang [ cwang ] Xiuqin Wu [ xiuqin ]
          xiuqin Xiuqin Wu [X] (Inactive) made changes -
          Assignee Xiuqin Wu [ xiuqin ] Lijun Zhang [ zhang ]
          zhang Lijun Zhang [X] (Inactive) made changes -
          Status To Do [ 10001 ] In Progress [ 3 ]
          zhang Lijun Zhang [X] (Inactive) made changes -
          Reviewers Trey Roby [ roby ] Yi Mei [ ymei ]
          Status In Progress [ 3 ] In Review [ 10004 ]
          xiuqin Xiuqin Wu [X] (Inactive) made changes -
          Epic Link DM-8307 [ 27831 ]
          xiuqin Xiuqin Wu [X] (Inactive) made changes -
          Sprint SUIT Sprint 2016-12 [ 294 ] SUIT Sprint 2016-12, SUIT Sprint 2017-01 [ 294, 299 ]
          xiuqin Xiuqin Wu [X] (Inactive) made changes -
          Rank Ranked higher
          ymei Yi Mei [X] (Inactive) made changes -
          Summary Add more info in the image tile in the triview Add more info in the image title in the triview
          zhang Lijun Zhang [X] (Inactive) made changes -
          Status In Review [ 10004 ] In Progress [ 3 ]
          zhang Lijun Zhang [X] (Inactive) made changes -
          Status In Progress [ 3 ] In Review [ 10004 ]
          zhang Lijun Zhang [X] (Inactive) made changes -
          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)
              
           
                   
          zhang Lijun Zhang [X] (Inactive) made changes -
          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)
              
           
                   
          zhang Lijun Zhang [X] (Inactive) made changes -
          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)
              
           
                   
          zhang Lijun Zhang [X] (Inactive) made changes -
          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)
              
           
                   
          zhang Lijun Zhang [X] (Inactive) made changes -
          Status In Review [ 10004 ] Reviewed [ 10101 ]
          zhang Lijun Zhang [X] (Inactive) made changes -
          Resolution Done [ 10000 ]
          Status Reviewed [ 10101 ] Done [ 10002 ]

            People

            Assignee:
            zhang Lijun Zhang [X] (Inactive)
            Reporter:
            ymei Yi Mei [X] (Inactive)
            Reviewers:
            Yi Mei [X] (Inactive)
            Watchers:
            Lijun Zhang [X] (Inactive), Trey Roby, Xiuqin Wu [X] (Inactive), Yi Mei [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Jenkins

                No builds found.