-
Notifications
You must be signed in to change notification settings - Fork 0
Issues/32 - Can automatically find template based on pointing, sca, band or image_path #33
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
Conversation
…e on command line.
@chernya4 Could you verify that you can run the examples in the README.md in this PR? |
I think it looks great. Though I think that all/nearly all of utils.py would make sense in snappl? It seems like it's largely image metadata retrieval with some OpenUniverse stuff baked in. This would help keep OU invisible to detect_supernova/sidecar. |
Agreed, all of |
Adds the ability for the following three to work.
Closes #32
or just by passing the image path
The functions that support this are all in
util.py
, which could be moved tosnappl
in the future.