-
Notifications
You must be signed in to change notification settings - Fork 7
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
DM-18530 Add Firefly verification notebooks to lsst-sqre notebook-demo repository #18
base: main
Are you sure you want to change the base?
Conversation
@SimonKrughoff Would you please assign yourself as the reviewer? cc @gpdf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the intent that firefly_features/Firefly.ipynb
ultimately replace the existing Firefly.ipynb
one level up?
Good question -- the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Is the proposal to make these notebooks available to all users, i.e. in
prod
or just to people who know to check outmaster
? - I don't think I want to have two notebooks with the same name: e.g. two
Firefly.ipynb
s. - In the cluster notebook, cell 30 has a progress bar that shows 415/419 succeeding. Should that read 100%?
- On a small display, I can see how to see the residual image. The original image takes up the whole screen and there is no slider to pan over to the other frame.
- When I lock the frames, the original pans at a different rate than the other two (this appears to be because they are at different zoom levels).
- It would be good to mention that the cluster notebook requires at least a medium size container (the footprint one does too, probably).
- Since this is a demo, do you want the extra credit portion without providing answers?
I can confirm that my user is able to get to all data necessary to execute the notebook.
I am going to hold off approving until we can iterate on how to organize things to minimize code duplication.
@SimonKrughoff Is the data needed for the notebooks of a size and nature compatible with making it available in pop-up cloud deployments? That's one of the expectations of mainstream |
|
@gpdf The data used in the notebook is small, but it would need to be extracted from the larger data repository. That is not totally trivial at the moment. This is particularly true for the footprints notebook. |
This appears to have stalled in the run-up to the LSP review. @yalsayyad was asking about the footprint demo on Slack today, which reminded me about this. @SimonKrughoff , what has to be fixed before this gets merged to (I've pinged @stargaser to take another look at the other cleanups mentioned in the thread above.) |
Oh, one more consideration. David's notebook points at an output dataset that may be ephemeral. Do we have a general notion of how to handle this situation? Otherwise all tutorials might rot away over time as |
f25af2c
to
529c4ab
Compare
The deblending notebook is the only one that displays multiple images at the same sky location. I think some improvements to Firefly are on the way for WCS matching and the like. |
I think the path to the data is still in a location within a large data repository. @frossie may have opinions on merging to master. I don't think subsetting should preclude merging to |
@SimonKrughoff this PR is still stalled on the dataset for the HSC Footprints notebook. If we cannot identify a stable dataset location for this notebook, perhaps the HSC Footprints one should just be deleted. |
@stargaser can we just merge to master and only port the ones that can run on minimal datasets to |
@SimonKrughoff yes, we can just merge to master. I will remove the HSC Footprints notebook. I have worked on adding the footprints overlay to the |
From my hotel WiFi in Thailand, I am unable to start VPN to NCSA to test the notebooks on the LSST Science Platform. I'll hold off on asking for a re-review until I or someone else tests the remaining two notebooks there. |
When it is convenient @SimonKrughoff would you please look to see if these can be merged? I was able to run these two notebooks on the |
I've asked @stargaser if this is still relevant. |
David doesn't work on Rubin/Firefly at this time. I think we should try to get these notebooks deployed, though. |
For testing the 17.0.1rc1 and 17.0.1 versions of the LSST Science Platform, these notebooks have been collected. The intent is to run these on release candidates to verify that Firefly features are still working. They will also be run when testing aspects of the Science Platform like authorization tokens.
I named the subdirectory "firefly_features" since these are features that a user should feel confident using with the named release.
intro-with-globular
notebook to work with the17.0.118.1.0 releaseupdated the Firefly.ipynb notebook that is in the parent directory, mainly to keep these notebooks all togetherupdated HSC Footprints notebook that is indisplay_firefly
EDIT: removed the duplicate Firefly.ipynb notebook and the HSC Footprints notebook.