brmather / pycurious

Python package for computing the Curie depth from the magnetic anomaly
https://brmather.github.io/pycurious/
GNU Lesser General Public License v3.0
38 stars 17 forks source link

Fix Tanaka to fit the amplitude spectrum #37

Closed jonnyford closed 2 years ago

jonnyford commented 2 years ago

Tanaka et al (1999) use the square root of the power spectrum (i.e., the amplitude spectrum). CurieGrid.radial_spectrum() returns the amplitude spectrum, so it should be raised only to the power=1, rather than power=0.5.