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

Fix card_data_processor.m timestamp filling when creating fluxall from scratch #20

Open
gremau opened this issue Jul 23, 2015 · 0 comments

Comments

@gremau
Copy link
Owner

gremau commented Jul 23, 2015

Fix card_data_processor timestamp filling

card_data_processor.m must be run twice to generate a complete fluxall file if that fluxall file is not already present.

When no fluxall file is present, the first run of card_data_processor will not produce a fluxall file with all dates (Jan 1 00:30 to Jan 1 00:00 of next year) if there is missing data at the start of the year. This creates a problem for the Remove Bad Process, which is expecting full-year datasets. For some reason, on the second run, when cdp.m first loads an existing fluxall file, this problem does not occur and the missing timestamps at the start of the year are filled present (with all NaN values) as they should be.

@gremau gremau changed the title card_data_processor.m must be run twice to generate a complete fluxall file Fix card_data_processor.m timestamp filling when creating fluxall from scratch Jul 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant