Create a config file to pass arguments like input file path and missing timestamp threshold.
Currently the code uses absolute path in local machine for file input. This file input is present in various codes (format.py, preprocessor.py and eddypro python codes). Change all absolute paths to relative paths and create a config file which captures these as args.
Create a config file to pass arguments like input file path and missing timestamp threshold.
Currently the code uses absolute path in local machine for file input. This file input is present in various codes (format.py, preprocessor.py and eddypro python codes). Change all absolute paths to relative paths and create a config file which captures these as args.