-
Notifications
You must be signed in to change notification settings - Fork 48
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
Get all quad ids for a ZTF field #76
base: main
Are you sure you want to change the base?
Conversation
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.
Not bad:
(i) Don't commit the output files
(ii) Merge your id's script into the existing one and use some command line flag to trigger your code.
tools/get_all_quad_ids.py
Outdated
@@ -0,0 +1,256 @@ | |||
import argparse |
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.
Can this just be done as a modification to the original script? i.e. if --all-quads or something, your path is triggered?
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.
Will do.
Set default output file and fixed --all-quads tag
Given a CCD and Quad range, get all quad ids in separate hdf5 files (one .h5 for each quad).