WIP: Convert RawBankReadoutStatusConverter to functional framework
Issues with thread safety when running Alignment with multi-threading are caused by a race condition from RawBankReadoutStatusConverter
which writes to the same output location as EscherInit
. To solve this, we convert RawBankReadoutStatusConverter
to use the functional framework.