mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-16 14:57:13 +02:00
wip
This commit is contained in:
@ -1303,7 +1303,7 @@ std::vector<char> DetectorImpl::readProgrammingFile(const std::string &fname) {
|
|||||||
|
|
||||||
// convert src to dst rawbin
|
// convert src to dst rawbin
|
||||||
LOG(logDEBUG1) << "Converting " << fname << " to " << destfname;
|
LOG(logDEBUG1) << "Converting " << fname << " to " << destfname;
|
||||||
LOG(logINFO) << "Converting program to rawbin";
|
LOG(logINFO) << "Converting program to rawbin (srcSise:" << srcSize << ")";
|
||||||
{
|
{
|
||||||
constexpr int pofNumHeaderBytes = 0x11C;
|
constexpr int pofNumHeaderBytes = 0x11C;
|
||||||
constexpr int pofFooterOfst = 0x1000000;
|
constexpr int pofFooterOfst = 0x1000000;
|
||||||
|
Reference in New Issue
Block a user