SuperDARNCanada / data_flow

Scripts related to data flow and management
0 stars 3 forks source link

Check for irregular timestamps #41

Closed tjk584 closed 9 months ago

tjk584 commented 11 months ago

Some files have made it through the data flow that have very incorrect timestamps:

A check should be made that a file's timestamp is consistent with the file's creation time (i.e. make sure the file timestamp matches with the time shown with ls -l). The file creation time should be preserved for all .site files, so this check could be done within convert_and_restructure before the .site file is restructured.