geomagpy / magpy

MagPy (or GeomagPy) is a Python package for analysing and displaying geomagnetic data.
BSD 3-Clause "New" or "Revised" License
45 stars 27 forks source link

xmagpy: No blvoutput field in "Analysis parameter" dialogue #128

Closed mlnorthernswe closed 1 year ago

mlnorthernswe commented 1 year ago

We have an xyz oriented parameter. In the xmagpy documentation in section 4.5 about the "DI panel" it is written: "If you want to export baseline values in geographic XYZ coordinates please insert “XYZ” into the blvoutput field within the analysis parameter dialog.". However I can't found blvoutput field in the analysis parameter dialogue. In log-file after analysing in DI panel it is written: variometer data contains the following components: XYZF Variometer data provided in XYZ, Basevalue outpus projected in HDZ, however, as variometerorientation is not manually confirmed to be xyz (see manual)

leonro commented 1 year ago

This is an issue with the .magpyguiini file. This is already on my TODO list, but not yet solved. The .magpyguiini should be extended with "new" options of future versions of xmagpy. This is however not yet working properly. At the moment I have only the following quick solution:

mlnorthernswe commented 1 year ago

Yes, now I can see the blvoutput option. Thank you!