Skip to content

DM-8176: tweeks for lsst entry points and options #223

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 8, 2016
Merged

Conversation

robyww
Copy link
Contributor

@robyww robyww commented Nov 7, 2016

  • added lsst-api-triview.html for api launch with afw.display
  • added lsst-pdac-triview.html for pdac entry point
  • PROCESS_SCROLL action now has a way to turn off bounds checking

The html files might eventually be moved to an lsst repository

 - added lsst-api-triview.html for api launch with afw.display
 - added lsst-pdac-triview.html for pdac entry point
 - PROCESS_SCROLL action now has a way to turn off bounds checking
Copy link
Contributor

@loitly loitly left a comment

Choose a reason for hiding this comment

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

Review done.

MenuItemKeys: {maskOverlay:true},
imageTabs: [ 'fileUpload', 'url', '2mass', 'wise', 'sdss', 'msx', 'dss', 'iras' ],
irsaCatalogFilter: 'lsstFilter',
catalogSpacialOp: 'polygonWhenPlotExist'
Copy link
Contributor

Choose a reason for hiding this comment

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

If it's not already so, these properties under global firelfy should be documented.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I agree. I am thinking about maybe putting them into an object in the store. Then the rest of the app references them from the store instead of window.firefly.

 - Added documentation for the app options
 - Moved the app options for window.firefly.app.options instead of window.firefly
 - Inserted the app options into the store, options are now retrieved from AppDataCntlr.getAppOptions() instread of window.firefly
 - Since the options are loaded later in the application initialization process I had to make some changes in several files that were dependent on the options being loaded very early.
@robyww robyww merged commit c418be5 into dev Nov 8, 2016
@robyww robyww deleted the dm-8176-tweeks branch November 8, 2016 20:19
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