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
https://github.com/spacetelescope/stistools/blob/master/stistools/ctestis.py#L247
ycol can be specified as an integer, so formatting to specify the number of decimal places breaks. Replace with empty format statement {}.
ycol
{}
The text was updated successfully, but these errors were encountered:
Another bug:
Allow the user to specify sx2=False: if sx2 or "_sx2" in stisimage: --> if sx2 or "_sx2" in (stisimage or ''):
sx2=False
if sx2 or "_sx2" in stisimage:
if sx2 or "_sx2" in (stisimage or ''):
https://github.com/spacetelescope/stistools/blob/master/stistools/ctestis.py#L180
Sorry, something went wrong.
No branches or pull requests
https://github.com/spacetelescope/stistools/blob/master/stistools/ctestis.py#L247
ycol
can be specified as an integer, so formatting to specify the number of decimal places breaks. Replace with empty format statement{}
.The text was updated successfully, but these errors were encountered: