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

include read and write method documentation to CCDData [skip ci] #305

Merged
merged 2 commits into from
Feb 15, 2016
Merged

include read and write method documentation to CCDData [skip ci] #305

merged 2 commits into from
Feb 15, 2016

Conversation

MSeifert04
Copy link
Contributor

fixes #304

I'm not sure if that's the best way but it at least makes the documentation of CCDData.read() and CCDData.write accessible.

``Classmethod`` to create an CCDData instance based on a ``FITS`` file.
This method uses :func:`fits_ccddata_reader` with the provided
parameters.
writeto(*args, **kwargs)
Copy link
Member

Choose a reason for hiding this comment

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

this should be write

crawfordsm added a commit that referenced this pull request Feb 15, 2016
…string

include read and write method documentation to CCDData [skip ci]
@crawfordsm crawfordsm merged commit 8aa38e5 into astropy:master Feb 15, 2016
@MSeifert04 MSeifert04 deleted the include_read_write_method_docstring branch February 28, 2016 15:33
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.

CCDData.read and write API documentation is missing
2 participants