# This file contains a list of "bad-flags", with the numerical value in the # data quality bitmask. The numerical value is expressed as a power of 2. # The flags are used in the segment log files. For example: # To mark all of a segment as bad: # *BAD(MICH_FILT) # To mark the first part of a segment as bad: # *BAD(OUTSIDE_S3) -729273613 # To mark the last part of a segment as bad: # *BAD(OUTSIDE_S3) 734367613- # To mark an interval within a segment as bad: # *BAD(MISSING_RAW) 733121837-733121862 # # bad-flag bitval description # # Flags added for version 1 segments # OUTSIDE_E11 2^0 Interval outside of official E11 run NO_DATA 2^1 Raw data missing (DAQ dropout) NO_RDS 2^2 RDS missing (technical problem) NO_L3RDS 2^3 Level 3 RDS missing (technical problem) UNLOCKED 2^4 Interferometer out of lock (last second or two of science mode segment) PRELOCKLOSS_10 2^5 Last 10 seconds before a lock losss SMOKE_ALARM_CHIRPING 2^6 Smoke alarm accidentally left in LVEA with low battery SEVERE_GLITCHING_ETM 2^7 Severe glitching in H1 due to synchronization problem in end mass controllers PERSON_IN_LVEA 2^8 Someone moving around in LVEA AS2I_SERVO_ON 2^9 AS2I servo turned on (okay, but not optimal) AS2I_SERVO_SATURATED 2^10 AS2I servo saturated (bad) NO_CALIB_LINE_V01 2^11 Calibration line turned off (version 1 DQ segments) RATTY_CONDITIONS 2^12 Ratty IFO conditions, as reported in elog DUST_MONITOR_CYCLING 2^13 Dust monitor left on at H2 dark port table (cycled every ~230 seconds) BEAM_CENTER_SERVO_OFF 2^14 Beam centering servo off NON_STANDARD_CONFIG 2^15 Non-standard configuration (filters, gains, etc.)