-
Notifications
You must be signed in to change notification settings - Fork 10
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
Angus/hips remote image load #1359
Conversation
@pford Do you think this is on the right track? this is for loading HIPS files from the hips2fits service using cfitsio's ability to load from URL. Some of the changes are required to avoid opening files multiple times @confluence can we assign this to you or @confluence for cleanup/testing once the frontend is fleshed out? (it's only scripting at the moment) |
@pford this PR looks fine to me. Would you turn this as a formal one when you feel ready? |
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.
looks good. e2e tests are adjusted accordingly and a new e2e test is added. 👍
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.
Now the AppImage package problem has been fixed, then I approve this PR.
|
Description
Load files from the hips2fits server
What is implemented or fixed? Mention the linked issue(s), if any.
Closes Support for loading HiPS FITS images #1379
How does this PR solve the issue? Give a brief summary.
Use CartaFitsLoader to open the file using the URL as the filename.
Are there any companion PRs (frontend, protobuf)?
Angus/remote file requests carta-frontend#2346, Remote file requests from hips2fits server carta-protobuf#93
Is there anything else that testers should know (e.g. exactly how to reproduce the issue)?
Load HiPS FITS image using the frontend data query UI.
Checklist
no changelog update neededno protobuf update neededprotobuf version not bumped