-
Notifications
You must be signed in to change notification settings - Fork 23
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
SEI plots and possibly others show data in Ready state when there is no active segment #358
Comments
There may be a related issue with the states for the "quiet" and "noisy" times on the network SEI pages: the "Quiet" state and "Noisy" states are simply the entire day because the known/active properties are set to be the entire day. They do not derive from the actual quiet and noisy times for H1 and L1. In some sense the "Quiet" and "Noisy" states should be meta-states, where the data shown for "Quiet" should be the H1 quiet times and L1 quiet times, which do not fully intersect. The same is true for Noisy. |
…m different detectors This fixes a problem where the "Quiet" and "Noisy" states were undefined in time, so the whole duration was used. This meant there was no distinction between the states as plotted for the summary pages. A metastate would be defined as ``` [metastate-Quiet] key = Quiet name = SEI Quiet uses = H1-quiet,L1-quiet [state-H1-Quiet] name = SEI Quiet key = H1-quiet hours = 1-5,H1 [state-L1-Quiet] name = SEI Quiet key = L1-quiet hours = 2-6,L1 ``` It is not super robust in that it's really only supposed to be used for combining some interval for H1 and some interval for L1. I'm not sure it's really ready to be heavily used in many situations Addresses the comment in gwpy#358
…m different detectors This fixes a problem where the "Quiet" and "Noisy" states were undefined in time, so the whole duration was used. This meant there was no distinction between the states as plotted for the summary pages. A metastate would be defined as ``` [metastate-Quiet] key = Quiet name = SEI Quiet uses = H1-quiet,L1-quiet [state-H1-Quiet] name = SEI Quiet key = H1-quiet hours = 1-5,H1 [state-L1-Quiet] name = SEI Quiet key = L1-quiet hours = 2-6,L1 ``` It is not super robust in that it's really only supposed to be used for combining some interval for H1 and some interval for L1. I'm not sure it's really ready to be heavily used in many situations Addresses the comment in gwpy#358
See for example
https://ldas-jobs.ligo-la.caltech.edu/~evan.goetz/summary/gps/1357516818-1357520418/sei/ham7/#isolated
and
https://ldas-jobs.ligo-la.caltech.edu/~evan.goetz/summary/gps/1357516818-1357520418/sei/ham7/#ready
There is no active segment for this interval in the "Ready" state:
but nonetheless, there is a plot with data shown.
Something seems amiss here.
To reproduce this example:
The text was updated successfully, but these errors were encountered: