GeoscienceAustralia / HiQGA.jl

High Quality Geophysical Analysis provides a general purpose Bayesian and deterministic inversion framework for various geophysical methods and spatially distributed / timeseries data
MIT License
38 stars 5 forks source link

Refactor common names for functions #56

Closed a2ray closed 1 year ago

a2ray commented 1 year ago

no nuisance: summaryAEMimages, plotindividualAEMsoundings and with nuisance summaryimages, plotindividualsoundings just like loopacrossAEMsoundings the number of inputs is usually different so we can get away with a definition in AbstractOperator.jl and an import in the relevant modules, followed by an export in those or in AbstractOperator itself.

may be a breaking change, can be fixed with an oldname=newname

a2ray commented 1 year ago

maybe just do an export so we can do transD_GP.blah(), and keep the distinction between with and without nuisances in the function name. I think fixed by 7b9fc00d