GeoscienceAustralia / mtpy2

This Repository has been moved to https://github.com/MTgeophysics/mtpy
GNU General Public License v3.0
5 stars 1 forks source link

Need a `ws3dinv` data file to test `convert_ws3dinv_data_file` in `modem.Data` class. #6

Open basaks opened 8 years ago

basaks commented 8 years ago

Also need a station_file, one that can be generated by modeling.ws3dinv.WSStation.

basaks commented 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)
basaks commented 8 years ago

Both of these have been achieved in git # 17385874535835bf63663ef8a1823247ee1c3608. Keeping it open for clarification on comment above.