You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can do this for data reduction because it's calculated in one go, and not edited piecemeal.
I'm also tempted to store it compressed, but that may be a step too far. Look into best practice.
In fact, we could do the sensor values too - in practice they're often dealt with en masse. The only exception is setting QC flags, which are done down to one at a time and should be written immediately. There's also the 'split' QC for positions and external standards.
The text was updated successfully, but these errors were encountered:
We can do this for data reduction because it's calculated in one go, and not edited piecemeal.
I'm also tempted to store it compressed, but that may be a step too far. Look into best practice.
In fact, we could do the sensor values too - in practice they're often dealt with en masse. The only exception is setting QC flags, which are done down to one at a time and should be written immediately. There's also the 'split' QC for positions and external standards.
The text was updated successfully, but these errors were encountered: