Skip to content

TileConditions+TileConfiguration+TileRecUtils: Add possibility to ignore online channel status

Siarhei Harkusha requested to merge harkusha/athena:23.0-tile-bad-ch-onl-db into 23.0

New and old style Tile configuration flags (useOnlineChannelStatus) have been added to allow to use only offline Tile channel status.

Online Tile channels status is used by default, but it can be ignored using new flags (supposed to be used during processing calibration runs).

Tile bad channels conditions algorithm and it's configuration have been modified accordingly to take into account this new flag.

Merge request reports