Skip to content

Commit

Permalink
Corrected C2020 min/max/avg numbers to match publication and usage
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmoosh committed Mar 14, 2024
1 parent 9e65bf4 commit 0550861
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions functions/MagFldParent.m
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,10 @@
D = 3.6;
Theta0 = 9.3*pi/180;
Phi0 = (360-204.2)*pi/180-magPhase;
% u0I0 = 0.003058; % Maximum (in paper, 152.9)
% u0I0 = 0.003122; % Maximum (in paper, 156.1)
% Average current constant in Gauss (Connerney 1982: u0I0/2 = 139.6nT)
% u0I0 = 0.002792;
u0I0 = 0.002484; % Minimum (in paper, 124.2)
u0I0 = 0.002792;
% u0I0 = 0.002484; % Minimum (in paper, 124.2)

elseif strcmp(ExternalFieldModel,'Cassini11') || strcmp(ExternalFieldModel, ...
'Cassini11plus')
Expand Down

0 comments on commit 0550861

Please sign in to comment.