GEUS-Glaciology-and-Climate / pypromice

Process AWS data from L0 (raw logger) through Lx (end user)
https://pypromice.readthedocs.io
GNU General Public License v2.0
12 stars 4 forks source link

Calculate pressure depth uncertainty #128

Open PennyHow opened 1 year ago

PennyHow commented 1 year ago

Moved and modified from #122. Uncertainty propagation through the pressure depth calculation is not tracked, but should be in the future. Perhaps with uncertainty arrays that accompany the z_pt_cor and z_pt outputs (i.e. z_pt_cor_unc and z_pt_unc)

https://github.com/GEUS-Glaciology-and-Climate/pypromice/blob/c5613a942d7e79089865f4f5837313bf6abe3461/src/pypromice/process/L0toL1.py#L206-L250