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

Time gap filling in tilt calculation #123

Closed PennyHow closed 1 month ago

PennyHow commented 1 year ago

https://github.com/GEUS-Glaciology-and-Climate/pypromice/blob/c5613a942d7e79089865f4f5837313bf6abe3461/src/pypromice/process/L0toL1.py#L330 We currently fill the tilt array without considering time gaps in order to re-create our previous processing (IDL/GDL). Idelly, we should fill with coordinate but this has not been tested yet. The other option is to consider the max_gap argument as part of xarray.DataArray.interpolate_na