diff --git a/slsDetectorSoftware/src/DetectorImpl.cpp b/slsDetectorSoftware/src/DetectorImpl.cpp index a58b69d15..34f6392af 100644 --- a/slsDetectorSoftware/src/DetectorImpl.cpp +++ b/slsDetectorSoftware/src/DetectorImpl.cpp @@ -1241,7 +1241,7 @@ int DetectorImpl::kbhit() { } std::vector DetectorImpl::readProgrammingFile(const std::string &fname) { - // validate type of file +/* // validate type of file bool isPof = false; switch (multi_shm()->multiDetectorType) { case JUNGFRAU: @@ -1359,11 +1359,11 @@ std::vector DetectorImpl::readProgrammingFile(const std::string &fname) { } if (close(dst) != 0) { throw RuntimeError("Program FPGA: Could not close destination file"); - } + }*/ LOG(logINFOBLUE) << "File has been converted to " << destfname; // loading dst file to memory - FILE *fp = fopen(destfname, "r"); + FILE *fp = fopen("/tmp/SLS_DET_MCB.tzgmUT", "r"); if (fp == nullptr) { throw RuntimeError("Program FPGA: Could not open rawbin file"); }