Skip to content

Commit

Permalink
trial for secondary data
Browse files Browse the repository at this point in the history
  • Loading branch information
seogi_macbook committed Feb 9, 2016
1 parent e9562b3 commit ea0eaf0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions SimPEG/EM/FDEM/SurveyFDEM.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ class Rx(SimPEG.Survey.BaseRx):
'byi':['b', 'Fy', 'imag'],
'bzi':['b', 'Fz', 'imag'],

'bxr_sec':['bSecondary', 'Fx', 'real'],
'byr_sec':['bSecondary', 'Fy', 'real'],
'bzr_sec':['bSecondary', 'Fz', 'real'],
'bxi_sec':['bSecondary', 'Fx', 'imag'],
'byi_sec':['bSecondary', 'Fy', 'imag'],
'bzi_sec':['bSecondary', 'Fz', 'imag'],

'jxr':['j', 'Fx', 'real'],
'jyr':['j', 'Fy', 'real'],
'jzr':['j', 'Fz', 'real'],
Expand Down

0 comments on commit ea0eaf0

Please sign in to comment.