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

Review and update UCD notebook #165

Open
tomdonaldson opened this issue May 30, 2024 · 0 comments
Open

Review and update UCD notebook #165

tomdonaldson opened this issue May 30, 2024 · 0 comments

Comments

@tomdonaldson
Copy link
Contributor

tomdonaldson commented May 30, 2024

While updating table and column names in the UCD notebook, I noticed that a few things were not correct. For example,
the cell containing

ra_name=[c.name for c in columns if c.ucd and 'pos.eq.ra' in c.ucd][0]
dec_name=[c.name for c in columns if c.ucd and 'pos.eq.dec' in c.ucd][0]
ra_name,dec_name

and the subsequent text are wrong. The text says that UCD was unique, but it just appeared to be because of the [0] in the code.

Some subsequent cells have no output, so probably aren't demonstrating what was intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant