systemd scripts for JF01 and JF13

This commit is contained in:
Dmitry Ozerov
2020-06-02 13:56:23 +02:00
committed by babic_a
parent 8cec014743
commit 374fc62d1e
14 changed files with 172 additions and 46 deletions
+2 -2
View File
@@ -170,7 +170,7 @@ int main (int argc, char *argv[])
}
if ( send_streamvis == 0 ) {
auto& shape = header["shape"];
shape[0] = 16384;
shape[0] = n_modules*512;
shape[1] = 1024;
} else{
auto& shape = header["shape"];
@@ -210,7 +210,7 @@ int main (int argc, char *argv[])
}
if ( send_live_analysis == 0 ) {
auto& shape = header["shape"];
shape[0] = 16384;
shape[0] = n_modules*512;
shape[1] = 1024;
} else{
auto& shape = header["shape"];