COMPASS-DOE / ghg-processor

Processing code for LI-7810 gas concentration data
MIT License
2 stars 1 forks source link

Next steps #6

Closed bpbond closed 1 year ago

bpbond commented 1 year ago

After talking with @wilsonsj100 and @megonigalp today.

Straightforward

Trickier

wilsonsj100 commented 1 year ago

I think we should also consider adding into the beginning an addition of 10-30 secs to the start time as an equilibration time - i.e. to ensure equilibration of the tubing and closed chamber. This is another little things so not a big deal.

bpbond commented 1 year ago

@wilsonsj100 I've set up a standard QA/QC "compare two things" framework for this. Basically, first we plot column 1 versus column 2 and use standardized residuals to identify outliers. For example:

Screenshot 2023-01-28 at 11 56 41 AM

Then, we plot the potentially problematic observations in detail:

Screenshot 2023-01-28 at 11 56 58 AM

Feedback welcome!

bpbond commented 1 year ago

Nice, the polynomial test is correctly identifying a curvature problem in one observation:

Screenshot 2023-01-28 at 12 05 23 PM
bpbond commented 1 year ago

Superseded by #11