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

Refactor cat table #213

Merged
merged 5 commits into from
Dec 26, 2018
Merged

Refactor cat table #213

merged 5 commits into from
Dec 26, 2018

Conversation

taldcroft
Copy link
Member

Nothing really controversial here, just got annoyed that StarsTable was inherited from ACACatalogTable and got all these methods and such that really don't apply.

There is a small functional diff in that StarsTable now has its own att attribute that actually gets set and used. This makes it possible to have a plot() method which I have added here. It also makes it possible to check the attitude in from_stars(), and this led to the digression of obsid 2365 since that failed the attitude check originally.

Make StarsTable inherit from a much smaller base class than
the original ACACatalogTable.  The latter has tons of stuff that
does not apply to StarsTable.
@taldcroft taldcroft merged commit c400f98 into master Dec 26, 2018
@taldcroft taldcroft deleted the refactor-cat-table branch December 26, 2018 19:44
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

Successfully merging this pull request may close these issues.

1 participant