SIO-ODF / ctdcal

A CTD calibration package in use on US GO-SHIP cruises
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

Optimize/Speed up oxygen routines #64

Open Klankers opened 3 weeks ago

Klankers commented 3 weeks ago

Both the SBE43 and Rinko routines seemingly take ages (and require more processing power) relative to the other steps. This may be due to inefficiencies in the sigma matching or iterative RMS optimize.minimize steps. Numpy implementation will likely speed this up.