This website requires JavaScript.
Explore
Help
Sign In
APOG_public
/
acsm-fairifier
Watch
0
Star
0
Fork
0
You've already forked acsm-fairifier
mirror of
https://gitea.psi.ch/APOG/acsm-fairifier.git
synced
2026-01-19 05:02:53 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
97f253074b2c661d909d1eeaa43b3193c508b989
acsm-fairifier
/
pipelines
/
steps
History
Florez Ospina Juan Felipe
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
..
__init__.py
Add import statement and adjust dependencies.
2025-02-06 16:57:46 +01:00
apply_calibration_factors.py
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
generate_flags.py
Remove/replace def load_parameters(flag_type) with steps.utils.load_project_yaml_files(.). This is to have a more centralized treatment of yaml files inside the data chain.
2025-03-10 11:38:51 +01:00
prepare_ebas_submission.py
WIP: finished last commit, and tested the whole step. Now we need to implement the command line interface.
2025-03-07 16:51:06 +01:00
utils.py
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
visualize_datatable_vars.py
WIP: Completed flag generation for species, command line interface is now clear but still does not consider potentially existing flags. Review TODO.md, for efficiency we need to simplify flag assignment and reconciliation for the species flag type.
2025-02-26 15:11:12 +01:00