Remove config - in scripts

This commit is contained in:
2020-05-19 14:47:18 +02:00
parent 91369b4b40
commit 1b9d65a734
-2
View File
@@ -7,8 +7,6 @@
namespace core_buffer {
const std::string BUFFER_BASE_DIR = "/gpfs/photonics/swissfel/buffer/";
const size_t MODULE_X_SIZE = 1024;
const size_t MODULE_Y_SIZE = 512;
const size_t MODULE_N_PIXELS = MODULE_X_SIZE * MODULE_Y_SIZE;