Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slow sequence flags #3

Open
patricktokeeffe opened this issue Jan 24, 2024 · 0 comments
Open

Slow sequence flags #3

patricktokeeffe opened this issue Jan 24, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@patricktokeeffe
Copy link
Member

The program uses flags to handle data sources in the same output table being acquired on two different time bases (i.e. the slowsequence_disable_flg). This is a necessary approach related to correctly triggering data tables with simultaneous scans happening.

A new slow sequence was added in 7c72723 for acquiring data from soil probes, which includes new flag slowsequence_5_disable_flg. This flag is

  • correctly flipped at the end of the new slow sequence
  • correctly reset at the end of the primary scan,
  • correctly updated for TDR-related columns in final data tables
  • not correctly updated for 5TM-related columns in final data tables

No impact on historical data since it only affects Decagon (METER) 5TM probes. Need to update 5TM processing to use correct flag.

@patricktokeeffe patricktokeeffe self-assigned this Jan 25, 2024
@patricktokeeffe patricktokeeffe added the bug Something isn't working label Jan 26, 2024
patricktokeeffe added a commit to patricktokeeffe/EasyFlux-DL that referenced this issue Jan 26, 2024
Restores heat flux storage term TDR-31X sensor code back to main slow
sequence. Cleans up new profile-specific slow sequence.

Fixes wsular#3, fixes wsular#8, closes wsular#9
patricktokeeffe added a commit to patricktokeeffe/EasyFlux-DL that referenced this issue Jan 26, 2024
Restores heat flux storage term TDR-31X sensor code back to main slow
sequence. Cleans up new profile-specific slow sequence.

Fixes wsular#3, fixes wsular#8, closes wsular#9
patricktokeeffe added a commit to patricktokeeffe/EasyFlux-DL that referenced this issue Feb 8, 2024
Restores heat flux storage term TDR-31X sensor code back to main slow
sequence. Cleans up new profile-specific slow sequence.

Fixes wsular#3, fixes wsular#8, closes wsular#9
patricktokeeffe added a commit to patricktokeeffe/EasyFlux-DL that referenced this issue Feb 13, 2024
Puts energy balance TDR/5TM sensors back into original slowsequence
and cleans up new slowsequence for profile sensors.

Fixes wsular#3, fixes wsular#8, closes wsular#9

(cherry picked from commit 26a04ce)

# Conflicts:
#	CHANGELOG.md

# Conflicts:
#	CHANGELOG.md
patricktokeeffe added a commit to patricktokeeffe/EasyFlux-DL that referenced this issue Feb 16, 2024
Puts energy balance TDR/5TM sensors back into original slowsequence
and cleans up new slowsequence for profile sensors.

Fixes wsular#3, fixes wsular#8, closes wsular#9

(cherry picked from commit 26a04ce)

# Conflicts:
#	CHANGELOG.md

# Conflicts:
#	CHANGELOG.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant