We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the HSTWCS docs example a line suggests that using
w = wcsutil.HSTWCS(instrument='DEFAULT')
should work but instead returns an error:
TypeError: HSTWCS.__init__() got an unexpected keyword argument 'instrument'
The text was updated successfully, but these errors were encountered:
To clarify, the DEAFAULT option aws an unsuccessful attempt to make drizzlepac work with data from any telescope. At the end it's HST specific.
DEAFAULT
Sorry, something went wrong.
@nden Okay great, thanks for the context. In that case, can I remove it from the docs?
No branches or pull requests
In the HSTWCS docs example a line suggests that using
w = wcsutil.HSTWCS(instrument='DEFAULT')
should work but instead returns an error:
TypeError: HSTWCS.__init__() got an unexpected keyword argument 'instrument'
The text was updated successfully, but these errors were encountered: