mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-29 05:32:23 +02:00
add base directory path to buffer
This commit is contained in:
committed by
Data Backend account
parent
36e73e108a
commit
65aefd1a90
@@ -6,6 +6,8 @@
|
||||
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user