Skip to content

Commit

Permalink
Merge pull request #54 from duncanmmacleod/virgo-states
Browse files Browse the repository at this point in the history
Added Virgo flag mapping for ITF_LOCKED and ITF_SCIENCE
  • Loading branch information
Duncan Macleod committed Jun 7, 2017
2 parents 6dead78 + 1449122 commit b68cd90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions omicron/segments.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
'H1_HOFT_C00'),
'L1:DMT-ANALYSIS_READY:1': ('L1:GDS-CALIB_STATE_VECTOR', [0, 1, 2],
'L1_HOFT_C00'),
'V1:ITF_LOCKED:1': ('V1:DQ_ANALYSIS_STATE_VECTOR', [2], 'V1_llhoft'),
'V1:ITF_SCIENCE:1': ('V1:DQ_ANALYSIS_STATE_VECTOR', [0, 1, 2], 'V1_llhoft'),
}


Expand Down

0 comments on commit b68cd90

Please sign in to comment.