Skip to content

IRSA-636 Disable the band selection for PTF #426

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 3 commits into from
Jul 28, 2017

Conversation

wmiipac
Copy link
Contributor

@wmiipac wmiipac commented Jul 27, 2017

Simple changes to disable band selection for PTF (which is not needed in PTF case).

@@ -59,7 +58,7 @@ export function getWebPlotRequestViaPTFIbe(tableModel, hlrow, cutoutSize, params
sr.setParam('doCutout', 'true');
sr.setParam('size', `${cutoutSizeInDeg}`);
sr.setParam('subsize', `${cutoutSizeInDeg}`);
title = 'PTF-' + band + '-' + pid + (cutoutSize ? ` size: ${cutoutSize}(arcmin)` : '');
title = 'PTF-' + '-' + pid + (cutoutSize ? ` size: ${cutoutSize}(arcmin)` : '');
Copy link
Contributor

Choose a reason for hiding this comment

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

No need extra '-', remove it ;-)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yep yep, good catch

Copy link
Contributor

@ejoliet ejoliet left a comment

Choose a reason for hiding this comment

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

Thanks! I've removed the border too by introducing a custom div style for mission bands/filter part.
Good to merge!

@wmiipac wmiipac merged commit b128527 into dev Jul 28, 2017
@wmiipac wmiipac deleted the IRSA-636-PTF-TST-no-band-selection branch August 1, 2017 22:08
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