As discussed in today's meeting, it would be nice to include a function to compute the total field anomaly from the magnetic field components and with inclination and declination of the regional field. A function like such would be necessary to implement the ideas described in #426.
The function could be called total_field_anomaly and look something like:
Make sure we are importing it in harmonica/__init__.py so it's accesible.
Add the new function to doc/api/index.rst.
Write tests for the function.
Are you willing to help implement and maintain this feature?
From what we talked in today's meeting, @indiauppal is willing to take the lead for this 🚀. I'll let her assign herself to this issue if she wants to.
Description of the desired feature:
As discussed in today's meeting, it would be nice to include a function to compute the total field anomaly from the magnetic field components and with inclination and declination of the regional field. A function like such would be necessary to implement the ideas described in #426.
The function could be called
total_field_anomaly
and look something like:In order to get this done we should:
harmonica/_utils.py
.harmonica/__init__.py
so it's accesible.doc/api/index.rst
.Are you willing to help implement and maintain this feature?
From what we talked in today's meeting, @indiauppal is willing to take the lead for this 🚀. I'll let her assign herself to this issue if she wants to.