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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: