-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update docs for beta #131
Update docs for beta #131
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.
If we are changing gbtfitsload.py to print() the index if show_index=False, then we should default to show_index=True so that the user does not have to type it to get pretty output in a notebook. i.e., summary() with no arguments should to the prettiest thing.
Agree. Changed now. |
This PR updates the examples to work with ScanBlocks. It is mainly changing from
ta.plot()
tota[0].plot()
.It also changes the
GBTSDFITSLoader.summary
to print when usingshow_index=False
.