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
For sequence ID 90601035001
obs = info.Observation(path=here, seqid='90601035001') obs.exposure_report()
returns:
Exposure for FPMA, mode 01 is: 7.923 ks Exposure for FPMA, mode 05 is: 8.721 ks Exposure for FPMA, mode 06 is: 0.798 ks
Exposure for FPMB, mode 01 is: 7.843 ks Exposure for FPMB, mode 06 is: 0.7891 ks
...even though there is no Mode 05 data (that's the calibration source being deployed) and no Mode 05 event file.
The text was updated successfully, but these errors were encountered:
bwgref
No branches or pull requests
For sequence ID 90601035001
obs = info.Observation(path=here, seqid='90601035001')
obs.exposure_report()
returns:
Exposure for FPMA, mode 01 is: 7.923 ks
Exposure for FPMA, mode 05 is: 8.721 ks
Exposure for FPMA, mode 06 is: 0.798 ks
Exposure for FPMB, mode 01 is: 7.843 ks
Exposure for FPMB, mode 06 is: 0.7891 ks
...even though there is no Mode 05 data (that's the calibration source being deployed) and no Mode 05 event file.
The text was updated successfully, but these errors were encountered: