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-18 18:42:21 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4ca99f4f0417c1cb142608599b76f92aeeb2da20
acsm-fairifier
/
pipelines
/
steps
History
Florez Ospina Juan Felipe
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
..
__init__.py
Add import statement and adjust dependencies.
2025-02-06 16:57:46 +01:00
apply_calibration_factors.py
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
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
Add functions: generate_error_dataframe() with missing values, metadata_dict_to_dataframe(), and load_project_yaml_files() to easily access data from yaml files in the project.
2025-03-07 16:45:33 +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