-
Notifications
You must be signed in to change notification settings - Fork 0
Update LSST data listings #109
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
base: main
Are you sure you want to change the base?
Conversation
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
docs/source/listings.rst
Outdated
| excluding image cutouts and metadata. | ||
| It has the same schema as the original alert bytes (except cutouts), including nested and repeated fields. | ||
| Equivalent tables exist for previous schema versions: alerts_v7_3, alerts_v7_1. | ||
| Equivalent tables exist for previous schema versions: alerts_v7_9, alerts_v7_4, alerts_v7_3, and alerts_v7_1. |
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 everything less than v7.9 simulated data? If so, it won't be available alongside the real data.
docs/source/listings.rst
Outdated
| The filename syntax is: `<schema_version>/<alert_date>/<objectid_key>=<objectid>/<sourceid_key>=<sourceid>.avro`. | ||
| For example, `v7_9/2026-10-01/diaObjectId=3516505565058564097/diaSourceId=3527242976319242284.avro` or | ||
| `v7_9/2026-10-01/ssObjectId=3516505565058564097/diaSourceId=3527242976319242284.avro`. |
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.
| The filename syntax is: `<schema_version>/<alert_date>/<objectid_key>=<objectid>/<sourceid_key>=<sourceid>.avro`. | |
| For example, `v7_9/2026-10-01/diaObjectId=3516505565058564097/diaSourceId=3527242976319242284.avro` or | |
| `v7_9/2026-10-01/ssObjectId=3516505565058564097/diaSourceId=3527242976319242284.avro`. | |
| The filename syntax is: `<schema_version>/<alert_date>/<objectid_key>=<objectid>/<sourceid_key>=<sourceid>.avro`. | |
| DIA Object example: `v7_9/2026-10-01/diaObjectId=3516505565058564097/diaSourceId=3527242976319242284.avro`. | |
| Solar System Object example: `v7_9/2026-10-01/ssObjectId=3516505565058564097/diaSourceId=3527242976319242284.avro`. |
It's hard to look through the filenames and figure out why there are two examples, so something like this would make it more clear.
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.
BTW, have you tested in any way to make sure the = in the filenames are ok? I don't think it will cause any problems be we should probably check a bit to make sure. Maybe try downloading a file from the command line and/or python.
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.
Maybe try downloading a file from the command line and/or python.
No issues encountered when trying to download a file using Python and the command line
Summary of Changes
Changed
docs/source/listings.rst