Open basaks opened 8 years ago
Line 765-766 in modeling.ws3dinv
:
If elevation is not available, set to zero? Seems rather odd.
if self.north is not None:
self.elev = np.zeros_like(self.north)
Both of these have been achieved in git # 17385874535835bf63663ef8a1823247ee1c3608. Keeping it open for clarification on comment above.
Also need a
station_file
, one that can be generated bymodeling.ws3dinv.WSStation
.