mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-29 11:27:23 +08:00
Updates to the asset folder location.
This commit is contained in:
@@ -238,13 +238,12 @@ def writeUBCobs(filename, survey, d):
|
||||
|
||||
wd = survey.std
|
||||
|
||||
data = np.c_[rxLoc , d , wd]
|
||||
data = np.c_[rxLoc, d, wd]
|
||||
|
||||
with file(filename,'w') as fid:
|
||||
fid.write('%i\n' %len(d) )
|
||||
with file(filename, 'w') as fid:
|
||||
fid.write('%i\n' % len(d))
|
||||
np.savetxt(fid, data, fmt='%e', delimiter=' ', newline='\n')
|
||||
|
||||
|
||||
print "Observation file saved to: " + filename
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user