mirror of
https://github.com/wassname/simpeg.git
synced 2026-09-10 12:37:30 +08:00
Change to source parameters
Add color axis handles for data plot
This commit is contained in:
+2
-2
@@ -137,8 +137,8 @@ class SrcField(Survey.BaseSrc):
|
||||
|
||||
param = None #: Inducing field param (Amp, Incl, Decl)
|
||||
|
||||
def __init__(self, rxList, A, I, D, **kwargs):
|
||||
self.param = (A,I,D)
|
||||
def __init__(self, rxList, param = None, **kwargs):
|
||||
self.param = param
|
||||
super(SrcField, self).__init__(rxList, **kwargs)
|
||||
|
||||
class RxObs(Survey.BaseRx):
|
||||
|
||||
Reference in New Issue
Block a user