simpeg / aurora

software for processing natural source electromagnetic data
MIT License
13 stars 2 forks source link

Empty z-files observed from mt_metadata.transfer_functions.core.TF #244

Closed kkappler closed 11 months ago

kkappler commented 1 year ago

After processing the synthetic data, as Remote Reference, the tf class returned is able to write xml, but when it tries to write a z-file, tf_cls.write_tf_file(fn="outfile.zrr", file_type="zrr") it encounters a warning:

2023-02-10 16:37:56,564 [line 240] mt_metadata.transfer_functions.io.zfiles.zmm.ZMM.write_header - WARNING: Could not find hx

and the z-file has no data:

` TRANSFER FUNCTIONS IN MEASUREMENT COORDINATES ***** WITH FULL ERROR COVARIANCE ****

test1 coordinate 0.000 0.000 declination 0.00 number of channels 5 number of frequencies 25 orientations and tilts of each channel period : 4.68249 decimation level 0 freq. band from 0 to 0 number of data point 0 sampling freq. 0.0 Hz Transfer Functions Inverse Coherent Signal Power Matrix Residual Covariance period : 5.85612 decimation level 0 freq. band from 0 to 0 number of data point 0 sampling freq. 0.0 Hz Transfer Functions Inverse Coherent Signal Power Matrix Residual Covariance '

kkappler commented 11 months ago

as of v0.3.2 z-files are no longer empty