This website requires JavaScript.
Explore
Help
Sign In
APOG_public
/
acsm-fairifier
Watch
0
Star
0
Fork
0
mirror of
https://gitea.psi.ch/APOG/acsm-fairifier.git
synced
2026-08-11 23:50:29 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ecdf3687ba8c20fd02e0faab4bf395c04e9b4cb8
acsm-fairifier
/
pipelines
/
steps
T
History
florez_j
ecdf3687ba
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
..
__init__.py
Add import statement and adjust dependencies.
2025-02-06 16:57:46 +01:00
apply_calibration_factors.py
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
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