Skip to content

Commit

Permalink
Added C2 p3 probe failure at 2022-08-23T12:08 to "probe magic".
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKarlsson committed Mar 11, 2024
1 parent 679587f commit 638aa1a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion mission/cluster/caa/caa_get_bursts.m
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,13 @@
end
end
case 2
if start_time>toepoch([2015 10 12 12 00 0])
if start_time>toepoch([2022 08 23 12 08 0])
% p3 failure
if any(probe=='1') || any(probe=='2') || any(probe=='3')
irf_log('dsrc',sprintf('p1, p2 & p3 is BAD on sc%d',cl_id))
continue
end
elseif start_time>toepoch([2015 10 12 12 00 0])
% p2 failure
if any(probe=='1') || any(probe=='2')
irf_log('dsrc',sprintf('p1 & p2 is BAD on sc%d',cl_id))
Expand Down

0 comments on commit 638aa1a

Please sign in to comment.