Skip to content
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-24472: Regenerate Gaia DR2 catalogs to correct coordinate error fields #196

Merged
merged 5 commits into from Apr 21, 2020

Conversation

parejkoj
Copy link
Contributor

No description provided.

Splitting out the validation tests, lets them run independently of the
actual ingest tests; they don't need any setUp, and failed validations
cause the ingest setUp to fail, so the validate tests wouldn't run.
Copy link
Contributor

@erykoff erykoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good for what has been changed, but I noticed that the units of the ra/dec columns of the input catalogs are not configurable, and the fact that these should be in degrees is not documented in the config descriptions. It might be worth adding a coord_unit config, or if that's out-of-scope, at least make sure the ra_name and dec_name configs specify that it is expecting this column to be degrees.

@parejkoj
Copy link
Contributor Author

Good point: I've added a note to the Config. That field being in different units would show up when running check_ingested_reference_catalog.py, because the sources wouldn't get cross-matched. I hope nobody is producing catalogs with other units for ra/dec right now, but if so we can make that configurable when the time comes.

@parejkoj parejkoj merged commit c12c692 into master Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants