Skip to content

Add Tile algorithm to read raw data from BS

New Tile algorithm has been added to read raw data from BS, because conditions object with correct mapping from bytestream frag ID to TileCal drawer ID is used and using BS converters in this case is not convenient to resolve all dependencies They should be manually attributed to the corresponding algorithms. With new algorithm they should be resolved automatically.

Clients has been updated to use new Tile algorithm to read raw data from BS.

Tile ROD decoder has been modified to use conditions object with mapping from bytestream frag ID to TileCal drawer ID, and to switch off TileL2Builder tool by default, and to unpack only required collection with digits or raw channels. Otherwise they always unpacked both in the same time.

Tile proxy tools to read conditions from file or DB have been modified to allow to read integers (not only float).

The configuration of TileHid2RESrcIDCondAlg has been modified to allow to read the mapping from bytestream frag ID to TileCal drawer ID from DB.

The configuration function to read Tile raw data from BS has been modified to use the new algorithm.

Text files with mapping from bytestream frag ID to TileCal drawer ID have been added.

The corresponding test and references have been updated accordingly.

Merge request reports