-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* forward declare zmq_msg_t and moved include * removed zmq as dependency for slsdet (#870) * Fixed path when building as submodule * new moench data structure for offline processing * meonch raw data and zmq process files updated to 7.0.3 version * implemented config file for Zmq file * raw data and zmq work with config file, but only with one file/interface * zmq config change * added config examples for zmq and rawdata * update release notes, release versions --------- Co-authored-by: Erik Frojdh <[email protected]> Co-authored-by: froejdh_e <[email protected]> Co-authored-by: Anna Bergamaschi <[email protected]> Co-authored-by: anberga <[email protected]>
- Loading branch information
1 parent
a86fd00
commit 97f0c1f
Showing
14 changed files
with
1,013 additions
and
507 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
numfiles 1 | ||
nthreads 5, | ||
fifosize 5000 | ||
nsigma 5 | ||
gainfile none | ||
detectorMode counting | ||
threshold 0 | ||
pedestalfile none | ||
nframes 0 | ||
xMin 0 | ||
xMax 400 | ||
yMin 0 | ||
yMax 400 | ||
outdir ./ | ||
indir ./ | ||
flist none | ||
fformat none | ||
runmin 0 | ||
runmax -1 | ||
readnrows 400 | ||
eMin 0 | ||
eMax 16000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
numinterfaces 1 | ||
rx_zmqip 10.1.2.102 | ||
rx_zmqport 1978 | ||
zmqip 129.129.202.57 | ||
zmqport 1979 | ||
nthreads 6 | ||
fifosize 5000 | ||
nsigma 5 | ||
gainfile none | ||
nbinsx 5 | ||
nbinsy 5 | ||
etafile none | ||
etabinsx 1000 | ||
etabinsy 1000 | ||
etamin -1 | ||
etamax 2 |
Oops, something went wrong.