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

Add radiometer calibration to L3 metadata #120

Open PennyHow opened 1 year ago

PennyHow commented 1 year ago

Add metadata to L3 object to indicate whether radiometer values are corrected with calibration values or not.

Calibration values are applied here in the L0toL1 stage: https://github.com/GEUS-Glaciology-and-Climate/pypromice/blob/c5613a942d7e79089865f4f5837313bf6abe3461/src/pypromice/process/L0toL1.py#L50-L57

And the metadata is added post L2toL3 in the AWS object: https://github.com/GEUS-Glaciology-and-Climate/pypromice/blob/c5613a942d7e79089865f4f5837313bf6abe3461/src/pypromice/process/aws.py#L644-L657