Merge branch 'todos_update' into 'main'

Todos update

See merge request apog/acsmnode!4
This commit is contained in:
2025-05-16 14:31:48 +02:00
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
# TODO # TODO
* [from Leïla] Add flagging based on CPC flags
* [from Leïla] Correct calibration_params copying
* [from Leïla] Plot for auto flags visualization should be able to zoom in vertically
* [from Leïla] Remove inletP column in level 2 .nas data
* [from Leïla] Change flow rate values to 10% of flow rate ref
* [New] Create data flows to validate and replace existing data chain params. data/campaignData/param/ -> pipelines/params and campaignDescriptor.yaml -> acsm data converter. * [New] Create data flows to validate and replace existing data chain params. data/campaignData/param/ -> pipelines/params and campaignDescriptor.yaml -> acsm data converter.
* [New] DIMA. Add dictionaries to explain variables at different levels. * [New] DIMA. Add dictionaries to explain variables at different levels.
* [New] DIMA. Modify data integration pipeline to not add current datetime in filename when not specified. * [New] DIMA. Modify data integration pipeline to not add current datetime in filename when not specified.

View File

@ -37,4 +37,4 @@ flags:
description: "Missing measurement, unspecified reason" description: "Missing measurement, unspecified reason"
# Define flag rankings with flag 0 as the absolute lowest # Define flag rankings with flag 0 as the absolute lowest
flag_ranking : {100: 100, 110: 80, 111: 75, 559: 60, 652: 50, 660: 40, 456: 30, 460: 28, 599: 26, 659: 24, 999: 20, 0: 10} flag_ranking : {100: 100, 110: 80, 111: 75, 456: 60, 559: 50, 652: 40, 660: 30, 460: 28, 599: 26, 659: 24, 999: 20, 0: 10}