kadi.commands.validate.ValidatePcadMode#

class kadi.commands.validate.ValidatePcadMode(stop=None, days=14, no_exclude=False)#

Bases: ValidateStateCode

Base class for validation of state with state codes like PCAD_MODE

state_name = 'pcad_mode'#
msids = ['aopcadmd']#
plot_attrs#
min_violation_duration = 180#
add_exclude_intervals()#

Base method to exclude intervals

Starts with intervals defined in the Chandra Command Events Google Sheet.

This method gets called at the end of self.tlm.

Subclasses can override this method to add additional intervals to exclude, making sure to call super().add_exclude_intervals() first.