Skip to content

Commit

Permalink
caa update for year 2022.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKarlsson committed Mar 5, 2024
1 parent c36357f commit a705415
Show file tree
Hide file tree
Showing 5 changed files with 4,426 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mission/cluster/c_efw_dsi_off.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
% t>=toepoch([2018 11 19 21 00 0]), Ddsi = [ x x x x ];
% elseif t>=toepoch([2018 06 23 06 00 0]), Ddsi = [ x x x x ]; % Force MS offset for months when don't enter SW.

if t>=toepoch([2022 01 01 00 00 0]), Ddsi = [ 00 2.43 00 0.22 ];
if t>=toepoch([2022 01 01 00 00 0]), Ddsi = [ 00 2.47 00 0.26 ];
elseif t>=toepoch([2021 01 01 00 00 0]), Ddsi = [ 00 2.25 00 0.20 ];
elseif t>=toepoch([2020 01 01 00 00 0]), Ddsi = [ 00 2.09 00 0.09 ];
elseif t>=toepoch([2019 01 01 00 00 0]), Ddsi = [ -0.15 1.93 00 -0.12 ];
Expand Down Expand Up @@ -124,7 +124,7 @@
end

% Table of MS offsets
if t>=toepoch([2022 01 01 00 0 0]), Ddsi = [ 00 3.65 00 0.57 ];
if t>=toepoch([2022 01 01 00 0 0]), Ddsi = [ 00 3.67 00 0.45 ];
elseif t>=toepoch([2021 01 01 00 0 0]), Ddsi = [ 00 2.99 00 0.35 ];
elseif t>=toepoch([2020 01 01 00 0 0]), Ddsi = [ 00 2.59 00 0.29 ];
elseif t>=toepoch([2019 01 01 00 0 0]), Ddsi = [ 00 2.44 00 -0.03 ];
Expand Down
2 changes: 2 additions & 0 deletions mission/cluster/caa/caa-control/manual_problems_c4.dat
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,5 @@
2022-02-02T12:00:00Z 7200 + BADBIAS4p2
2022-02-02T22:15:00Z 600 + BADBIAS4p1
2022-02-02T22:15:00Z 600 + BADBIAS4p2
2022-11-18T12:00:00Z 15600 + BADBIAS4p1
2022-11-18T12:00:00Z 15600 + BADBIAS4p2
Loading

0 comments on commit a705415

Please sign in to comment.