mrghg / agage-archive

Code for producing AGAGE archival files
MIT License
3 stars 0 forks source link

Keep different inlet data separate #86

Closed joe-pitt closed 1 month ago

joe-pitt commented 2 months ago

At the moment if you resample the data (e.g. to hourly) it combines all inlet heights, and outputs the inlet_height variable as the median. We would rather keep the different inlet heights separate, as generally in inversions (intem, elris, rhime) we only use data from the top inlet. One way to do this would be to make inlet_height an index, then resample only on the time index, but there are probably other ways too...

mrghg commented 1 month ago

Fixed in PR #96