Skip to content

DM-8288: Add support to show LSST SDSS images in triview #231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 18, 2016

Conversation

robyww
Copy link
Contributor

@robyww robyww commented Nov 16, 2016

  • Now show LSST SDSS images for ccd (coadd does not yet work)
  • added a little more logging and URLDownload and fixed logging bug
  • add more control of URL downloads in WebPlotRequest

 - Now show LSST SDSS images for ccd (coadd does not yet work)
 - added a little more logging and URLDownload and fixed logging bug
 - add more control of URL downloads in WebPlotRequest
const retval= {};
var builder= makeCcdReqBuilder(table,row);
if (getCellValue(table, row, 'scienceCcdExposureId')) {
builder= makeCcdReqBuilder(table,row);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please check if line 63 duplicates line 61?

const filterId= Number(getCellValue(table, row, 'filterId'));

if (includeSingle) {
retval.single= builder(table,row, filterId+'');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are 'table' and 'row' ok to be passed for builder's first (plotId) and second (title) augments?

@cwang2016
Copy link
Contributor

Review completes. Run test well.

  - bugs from found in code review
  - make overlay issue
  - changed lsst sdss url to use ids instead of id
  - fixed react issues
  - better logging from URLDownload
@robyww
Copy link
Contributor Author

robyww commented Nov 18, 2016

Both of those are real bugs. Thanks for finding them.

@robyww robyww merged commit 437aca7 into dev Nov 18, 2016
@robyww robyww deleted the DM-8288-client-images branch November 18, 2016 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants