Skip to content

Commit

Permalink
Merge pull request #425 from sot/planning-critical
Browse files Browse the repository at this point in the history
Planning t_ccd critical warning
jeanconn authored Aug 19, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents d3c9610 + 1cc724d commit 6893377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starcheck/src/lib/Ska/Starcheck/Obsid.pm
Original file line number Diff line number Diff line change
@@ -2873,9 +2873,9 @@ sub set_ccd_temps {
$self->{ccd_temp_acq} = $obsid_temps->{ $self->{obsid} }->{ccd_temp_acq};
$self->{n100_warm_frac} = $obsid_temps->{ $self->{obsid} }->{n100_warm_frac};

# Add info statement for limit violations
# Add critical warning for ACA planning limit violation
if ($self->{ccd_temp} > $config{ccd_temp_red_limit}) {
push @{ $self->{fyi} },
push @{ $self->{warn} },
sprintf("CCD temperature exceeds %.1f C\n", $config{ccd_temp_red_limit});
}

0 comments on commit 6893377

Please sign in to comment.