Commit Graph

17 Commits

Author SHA1 Message Date
4408514439 Rename attribute station --> station_abbr 2025-04-11 11:20:48 +02:00
881209bf82 Update steps to allow filenames for PAYERN station 2025-04-08 21:26:01 +02:00
39a9ab07a2 Refactor command line interface to run a main function on the parsed arguments. 2025-03-14 13:36:52 +01:00
97f253074b Add in try-except block a finally statement to close hdf5 file for secure file closing. This was done before in the try case which is not good practice 2025-03-13 14:06:01 +01:00
d6fa51effc Fix typo and missing key. 1) Update allowed yaml files in load_project_yaml_files by adding pipelines/params/calibration_factors.yaml. 2) Correct filename access after os.path.split operation. 2025-03-10 13:02:38 +01:00
4ca99f4f04 Rewrote load_calib_file() in terms pipelines.steps.utils.load_project_yaml_files(). In the future we will replace it completely so we can validate and manage all yaml files in the chain in a more centralized manner. 2025-03-10 11:46:24 +01:00
eb8a36dc8e Update pipelines/steps/apply_calibration_factors.py to generate error table and cleaned up command line interface. 2025-03-07 16:49:32 +01:00
f035afbf3b Fix duplicate time stamp problems and added code to check for NaTs before ebas submission files.) 2025-03-04 09:02:37 +01:00
def67a0562 Added correct calibration parameters to calibration factors table 2025-03-03 14:23:45 +01:00
6890377134 Remove dataset_name parameter from command line interface. Instead i now infer it assuming there is a consistent input filename in the hdf5 file that can be found using hard coded keywords. 2025-02-28 17:17:33 +01:00
0623c2462b Adjust command line interface of steps/apply_... and steps/compute_aut... 2025-02-11 13:07:29 +01:00
d93003f5c4 Add import statement and adjust dependencies. 2025-02-06 16:57:46 +01:00
48e2127fef Reimplement apply_calibration_factors() in terms of load_calibration_file() and compute_calibration_factors() to reduce complexity and improve modularity. 2025-02-04 18:12:42 +01:00
95f13d05b2 Save changes to calibration factors and apply_calibration_factors.py after git pull operation 2025-01-30 13:33:44 +01:00
f3ec8c6acf Fix typo, i was not properly accessing the key variables in the yaml dictionary 2025-01-29 19:27:18 +01:00
23e83134d2 Restructure calibration file to make more userfriendly 2025-01-29 18:01:52 +01:00
9bb56cd3da Implement first version of processing pipeline. 2025-01-29 09:16:26 +01:00