simpeg / aurora

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

Replace decimation in aurora with mth5 built-in. #331

Open kkappler opened 1 month ago

kkappler commented 1 month ago

MTH5 has built in decimate methods. These could be validated against what is being done in aurora and then could replace calls to prototype_decimate with the built-in mth5 method.