Skip to content

Commit

Permalink
Add individual probes Z phase when sunward, as there was some confusi…
Browse files Browse the repository at this point in the history
…on about this in mms.sc_orient.m
  • Loading branch information
thomas-nilsson-irfu committed Jun 17, 2016
1 parent e2ed122 commit 7c73afc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mission/mms/mms_constants.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
% Angles when phase=0 (X BSC direction)
MMS_CONST.Phaseshift.e12 = 2*pi*150/360; % probe 2 sunward
MMS_CONST.Phaseshift.e34 = 2*pi* 60/360; % probe 4 sunward
MMS_CONST.Phaseshift.p1 = 2*pi* 330/360; % probe 1 sunward
MMS_CONST.Phaseshift.p2 = 2*pi* 150/360; % probe 2 sunward
MMS_CONST.Phaseshift.p3 = 2*pi* 240/360; % probe 3 sunward
MMS_CONST.Phaseshift.p4 = 2*pi* 60/360; % probe 4 sunward

% Nominal Amplitude Correction factor multiplied to DCE data.
MMS_CONST.NominalAmpCorr.e12 = 1.25;
Expand Down

0 comments on commit 7c73afc

Please sign in to comment.