mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 08:38:00 +02:00
Compare commits
1 Commits
rr_rxr
...
cmakemoenc
Author | SHA1 | Date | |
---|---|---|---|
e229cd0ba7 |
@ -275,7 +275,6 @@ if(SLS_BUILD_DOCS)
|
|||||||
endif(SLS_BUILD_DOCS)
|
endif(SLS_BUILD_DOCS)
|
||||||
|
|
||||||
if(SLS_USE_MOENCH)
|
if(SLS_USE_MOENCH)
|
||||||
add_subdirectory(slsDetectorCalibration/tiffio)
|
|
||||||
add_subdirectory(slsDetectorCalibration/moenchExecutables)
|
add_subdirectory(slsDetectorCalibration/moenchExecutables)
|
||||||
endif(SLS_USE_MOENCH)
|
endif(SLS_USE_MOENCH)
|
||||||
|
|
||||||
|
32
RELEASE.txt
32
RELEASE.txt
@ -1,7 +1,7 @@
|
|||||||
SLS Detector Package Minor Release 7.0.0 released on 25.11.2021
|
SLS Detector Package Minor Release 6.1.0 released on 25.11.2021
|
||||||
===============================================================
|
===============================================================
|
||||||
|
|
||||||
This document describes the differences between v7.0.0 and v6.x.x
|
This document describes the differences between v6.1.0 and v6.0.0.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -21,35 +21,9 @@ This document describes the differences between v7.0.0 and v6.x.x
|
|||||||
|
|
||||||
- Fixed minor warnings (will fix commandline print of excess packets for missing packets)
|
- Fixed minor warnings (will fix commandline print of excess packets for missing packets)
|
||||||
- ctb slow adcs and any other adcs (other than temp) goes to the control Server
|
- ctb slow adcs and any other adcs (other than temp) goes to the control Server
|
||||||
- number of udp interfaces is 2 for Eiger (CHANGE IN API??)
|
|
||||||
- added module id for virtual servers into the udp header
|
|
||||||
- refactoring (rxr)
|
|
||||||
- fixed patsetbit and patsetmask for moench
|
- fixed patsetbit and patsetmask for moench
|
||||||
- changed default vref of adc9257 to 2V for moench (from 1.33V)
|
- changed default vref of adc9257 to 2V for moench (from 1.33V)
|
||||||
- moench and ctb - can set the starting frame number of next acquisition
|
|
||||||
- mythen server kernel check incompatible (cet timezone)
|
|
||||||
- rx_arping
|
|
||||||
- rx_threadsids max is now 9 (breaking api)
|
|
||||||
- fixed datastream disabling for eiger. Its only available in 10g mode.
|
|
||||||
- m3 server crash (vthrehsold dac names were not provided)
|
|
||||||
- allow vtrim to be interpolated for Eiger settings
|
|
||||||
- m3 setThresholdEnergy and setAllThresholdEnergy was overwriting gaincaps with settings enum
|
|
||||||
- can set localhost with virtual server with minimum configuration: (hostname localhost, rx_hostname localhost, udp_dstip auto)
|
|
||||||
- increases the progress according to listened index. (not processed index)
|
|
||||||
- current frame index points to listened frame index (not processed index)
|
|
||||||
- when in discard partial frames or empty mode, the frame number doesnt increase by 1, it increases to that number (so its faster)
|
|
||||||
- file write disabled by default
|
|
||||||
- eiger 12 bit mode
|
|
||||||
- start non blocking acquisition at modular level
|
|
||||||
- connect master commands to api (allow set master for eiger)
|
|
||||||
--ignore-config command line
|
|
||||||
- command line argument 'master' mainly for virtual servers (also master/top for real eiger), only one virtual server for eiger, use command lines for master/top
|
|
||||||
- stop servers also check for errors at startup( in case it was running with an older version)
|
|
||||||
- hostname cmd failed when connecting to servers in update mode (ctb, moench, jungfrau, eiger)
|
|
||||||
- missingpackets signed (negative => extra packets)
|
|
||||||
- added geometry to metadata
|
|
||||||
- 10g eiger nextframenumber get fixed.
|
|
||||||
- stop, able to set nextframenumber to a consistent (max + 1) for all modules if different (eiger/ctb/jungfrau/moench)
|
|
||||||
|
|
||||||
|
|
||||||
2. Resolved Issues
|
2. Resolved Issues
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# SPDX-License-Identifier: LGPL-3.0-or-other
|
# SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
|
||||||
#Copy the Moench executables
|
#Copy the Moench executables
|
||||||
mkdir -p $PREFIX/bin
|
mkdir -p $PREFIX/bin
|
||||||
cp build/install/bin/moench* $PREFIX/bin/.
|
cp build/install/bin/moench04ZmqProcess $PREFIX/bin/.
|
||||||
|
cp build/install/bin/moenchZmqProcess $PREFIX/bin/.
|
@ -34,7 +34,7 @@ add_executable(ctbGui
|
|||||||
ctbAdcs.cpp
|
ctbAdcs.cpp
|
||||||
ctbPattern.cpp
|
ctbPattern.cpp
|
||||||
ctbAcquisition.cpp
|
ctbAcquisition.cpp
|
||||||
${CMAKE_SOURCE_DIR}/slsDetectorCalibration/tiffio/src/tiffIO.cpp
|
${CMAKE_SOURCE_DIR}/slsDetectorCalibration/tiffIO.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@ -43,7 +43,6 @@ target_include_directories(ctbGui PRIVATE
|
|||||||
${CMAKE_SOURCE_DIR}/slsDetectorCalibration/dataStructures
|
${CMAKE_SOURCE_DIR}/slsDetectorCalibration/dataStructures
|
||||||
${CMAKE_SOURCE_DIR}/slsDetectorCalibration/interpolations
|
${CMAKE_SOURCE_DIR}/slsDetectorCalibration/interpolations
|
||||||
${CMAKE_SOURCE_DIR}/slsDetectorCalibration/
|
${CMAKE_SOURCE_DIR}/slsDetectorCalibration/
|
||||||
${CMAKE_SOURCE_DIR}/slsDetectorCalibration/tiffio/include/
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Headders needed for ROOT dictionary generation
|
# Headders needed for ROOT dictionary generation
|
||||||
|
@ -21,10 +21,9 @@ fi
|
|||||||
|
|
||||||
if [ -f "$infile" ]
|
if [ -f "$infile" ]
|
||||||
then
|
then
|
||||||
dir=$(dirname $infile)
|
gcc -DINFILE="\"$infile\"" -DOUTFILE="\"$outfile\"" -DOUTFILEBIN="\"$outfilebin\"" -o $exe generator.c ;
|
||||||
gcc -DINFILE="\"$infile\"" -DOUTFILE="\"$outfile\"" -DOUTFILEBIN="\"$outfilebin\"" -o $exe generator.c -I$dir;
|
|
||||||
echo compiling
|
echo compiling
|
||||||
echo gcc -DINFILE="\"$infile\"" -DOUTFILE="\"$outfile\"" -DOUTFILEBIN="\"$outfilebin\"" -o $exe generator.c -I$dir;
|
echo gcc -DINFILE="\"$infile\"" -DOUTFILE="\"$outfile\"" -DOUTFILEBIN="\"$outfilebin\"" -o $exe generator.c ;
|
||||||
$exe ;
|
$exe ;
|
||||||
echo cleaning
|
echo cleaning
|
||||||
rm $exe
|
rm $exe
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
hostname bchip258+
|
|
||||||
0:rx_hostname pc13784:1954+pc13784:1955+
|
|
||||||
|
|
||||||
udp_srcip 10.0.2.184
|
|
||||||
udp_dstip 10.0.2.1
|
|
||||||
|
|
||||||
0:0 udp_dstport 50000
|
|
||||||
0:1 udp_dstport 50001
|
|
||||||
|
|
||||||
|
|
||||||
#0:0 udp_dstlist port=50001
|
|
||||||
#0:1 udp_dstlist port=50002
|
|
@ -3,33 +3,33 @@
|
|||||||
### edit with hostname or IP address of your detector
|
### edit with hostname or IP address of your detector
|
||||||
############################################
|
############################################
|
||||||
#hostname bchip181+
|
#hostname bchip181+
|
||||||
hostname bchip119.psi.ch
|
hostname bchip181+
|
||||||
|
|
||||||
#############################################
|
#############################################
|
||||||
### edit with hostname or 1Gbs IP address of your server
|
### edit with hostname or 1Gbs IP address of your server
|
||||||
############################################
|
############################################
|
||||||
rx_hostname mpc2011:1777
|
rx_hostname mpc2011
|
||||||
|
|
||||||
#############################################
|
#############################################
|
||||||
### edit with 10 Gbs IP of your server
|
### edit with 10 Gbs IP of your server
|
||||||
############################################
|
############################################
|
||||||
udp_dstip 10.1.2.102
|
udp_dstip 10.1.1.102
|
||||||
#############################################
|
#############################################
|
||||||
### edit with any number in the subnet of your server (first 3 numbers as above)
|
### edit with any number in the subnet of your server (first 3 numbers as above)
|
||||||
############################################
|
############################################
|
||||||
udp_srcip 10.1.2.19
|
udp_srcip 10.1.1.19
|
||||||
udp_dstport 32000
|
udp_dstport 32411
|
||||||
|
|
||||||
#############################################
|
#############################################
|
||||||
### edit with 10 Gbs IP of your server
|
### edit with 10 Gbs IP of your server
|
||||||
############################################
|
############################################
|
||||||
rx_zmqip 10.1.2.102
|
rx_zmqip 10.1.1.102
|
||||||
rx_zmqport 77000
|
rx_zmqport 50003
|
||||||
#############################################
|
#############################################
|
||||||
### edit with 1 Gbs IP of PC where you will run the GUI
|
### edit with 1 Gbs IP of PC where you will run the GUI
|
||||||
############################################
|
############################################
|
||||||
zmqip 129.129.202.132
|
zmqip 129.129.202.98
|
||||||
zmqport 77001
|
zmqport 50001
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ rx_zmqstream 1
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
frames 1000
|
frames 100000
|
||||||
period 0.0006
|
period 0.0006
|
||||||
exptime 0.00035
|
exptime 0.00035
|
||||||
|
|
||||||
@ -62,9 +62,3 @@ highvoltage 90
|
|||||||
#adcreg 0x14 0x40
|
#adcreg 0x14 0x40
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
frames 10
|
|
||||||
period 0.1
|
|
||||||
rx_jsonpara subframes 1
|
|
||||||
rx_jsonpara frameMode raw
|
|
||||||
rx_jsonpara detectorMode analog
|
|
||||||
|
5692
libs/catch/catch.hpp
5692
libs/catch/catch.hpp
File diff suppressed because it is too large
Load Diff
@ -13,8 +13,8 @@ import subprocess
|
|||||||
|
|
||||||
from parse import remove_comments
|
from parse import remove_comments
|
||||||
|
|
||||||
|
allow_bitwise_op = ["M3_GainCaps"]
|
||||||
allow_bitwise_op = ["streamingInterface", "M3_GainCaps"]
|
allow_bitwise_op = ["streamingInterface"]
|
||||||
|
|
||||||
op_key = {"operator|": "|",
|
op_key = {"operator|": "|",
|
||||||
"operator&" : "&"}
|
"operator&" : "&"}
|
||||||
|
@ -6,57 +6,49 @@ sls::Detector class. The tool needs the libclang bindings
|
|||||||
to be installed.
|
to be installed.
|
||||||
|
|
||||||
When the Detector API is updated this file should be run
|
When the Detector API is updated this file should be run
|
||||||
manually.
|
manually
|
||||||
"""
|
"""
|
||||||
from clang import cindex
|
from clang import cindex
|
||||||
import subprocess
|
import subprocess
|
||||||
import argparse
|
import argparse
|
||||||
import sys
|
|
||||||
import time
|
|
||||||
from pathlib import Path
|
|
||||||
from parse import system_include_paths, clang_format_version
|
|
||||||
|
|
||||||
REDC = '\033[91m'
|
|
||||||
GREENC = '\033[92m'
|
|
||||||
ENDC = '\033[0m'
|
|
||||||
def red(msg):
|
|
||||||
return f'{REDC}{msg}{ENDC}'
|
|
||||||
|
|
||||||
def green(msg):
|
|
||||||
return f'{GREENC}{msg}{ENDC}'
|
|
||||||
|
|
||||||
def check_clang_format_version(required_version):
|
|
||||||
if (ver := clang_format_version()) != required_version:
|
|
||||||
msg = red(f'Clang format version {required_version} required, detected: {ver}. Bye!')
|
|
||||||
print(msg)
|
|
||||||
sys.exit(1)
|
|
||||||
else:
|
|
||||||
msg = green(f'Found clang-format version {ver}')
|
|
||||||
print(msg)
|
|
||||||
|
|
||||||
def check_for_compile_commands_json(path):
|
|
||||||
# print(f"Looking for compile data base in: {path}")
|
|
||||||
compile_data_base_file = path/'compile_commands.json'
|
|
||||||
if not compile_data_base_file.exists():
|
|
||||||
msg = red(f"No compile_commands.json file found in {path}. Bye!")
|
|
||||||
print(msg)
|
|
||||||
sys.exit(1)
|
|
||||||
else:
|
|
||||||
msg = green(f'Found: {compile_data_base_file}')
|
|
||||||
print(msg)
|
|
||||||
|
|
||||||
|
from parse import system_include_paths
|
||||||
|
|
||||||
default_build_path = "/home/l_frojdh/sls/build/"
|
default_build_path = "/home/l_frojdh/sls/build/"
|
||||||
fpath = "../../slsDetectorSoftware/src/Detector.cpp"
|
fpath = "../../slsDetectorSoftware/src/Detector.cpp"
|
||||||
|
|
||||||
|
|
||||||
|
parser = argparse.ArgumentParser()
|
||||||
|
parser.add_argument(
|
||||||
|
"-p",
|
||||||
|
"--build_path",
|
||||||
|
help="Path to the build database",
|
||||||
|
type=str,
|
||||||
|
default=default_build_path,
|
||||||
|
)
|
||||||
|
cargs = parser.parse_args()
|
||||||
|
|
||||||
|
db = cindex.CompilationDatabase.fromDirectory(cargs.build_path)
|
||||||
|
index = cindex.Index.create()
|
||||||
|
args = db.getCompileCommands(fpath)
|
||||||
|
args = list(iter(args).__next__().arguments)[0:-1]
|
||||||
|
args = args + "-x c++ --std=c++11".split()
|
||||||
|
syspath = system_include_paths("clang++")
|
||||||
|
incargs = ["-I" + inc for inc in syspath]
|
||||||
|
args = args + incargs
|
||||||
|
|
||||||
|
|
||||||
|
tu = index.parse(fpath, args=args)
|
||||||
|
|
||||||
|
|
||||||
m = []
|
m = []
|
||||||
ag = []
|
ag = []
|
||||||
|
|
||||||
lines = []
|
lines = []
|
||||||
|
|
||||||
ag2 = []
|
ag2 = []
|
||||||
|
|
||||||
cn = []
|
cn = []
|
||||||
|
|
||||||
def get_arguments(node):
|
def get_arguments(node):
|
||||||
@ -74,7 +66,7 @@ def get_arguments_with_default(node):
|
|||||||
args = []
|
args = []
|
||||||
for arg in node.get_arguments():
|
for arg in node.get_arguments():
|
||||||
tokens = [t.spelling for t in arg.get_tokens()]
|
tokens = [t.spelling for t in arg.get_tokens()]
|
||||||
# print(tokens)
|
print(tokens)
|
||||||
if '=' in tokens:
|
if '=' in tokens:
|
||||||
if arg.type.spelling == "sls::Positions": #TODO! automate
|
if arg.type.spelling == "sls::Positions": #TODO! automate
|
||||||
args.append("py::arg() = Positions{}")
|
args.append("py::arg() = Positions{}")
|
||||||
@ -119,67 +111,33 @@ def visit(node):
|
|||||||
lines.append(
|
lines.append(
|
||||||
f'.def("{child.spelling}",{fs} &Detector::{child.spelling}{args})'
|
f'.def("{child.spelling}",{fs} &Detector::{child.spelling}{args})'
|
||||||
)
|
)
|
||||||
if cargs.verbose:
|
|
||||||
print(f'&Detector::{child.spelling}{args})')
|
|
||||||
cn.append(child)
|
cn.append(child)
|
||||||
for child in node.get_children():
|
for child in node.get_children():
|
||||||
visit(child)
|
visit(child)
|
||||||
|
|
||||||
|
# .def("setRxHostname",
|
||||||
|
# (void (Detector::*)(const std::string &, Positions)) &
|
||||||
|
# Detector::setRxHostname,
|
||||||
|
# py::arg(), py::arg() = Positions{})
|
||||||
|
# .def("setRxHostname",
|
||||||
|
# (void (Detector::*)(const std::vector<std::string> &)) &
|
||||||
|
# Detector::setRxHostname,
|
||||||
|
# py::arg())
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
parser = argparse.ArgumentParser()
|
|
||||||
parser.add_argument(
|
|
||||||
"-p",
|
|
||||||
"--build_path",
|
|
||||||
help="Path to the build database",
|
|
||||||
type=Path,
|
|
||||||
default=default_build_path,
|
|
||||||
)
|
|
||||||
parser.add_argument(
|
|
||||||
"-v",
|
|
||||||
"--verbose",
|
|
||||||
help="more output",
|
|
||||||
action='store_true',
|
|
||||||
)
|
|
||||||
cargs = parser.parse_args()
|
|
||||||
|
|
||||||
check_clang_format_version(12)
|
visit(tu.cursor)
|
||||||
check_for_compile_commands_json(cargs.build_path)
|
|
||||||
|
|
||||||
print("Parsing functions in Detector.h - ", end = "", flush = True)
|
|
||||||
t0 = time.perf_counter()
|
|
||||||
#parse functions
|
|
||||||
db = cindex.CompilationDatabase.fromDirectory(cargs.build_path)
|
|
||||||
index = cindex.Index.create()
|
|
||||||
args = db.getCompileCommands(fpath)
|
|
||||||
args = list(iter(args).__next__().arguments)[0:-1]
|
|
||||||
args = args + "-x c++ --std=c++11".split()
|
|
||||||
syspath = system_include_paths("clang++")
|
|
||||||
incargs = ["-I" + inc for inc in syspath]
|
|
||||||
args = args + incargs
|
|
||||||
tu = index.parse(fpath, args=args)
|
|
||||||
visit(tu.cursor)
|
|
||||||
print(green('OK'))
|
|
||||||
print(f'Parsing took {time.perf_counter()-t0:.3f}s')
|
|
||||||
|
|
||||||
print("Read detector_in.cpp - ", end = "")
|
with open("../src/detector_in.cpp") as f:
|
||||||
with open("../src/detector_in.cpp") as f:
|
|
||||||
data = f.read()
|
data = f.read()
|
||||||
s = "".join(lines)
|
s = "".join(lines)
|
||||||
s += ";"
|
s += ";"
|
||||||
text = data.replace("[[FUNCTIONS]]", s)
|
text = data.replace("[[FUNCTIONS]]", s)
|
||||||
warning = "/* WARINING This file is auto generated any edits might be overwritten without warning */\n\n"
|
warning = "/* WARINING This file is auto generated any edits might be overwritten without warning */\n\n"
|
||||||
print(green("OK"))
|
with open("../src/detector.cpp", "w") as f:
|
||||||
print("Writing to detector.cpp - ", end = "")
|
|
||||||
with open("../src/detector.cpp", "w") as f:
|
|
||||||
f.write(warning)
|
f.write(warning)
|
||||||
f.write(text)
|
f.write(text)
|
||||||
print(green('OK'))
|
|
||||||
|
|
||||||
# run clang format on the output
|
# run clang format on the output
|
||||||
print('Running clang format on generated source -', end = "")
|
subprocess.run(["clang-format", "../src/detector.cpp", "-i"])
|
||||||
subprocess.run(["clang-format", "../src/detector.cpp", "-i"])
|
|
||||||
print(green(" OK"))
|
|
||||||
|
|
||||||
print("Changes since last commit:")
|
|
||||||
subprocess.run(['git', 'diff', '../src/detector.cpp'])
|
|
||||||
|
@ -5,12 +5,6 @@ import subprocess
|
|||||||
from subprocess import PIPE
|
from subprocess import PIPE
|
||||||
import os
|
import os
|
||||||
|
|
||||||
def clang_format_version():
|
|
||||||
p = subprocess.run(['clang-format', '--version'], capture_output = True)
|
|
||||||
ver = p.stdout.decode().split()[2]
|
|
||||||
major = int(ver.split('.')[0])
|
|
||||||
return major
|
|
||||||
|
|
||||||
|
|
||||||
def remove_comments(text):
|
def remove_comments(text):
|
||||||
def replacer(match):
|
def replacer(match):
|
||||||
|
@ -258,7 +258,7 @@ class Detector(CppDetectorApi):
|
|||||||
@element
|
@element
|
||||||
def rx_threads(self):
|
def rx_threads(self):
|
||||||
"""
|
"""
|
||||||
Get thread ids from the receiver in order of [parent, tcp, listener 0, processor 0, streamer 0, listener 1, processor 1, streamer 1, arping].
|
Get thread ids from the receiver in order of [parent, tcp, listener 0, processor 0, streamer 0, listener 1, processor 1, streamer 1].
|
||||||
|
|
||||||
Note
|
Note
|
||||||
-----
|
-----
|
||||||
@ -268,17 +268,6 @@ class Detector(CppDetectorApi):
|
|||||||
"""
|
"""
|
||||||
return self.getRxThreadIds()
|
return self.getRxThreadIds()
|
||||||
|
|
||||||
@property
|
|
||||||
@element
|
|
||||||
def rx_arping(self):
|
|
||||||
"""Starts a thread in slsReceiver to arping the interface it is listening every minute. Useful in 10G mode. """
|
|
||||||
return self.getRxArping()
|
|
||||||
|
|
||||||
@rx_arping.setter
|
|
||||||
def rx_arping(self, value):
|
|
||||||
ut.set_using_dict(self.setRxArping, value)
|
|
||||||
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
@element
|
@element
|
||||||
def dr(self):
|
def dr(self):
|
||||||
@ -287,7 +276,7 @@ class Detector(CppDetectorApi):
|
|||||||
|
|
||||||
Note
|
Note
|
||||||
-----
|
-----
|
||||||
[Eiger] Options: 4, 8, 12, 16, 32. If set to 32, also sets clkdivider to 2 (quarter speed), else to 0 (full speed)\n
|
[Eiger] Options: 4, 8, 16, 32. If set to 32, also sets clkdivider to 2 (quarter speed), else to 0 (full speed)\n
|
||||||
[Mythen3] Options: 8, 16, 32 \n
|
[Mythen3] Options: 8, 16, 32 \n
|
||||||
[Jungfrau][Gotthard][Ctb][Moench][Mythen3][Gotthard2] 16
|
[Jungfrau][Gotthard][Ctb][Moench][Mythen3][Gotthard2] 16
|
||||||
"""
|
"""
|
||||||
@ -605,7 +594,7 @@ class Detector(CppDetectorApi):
|
|||||||
@property
|
@property
|
||||||
@element
|
@element
|
||||||
def nextframenumber(self):
|
def nextframenumber(self):
|
||||||
"""[Eiger][Jungfrau][Moench][CTB] Next frame number. Stopping acquisition might result in different frame numbers for different modules. """
|
"""[Eiger][Jungfrau] Next frame number. Stopping acquisition might result in different frame numbers for different modules. """
|
||||||
return self.getNextFrameNumber()
|
return self.getNextFrameNumber()
|
||||||
|
|
||||||
@nextframenumber.setter
|
@nextframenumber.setter
|
||||||
@ -1474,19 +1463,6 @@ class Detector(CppDetectorApi):
|
|||||||
def trimval(self, value):
|
def trimval(self, value):
|
||||||
ut.set_using_dict(self.setAllTrimbits, value)
|
ut.set_using_dict(self.setAllTrimbits, value)
|
||||||
|
|
||||||
@property
|
|
||||||
@element
|
|
||||||
def master(self):
|
|
||||||
"""
|
|
||||||
[Eiger] Sets half module to master and others to slaves.\n
|
|
||||||
[Gotthard][Gotthard2][Mythen3][Eiger] Gets if the current module/ half module is master.
|
|
||||||
"""
|
|
||||||
return self.getMaster()
|
|
||||||
|
|
||||||
@master.setter
|
|
||||||
def master(self, value):
|
|
||||||
ut.set_using_dict(self.setMaster, value)
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
@element
|
@element
|
||||||
def lock(self):
|
def lock(self):
|
||||||
@ -1924,7 +1900,7 @@ class Detector(CppDetectorApi):
|
|||||||
@property
|
@property
|
||||||
@element
|
@element
|
||||||
def rx_missingpackets(self):
|
def rx_missingpackets(self):
|
||||||
"""Gets the number of missing packets for each port in receiver. Negative number denotes extra packets. """
|
"""Gets the number of missing packets for each port in receiver."""
|
||||||
return self.getNumMissingPackets()
|
return self.getNumMissingPackets()
|
||||||
|
|
||||||
"""
|
"""
|
||||||
@ -1937,7 +1913,7 @@ class Detector(CppDetectorApi):
|
|||||||
def datastream(self):
|
def datastream(self):
|
||||||
"""
|
"""
|
||||||
datastream [left|right] [0, 1]
|
datastream [left|right] [0, 1]
|
||||||
[Eiger] Enables or disables data streaming from left or/and right side of detector for 10GbE mode. 1 (enabled) by default.
|
[Eiger] Enables or disables data streaming from left or/and right side of detector. 1 (enabled) by default.
|
||||||
"""
|
"""
|
||||||
result = {}
|
result = {}
|
||||||
for port in [defs.LEFT, defs.RIGHT]:
|
for port in [defs.LEFT, defs.RIGHT]:
|
||||||
@ -2139,21 +2115,6 @@ class Detector(CppDetectorApi):
|
|||||||
"""
|
"""
|
||||||
return ut.reduce_time(self.getMeasuredSubFramePeriod())
|
return ut.reduce_time(self.getMeasuredSubFramePeriod())
|
||||||
|
|
||||||
@property
|
|
||||||
@element
|
|
||||||
def top(self):
|
|
||||||
"""[Eiger] Sets half module to top (1), else bottom.
|
|
||||||
|
|
||||||
Note
|
|
||||||
-----
|
|
||||||
Advanced Function!
|
|
||||||
"""
|
|
||||||
return self.getTop()
|
|
||||||
|
|
||||||
@top.setter
|
|
||||||
def top(self, value):
|
|
||||||
ut.set_using_dict(self.setTop, value)
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
------------------<<<Jungfrau specific>>>-------------------------
|
------------------<<<Jungfrau specific>>>-------------------------
|
||||||
"""
|
"""
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
/* WARINING This file is auto generated any edits might be overwritten without
|
/* WARINING This file is auto generated any edits might be overwritten without
|
||||||
* warning */
|
* warning */
|
||||||
|
|
||||||
// SPDX-License-Identifier: LGPL-3.0-or-other
|
|
||||||
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
|
||||||
#include <pybind11/chrono.h>
|
#include <pybind11/chrono.h>
|
||||||
#include <pybind11/operators.h>
|
#include <pybind11/operators.h>
|
||||||
#include <pybind11/pybind11.h>
|
#include <pybind11/pybind11.h>
|
||||||
@ -173,12 +173,6 @@ void init_det(py::module &m) {
|
|||||||
.def("setFlipRows",
|
.def("setFlipRows",
|
||||||
(void (Detector::*)(bool, sls::Positions)) & Detector::setFlipRows,
|
(void (Detector::*)(bool, sls::Positions)) & Detector::setFlipRows,
|
||||||
py::arg(), py::arg() = Positions{})
|
py::arg(), py::arg() = Positions{})
|
||||||
.def("getMaster",
|
|
||||||
(Result<bool>(Detector::*)(sls::Positions) const) &
|
|
||||||
Detector::getMaster,
|
|
||||||
py::arg() = Positions{})
|
|
||||||
.def("setMaster", (void (Detector::*)(bool, int)) & Detector::setMaster,
|
|
||||||
py::arg(), py::arg())
|
|
||||||
.def("isVirtualDetectorServer",
|
.def("isVirtualDetectorServer",
|
||||||
(Result<bool>(Detector::*)(sls::Positions) const) &
|
(Result<bool>(Detector::*)(sls::Positions) const) &
|
||||||
Detector::isVirtualDetectorServer,
|
Detector::isVirtualDetectorServer,
|
||||||
@ -476,9 +470,7 @@ void init_det(py::module &m) {
|
|||||||
(void (Detector::*)()) & Detector::clearAcquiringFlag)
|
(void (Detector::*)()) & Detector::clearAcquiringFlag)
|
||||||
.def("startReceiver", (void (Detector::*)()) & Detector::startReceiver)
|
.def("startReceiver", (void (Detector::*)()) & Detector::startReceiver)
|
||||||
.def("stopReceiver", (void (Detector::*)()) & Detector::stopReceiver)
|
.def("stopReceiver", (void (Detector::*)()) & Detector::stopReceiver)
|
||||||
.def("startDetector",
|
.def("startDetector", (void (Detector::*)()) & Detector::startDetector)
|
||||||
(void (Detector::*)(sls::Positions)) & Detector::startDetector,
|
|
||||||
py::arg() = Positions{})
|
|
||||||
.def("startDetectorReadout",
|
.def("startDetectorReadout",
|
||||||
(void (Detector::*)()) & Detector::startDetectorReadout)
|
(void (Detector::*)()) & Detector::startDetectorReadout)
|
||||||
.def("stopDetector",
|
.def("stopDetector",
|
||||||
@ -496,8 +488,9 @@ void init_det(py::module &m) {
|
|||||||
(Result<int64_t>(Detector::*)(sls::Positions) const) &
|
(Result<int64_t>(Detector::*)(sls::Positions) const) &
|
||||||
Detector::getFramesCaught,
|
Detector::getFramesCaught,
|
||||||
py::arg() = Positions{})
|
py::arg() = Positions{})
|
||||||
.def("getNumMissingPackets",
|
.def(
|
||||||
(Result<std::vector<int64_t>>(Detector::*)(sls::Positions) const) &
|
"getNumMissingPackets",
|
||||||
|
(Result<std::vector<uint64_t>>(Detector::*)(sls::Positions) const) &
|
||||||
Detector::getNumMissingPackets,
|
Detector::getNumMissingPackets,
|
||||||
py::arg() = Positions{})
|
py::arg() = Positions{})
|
||||||
.def("getNextFrameNumber",
|
.def("getNextFrameNumber",
|
||||||
@ -772,16 +765,9 @@ void init_det(py::module &m) {
|
|||||||
Detector::getRxLastClientIP,
|
Detector::getRxLastClientIP,
|
||||||
py::arg() = Positions{})
|
py::arg() = Positions{})
|
||||||
.def("getRxThreadIds",
|
.def("getRxThreadIds",
|
||||||
(Result<std::array<pid_t, 9>>(Detector::*)(sls::Positions) const) &
|
(Result<std::array<pid_t, 8>>(Detector::*)(sls::Positions) const) &
|
||||||
Detector::getRxThreadIds,
|
Detector::getRxThreadIds,
|
||||||
py::arg() = Positions{})
|
py::arg() = Positions{})
|
||||||
.def("getRxArping",
|
|
||||||
(Result<bool>(Detector::*)(sls::Positions) const) &
|
|
||||||
Detector::getRxArping,
|
|
||||||
py::arg() = Positions{})
|
|
||||||
.def("setRxArping",
|
|
||||||
(void (Detector::*)(bool, sls::Positions)) & Detector::setRxArping,
|
|
||||||
py::arg(), py::arg() = Positions{})
|
|
||||||
.def("getFileFormat",
|
.def("getFileFormat",
|
||||||
(Result<defs::fileFormat>(Detector::*)(sls::Positions) const) &
|
(Result<defs::fileFormat>(Detector::*)(sls::Positions) const) &
|
||||||
Detector::getFileFormat,
|
Detector::getFileFormat,
|
||||||
@ -1011,13 +997,6 @@ void init_det(py::module &m) {
|
|||||||
sls::Positions)) &
|
sls::Positions)) &
|
||||||
Detector::setDataStream,
|
Detector::setDataStream,
|
||||||
py::arg(), py::arg(), py::arg() = Positions{})
|
py::arg(), py::arg(), py::arg() = Positions{})
|
||||||
.def("getTop",
|
|
||||||
(Result<bool>(Detector::*)(sls::Positions) const) &
|
|
||||||
Detector::getTop,
|
|
||||||
py::arg() = Positions{})
|
|
||||||
.def("setTop",
|
|
||||||
(void (Detector::*)(bool, sls::Positions)) & Detector::setTop,
|
|
||||||
py::arg(), py::arg() = Positions{})
|
|
||||||
.def("getChipVersion",
|
.def("getChipVersion",
|
||||||
(Result<double>(Detector::*)(sls::Positions) const) &
|
(Result<double>(Detector::*)(sls::Positions) const) &
|
||||||
Detector::getChipVersion,
|
Detector::getChipVersion,
|
||||||
@ -1276,6 +1255,10 @@ void init_det(py::module &m) {
|
|||||||
(Result<std::array<ns, 3>>(Detector::*)(sls::Positions) const) &
|
(Result<std::array<ns, 3>>(Detector::*)(sls::Positions) const) &
|
||||||
Detector::getGateDelayForAllGates,
|
Detector::getGateDelayForAllGates,
|
||||||
py::arg() = Positions{})
|
py::arg() = Positions{})
|
||||||
|
.def("getMaster",
|
||||||
|
(Result<bool>(Detector::*)(sls::Positions) const) &
|
||||||
|
Detector::getMaster,
|
||||||
|
py::arg() = Positions{})
|
||||||
.def("getChipStatusRegister",
|
.def("getChipStatusRegister",
|
||||||
(Result<int>(Detector::*)(sls::Positions) const) &
|
(Result<int>(Detector::*)(sls::Positions) const) &
|
||||||
Detector::getChipStatusRegister,
|
Detector::getChipStatusRegister,
|
||||||
@ -1564,7 +1547,7 @@ void init_det(py::module &m) {
|
|||||||
Detector::getUpdateMode,
|
Detector::getUpdateMode,
|
||||||
py::arg() = Positions{})
|
py::arg() = Positions{})
|
||||||
.def("setUpdateMode",
|
.def("setUpdateMode",
|
||||||
(void (Detector::*)(const bool, sls::Positions)) &
|
(void (Detector::*)(bool, sls::Positions)) &
|
||||||
Detector::setUpdateMode,
|
Detector::setUpdateMode,
|
||||||
py::arg(), py::arg() = Positions{})
|
py::arg(), py::arg() = Positions{})
|
||||||
.def("readRegister",
|
.def("readRegister",
|
||||||
|
@ -273,8 +273,7 @@ void init_enums(py::module &m) {
|
|||||||
slsDetectorDefs::timingSourceType::TIMING_EXTERNAL)
|
slsDetectorDefs::timingSourceType::TIMING_EXTERNAL)
|
||||||
.export_values();
|
.export_values();
|
||||||
|
|
||||||
py::enum_<slsDetectorDefs::M3_GainCaps>(Defs, "M3_GainCaps",
|
py::enum_<slsDetectorDefs::M3_GainCaps>(Defs, "M3_GainCaps")
|
||||||
py::arithmetic())
|
|
||||||
.value("M3_C10pre", slsDetectorDefs::M3_GainCaps::M3_C10pre)
|
.value("M3_C10pre", slsDetectorDefs::M3_GainCaps::M3_C10pre)
|
||||||
.value("M3_C15sh", slsDetectorDefs::M3_GainCaps::M3_C15sh)
|
.value("M3_C15sh", slsDetectorDefs::M3_GainCaps::M3_C15sh)
|
||||||
.value("M3_C30sh", slsDetectorDefs::M3_GainCaps::M3_C30sh)
|
.value("M3_C30sh", slsDetectorDefs::M3_GainCaps::M3_C30sh)
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#include "pedestalSubtraction.h"
|
#include "pedestalSubtraction.h"
|
||||||
#include "slsDetectorData.h"
|
#include "slsDetectorData.h"
|
||||||
#include "slsInterpolation.h"
|
#include "slsInterpolation.h"
|
||||||
#include "sls/tiffIO.h"
|
#include "tiffIO.h"
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
||||||
#ifdef ROOTSPECTRUM
|
#ifdef ROOTSPECTRUM
|
||||||
|
@ -2,9 +2,49 @@
|
|||||||
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
#ifndef MOENCH03T1RECDATANEW_H
|
#ifndef MOENCH03T1RECDATANEW_H
|
||||||
#define MOENCH03T1RECDATANEW_H
|
#define MOENCH03T1RECDATANEW_H
|
||||||
#include "sls/sls_detector_defs.h"
|
|
||||||
#include "slsDetectorData.h"
|
#include "slsDetectorData.h"
|
||||||
|
|
||||||
|
//#define VERSION_V2
|
||||||
|
/**
|
||||||
|
@short structure for a Detector Packet or Image Header
|
||||||
|
@li frameNumber is the frame number
|
||||||
|
@li expLength is the subframe number (32 bit eiger) or real time exposure
|
||||||
|
time in 100ns (others)
|
||||||
|
@li packetNumber is the packet number
|
||||||
|
@li bunchId is the bunch id from beamline
|
||||||
|
@li timestamp is the time stamp with 10 MHz clock
|
||||||
|
@li modId is the unique module id (unique even for left, right, top, bottom)
|
||||||
|
@li xCoord is the x coordinate in the complete detector system
|
||||||
|
@li yCoord is the y coordinate in the complete detector system
|
||||||
|
@li zCoord is the z coordinate in the complete detector system
|
||||||
|
@li debug is for debugging purposes
|
||||||
|
@li roundRNumber is the round robin set number
|
||||||
|
@li detType is the detector type see :: detectorType
|
||||||
|
@li version is the version number of this structure format
|
||||||
|
*/
|
||||||
|
typedef struct {
|
||||||
|
uint64_t frameNumber; /**< is the frame number */
|
||||||
|
uint32_t expLength; /**< is the subframe number (32 bit eiger) or real time
|
||||||
|
exposure time in 100ns (others) */
|
||||||
|
uint32_t packetNumber; /**< is the packet number */
|
||||||
|
uint64_t bunchId; /**< is the bunch id from beamline */
|
||||||
|
uint64_t timestamp; /**< is the time stamp with 10 MHz clock */
|
||||||
|
uint16_t modId; /**< is the unique module id (unique even for left, right,
|
||||||
|
top, bottom) */
|
||||||
|
uint16_t xCoord; /**< is the x coordinate in the complete detector system */
|
||||||
|
uint16_t yCoord; /**< is the y coordinate in the complete detector system */
|
||||||
|
uint16_t zCoord; /**< is the z coordinate in the complete detector system */
|
||||||
|
uint32_t debug; /**< is for debugging purposes */
|
||||||
|
uint16_t roundRNumber; /**< is the round robin set number */
|
||||||
|
uint8_t detType; /**< is the detector type see :: detectorType */
|
||||||
|
uint8_t version; /**< is the version number of this structure format */
|
||||||
|
#ifndef VERSION_V1
|
||||||
|
uint64_t
|
||||||
|
packetCaught[8]; /**< is the version number of this structure format */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
} sls_detector_header;
|
||||||
|
|
||||||
class moench03T1ReceiverDataNew : public slsDetectorData<uint16_t> {
|
class moench03T1ReceiverDataNew : public slsDetectorData<uint16_t> {
|
||||||
|
|
||||||
private:
|
private:
|
||||||
@ -16,9 +56,6 @@ class moench03T1ReceiverDataNew : public slsDetectorData<uint16_t> {
|
|||||||
|
|
||||||
double ghost[200][25];
|
double ghost[200][25];
|
||||||
|
|
||||||
// Single point of definition if we need to customize
|
|
||||||
using header = sls::defs::sls_receiver_header;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
Implements the slsReceiverData structure for the moench02 prototype read
|
Implements the slsReceiverData structure for the moench02 prototype read
|
||||||
@ -27,7 +64,8 @@ class moench03T1ReceiverDataNew : public slsDetectorData<uint16_t> {
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
moench03T1ReceiverDataNew(int ns = 5000)
|
moench03T1ReceiverDataNew(int ns = 5000)
|
||||||
: slsDetectorData<uint16_t>(400, 400, ns * 2 * 32 + sizeof(header)),
|
: slsDetectorData<uint16_t>(400, 400,
|
||||||
|
ns * 2 * 32 + sizeof(sls_detector_header)),
|
||||||
nSamples(ns) {
|
nSamples(ns) {
|
||||||
|
|
||||||
int nadc = 32;
|
int nadc = 32;
|
||||||
@ -62,15 +100,15 @@ class moench03T1ReceiverDataNew : public slsDetectorData<uint16_t> {
|
|||||||
} else {
|
} else {
|
||||||
row = 200 + i / sc_width;
|
row = 200 + i / sc_width;
|
||||||
}
|
}
|
||||||
dataMap[row][col] = sizeof(header) +
|
dataMap[row][col] = sizeof(sls_detector_header) +
|
||||||
(nadc * i + iadc) * 2; //+16*(ip+1);
|
(nadc * i + iadc) * 2; //+16*(ip+1);
|
||||||
#ifdef HIGHZ
|
#ifdef HIGHZ
|
||||||
dataMask[row][col] = 0x3fff; // invert data
|
dataMask[row][col] = 0x3fff; // invert data
|
||||||
#endif
|
#endif
|
||||||
if (dataMap[row][col] < 0 ||
|
if (dataMap[row][col] < 0 ||
|
||||||
dataMap[row][col] >= nSamples * 2 * 32)
|
dataMap[row][col] >= nSamples * 2 * 32)
|
||||||
std::cout << "Error: pointer " << dataMap[row][col]
|
cout << "Error: pointer " << dataMap[row][col]
|
||||||
<< " out of range " << std::endl;
|
<< " out of range " << endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -82,13 +120,13 @@ class moench03T1ReceiverDataNew : public slsDetectorData<uint16_t> {
|
|||||||
ghost[iy][ix] = 0.;
|
ghost[iy][ix] = 0.;
|
||||||
|
|
||||||
int ipacket;
|
int ipacket;
|
||||||
uint ibyte;
|
int ibyte;
|
||||||
int ii = 0;
|
int ii = 0;
|
||||||
for (ibyte = 0; ibyte < sizeof(header) / 2; ibyte++) {
|
for (ibyte = 0; ibyte < sizeof(sls_detector_header) / 2; ibyte++) {
|
||||||
xmap[ibyte] = -1;
|
xmap[ibyte] = -1;
|
||||||
ymap[ibyte] = -1;
|
ymap[ibyte] = -1;
|
||||||
}
|
}
|
||||||
int off = sizeof(header) / 2;
|
int off = sizeof(sls_detector_header) / 2;
|
||||||
for (ipacket = 0; ipacket < npackets; ipacket++) {
|
for (ipacket = 0; ipacket < npackets; ipacket++) {
|
||||||
for (ibyte = 0; ibyte < 8192 / 2; ibyte++) {
|
for (ibyte = 0; ibyte < 8192 / 2; ibyte++) {
|
||||||
i = ipacket * 8208 / 2 + ibyte;
|
i = ipacket * 8208 / 2 + ibyte;
|
||||||
@ -123,7 +161,20 @@ class moench03T1ReceiverDataNew : public slsDetectorData<uint16_t> {
|
|||||||
required as double
|
required as double
|
||||||
|
|
||||||
*/
|
*/
|
||||||
double getValue(char *data, int ix, int iy = 0) override {
|
virtual double getValue(char *data, int ix, int iy = 0) {
|
||||||
|
/* cout << " x "<< ix << " y"<< iy << " val " << getChannel(data, ix,
|
||||||
|
* iy)<< endl;*/
|
||||||
|
/* double val=0, vout=getChannel(data, ix, iy); */
|
||||||
|
/* int x1=ix%25; */
|
||||||
|
/* for (int ix=0; ix<16; ix++) { */
|
||||||
|
/* for (int ii=0; ii<2; ii++) { */
|
||||||
|
/* val+=getChannel(data,x1+25*ix,iy); */
|
||||||
|
/* val+=getChannel(data,x1+25*ix,399-iy); */
|
||||||
|
/* } */
|
||||||
|
/* } */
|
||||||
|
/* vout+=0.0008*val-6224; */
|
||||||
|
/* return vout; //(double)getChannel(data, ix, iy);
|
||||||
|
*/
|
||||||
uint16_t val = getChannel(data, ix, iy) & 0x3fff;
|
uint16_t val = getChannel(data, ix, iy) & 0x3fff;
|
||||||
return val;
|
return val;
|
||||||
};
|
};
|
||||||
@ -174,9 +225,17 @@ class moench03T1ReceiverDataNew : public slsDetectorData<uint16_t> {
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* class jfrau_packet_header_t { */
|
||||||
|
/* public: */
|
||||||
|
/* unsigned char reserved[4]; */
|
||||||
|
/* unsigned char packetNumber[1]; */
|
||||||
|
/* unsigned char frameNumber[3]; */
|
||||||
|
/* unsigned char bunchid[8]; */
|
||||||
|
/* }; */
|
||||||
|
|
||||||
int getFrameNumber(char *buff) {
|
int getFrameNumber(char *buff) {
|
||||||
return ((header *)buff)->detHeader.frameNumber;
|
return ((sls_detector_header *)buff)->frameNumber;
|
||||||
}
|
}; //*((int*)(buff+5))&0xffffff;};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
||||||
@ -188,22 +247,68 @@ class moench03T1ReceiverDataNew : public slsDetectorData<uint16_t> {
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
int getPacketNumber(char *buff) {
|
int getPacketNumber(char *buff) {
|
||||||
return ((header *)buff)->detHeader.packetNumber;
|
return ((sls_detector_header *)buff)->packetNumber;
|
||||||
}
|
} //((*(((int*)(buff+4))))&0xff)+1;};
|
||||||
|
|
||||||
char *readNextFrame(std::ifstream &filebin) override {
|
/* /\** */
|
||||||
|
|
||||||
|
/* Loops over a memory slot until a complete frame is found (i.e. all
|
||||||
|
* packets 0 to nPackets, same frame number). purely virtual func */
|
||||||
|
/* \param data pointer to the memory to be analyzed */
|
||||||
|
/* \param ndata reference to the amount of data found for the frame, in
|
||||||
|
* case the frame is incomplete at the end of the memory slot */
|
||||||
|
/* \param dsize size of the memory slot to be analyzed */
|
||||||
|
/* \returns pointer to the beginning of the last good frame (might be
|
||||||
|
* incomplete if ndata smaller than dataSize), or NULL if no frame is found
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* *\/ */
|
||||||
|
/* virtual char *findNextFrame(char *data, int &ndata, int
|
||||||
|
* dsize){ndata=dsize; setDataSize(dsize); return data;}; */
|
||||||
|
|
||||||
|
/* /\** */
|
||||||
|
|
||||||
|
/* Loops over a file stream until a complete frame is found (i.e. all
|
||||||
|
* packets 0 to nPackets, same frame number). Can be overloaded for
|
||||||
|
* different kind of detectors! */
|
||||||
|
/* \param filebin input file stream (binary) */
|
||||||
|
/* \returns pointer to the begin of the last good frame, NULL if no
|
||||||
|
* frame is found or last frame is incomplete */
|
||||||
|
|
||||||
|
/* *\/ */
|
||||||
|
/* virtual char *readNextFrame(ifstream &filebin){ */
|
||||||
|
/* // int afifo_length=0; */
|
||||||
|
/* uint16_t *afifo_cont; */
|
||||||
|
/* int ib=0; */
|
||||||
|
/* if (filebin.is_open()) { */
|
||||||
|
/* afifo_cont=new uint16_t[dataSize/2]; */
|
||||||
|
/* while (filebin.read(((char*)afifo_cont)+ib,2)) { */
|
||||||
|
/* ib+=2; */
|
||||||
|
/* if (ib==dataSize) break; */
|
||||||
|
/* } */
|
||||||
|
/* if (ib>0) { */
|
||||||
|
/* iframe++; */
|
||||||
|
/* // cout << ib << "-" << endl; */
|
||||||
|
/* return (char*)afifo_cont; */
|
||||||
|
/* } else { */
|
||||||
|
/* delete [] afifo_cont; */
|
||||||
|
/* return NULL; */
|
||||||
|
/* } */
|
||||||
|
/* } */
|
||||||
|
/* return NULL; */
|
||||||
|
/* }; */
|
||||||
|
|
||||||
|
virtual char *readNextFrame(ifstream &filebin) {
|
||||||
int ff = -1, np = -1;
|
int ff = -1, np = -1;
|
||||||
return readNextFrame(filebin, ff, np);
|
return readNextFrame(filebin, ff, np);
|
||||||
}
|
};
|
||||||
|
|
||||||
// not present in base class
|
virtual char *readNextFrame(ifstream &filebin, int &ff) {
|
||||||
virtual char *readNextFrame(std::ifstream &filebin, int &ff) {
|
|
||||||
int np = -1;
|
int np = -1;
|
||||||
return readNextFrame(filebin, ff, np);
|
return readNextFrame(filebin, ff, np);
|
||||||
};
|
};
|
||||||
|
|
||||||
// not present in base class
|
virtual char *readNextFrame(ifstream &filebin, int &ff, int &np) {
|
||||||
virtual char *readNextFrame(std::ifstream &filebin, int &ff, int &np) {
|
|
||||||
char *data = new char[dataSize];
|
char *data = new char[dataSize];
|
||||||
char *d = readNextFrame(filebin, ff, np, data);
|
char *d = readNextFrame(filebin, ff, np, data);
|
||||||
if (d == NULL) {
|
if (d == NULL) {
|
||||||
@ -213,10 +318,18 @@ class moench03T1ReceiverDataNew : public slsDetectorData<uint16_t> {
|
|||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
// not present in base class
|
virtual char *readNextFrame(ifstream &filebin, int &ff, int &np,
|
||||||
virtual char *readNextFrame(std::ifstream &filebin, int &ff, int &np,
|
|
||||||
char *data) {
|
char *data) {
|
||||||
|
char *retval = 0;
|
||||||
|
int nd;
|
||||||
|
int fnum = -1;
|
||||||
np = 0;
|
np = 0;
|
||||||
|
int pn;
|
||||||
|
|
||||||
|
// cout << dataSize << endl;
|
||||||
|
if (ff >= 0)
|
||||||
|
fnum = ff;
|
||||||
|
|
||||||
if (filebin.is_open()) {
|
if (filebin.is_open()) {
|
||||||
if (filebin.read(data, dataSize)) {
|
if (filebin.read(data, dataSize)) {
|
||||||
ff = getFrameNumber(data);
|
ff = getFrameNumber(data);
|
||||||
@ -224,8 +337,8 @@ class moench03T1ReceiverDataNew : public slsDetectorData<uint16_t> {
|
|||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return nullptr;
|
return NULL;
|
||||||
}
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
||||||
@ -239,7 +352,7 @@ class moench03T1ReceiverDataNew : public slsDetectorData<uint16_t> {
|
|||||||
found
|
found
|
||||||
|
|
||||||
*/
|
*/
|
||||||
char *findNextFrame(char *data, int &ndata, int dsize) override {
|
virtual char *findNextFrame(char *data, int &ndata, int dsize) {
|
||||||
if (dsize < dataSize)
|
if (dsize < dataSize)
|
||||||
ndata = dsize;
|
ndata = dsize;
|
||||||
else
|
else
|
||||||
|
@ -29,7 +29,7 @@ class moench03T1ZmqDataNew : public slsDetectorData<uint16_t> {
|
|||||||
moench03T1ZmqDataNew(int ns = 5000, int oo = 2 * 2)
|
moench03T1ZmqDataNew(int ns = 5000, int oo = 2 * 2)
|
||||||
: slsDetectorData<uint16_t>(400, 400, ns * 32 * 2 + oo), nSamples(ns),
|
: slsDetectorData<uint16_t>(400, 400, ns * 32 * 2 + oo), nSamples(ns),
|
||||||
offset(oo), xtalk(0.00021) {
|
offset(oo), xtalk(0.00021) {
|
||||||
std::cout << "M0.3" << std::endl;
|
cout << "M0.3" << endl;
|
||||||
int nadc = 32;
|
int nadc = 32;
|
||||||
int sc_width = 25;
|
int sc_width = 25;
|
||||||
int sc_height = 200;
|
int sc_height = 200;
|
||||||
@ -70,8 +70,8 @@ class moench03T1ZmqDataNew : public slsDetectorData<uint16_t> {
|
|||||||
dataMap[row][col] =
|
dataMap[row][col] =
|
||||||
(nadc * i + iadc) * 2 + offset; //+16*(ip+1);
|
(nadc * i + iadc) * 2 + offset; //+16*(ip+1);
|
||||||
if (dataMap[row][col] < 0 || dataMap[row][col] >= dataSize)
|
if (dataMap[row][col] < 0 || dataMap[row][col] >= dataSize)
|
||||||
std::cout << "Error: pointer " << dataMap[row][col]
|
cout << "Error: pointer " << dataMap[row][col]
|
||||||
<< " out of range " << std::endl;
|
<< " out of range " << endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -260,17 +260,17 @@ class moench03T1ZmqDataNew : public slsDetectorData<uint16_t> {
|
|||||||
/* return NULL; */
|
/* return NULL; */
|
||||||
/* }; */
|
/* }; */
|
||||||
|
|
||||||
virtual char *readNextFrame(std::ifstream &filebin) {
|
virtual char *readNextFrame(ifstream &filebin) {
|
||||||
int ff = -1, np = -1;
|
int ff = -1, np = -1;
|
||||||
return readNextFrame(filebin, ff, np);
|
return readNextFrame(filebin, ff, np);
|
||||||
};
|
};
|
||||||
|
|
||||||
virtual char *readNextFrame(std::ifstream &filebin, int &ff) {
|
virtual char *readNextFrame(ifstream &filebin, int &ff) {
|
||||||
int np = -1;
|
int np = -1;
|
||||||
return readNextFrame(filebin, ff, np);
|
return readNextFrame(filebin, ff, np);
|
||||||
};
|
};
|
||||||
|
|
||||||
virtual char *readNextFrame(std::ifstream &filebin, int &ff, int &np) {
|
virtual char *readNextFrame(ifstream &filebin, int &ff, int &np) {
|
||||||
char *data = new char[32 * 2 * nSamples];
|
char *data = new char[32 * 2 * nSamples];
|
||||||
char *d = readNextFrame(filebin, ff, np, data);
|
char *d = readNextFrame(filebin, ff, np, data);
|
||||||
if (d == NULL) {
|
if (d == NULL) {
|
||||||
@ -280,7 +280,7 @@ class moench03T1ZmqDataNew : public slsDetectorData<uint16_t> {
|
|||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual char *readNextFrame(std::ifstream &filebin, int &ff, int &np,
|
virtual char *readNextFrame(ifstream &filebin, int &ff, int &np,
|
||||||
char *data) {
|
char *data) {
|
||||||
// char *retval=0;
|
// char *retval=0;
|
||||||
// int nd;
|
// int nd;
|
||||||
|
@ -3,9 +3,50 @@
|
|||||||
#ifndef MOENCH04ZMQ10GBDATA_H
|
#ifndef MOENCH04ZMQ10GBDATA_H
|
||||||
#define MOENCH04ZMQ10GBDATA_H
|
#define MOENCH04ZMQ10GBDATA_H
|
||||||
#include "slsDetectorData.h"
|
#include "slsDetectorData.h"
|
||||||
#include "sls/sls_detector_defs.h"
|
|
||||||
|
|
||||||
using namespace std;
|
#ifndef SLS_DETECTOR_HEADER
|
||||||
|
#define SLS_DETECTOR_HEADER
|
||||||
|
|
||||||
|
//#define VERSION_V2
|
||||||
|
/**
|
||||||
|
@short structure for a Detector Packet or Image Header
|
||||||
|
@li frameNumber is the frame number
|
||||||
|
@li expLength is the subframe number (32 bit eiger) or real time exposure
|
||||||
|
time in 100ns (others)
|
||||||
|
@li packetNumber is the packet number
|
||||||
|
@li bunchId is the bunch id from beamline
|
||||||
|
@li timestamp is the time stamp with 10 MHz clock
|
||||||
|
@li modId is the unique module id (unique even for left, right, top, bottom)
|
||||||
|
@li xCoord is the x coordinate in the complete detector system
|
||||||
|
@li yCoord is the y coordinate in the complete detector system
|
||||||
|
@li zCoord is the z coordinate in the complete detector system
|
||||||
|
@li debug is for debugging purposes
|
||||||
|
@li roundRNumber is the round robin set number
|
||||||
|
@li detType is the detector type see :: detectorType
|
||||||
|
@li version is the version number of this structure format
|
||||||
|
*/
|
||||||
|
typedef struct {
|
||||||
|
uint64_t frameNumber; /**< is the frame number */
|
||||||
|
uint32_t expLength; /**< is the subframe number (32 bit eiger) or real time
|
||||||
|
exposure time in 100ns (others) */
|
||||||
|
uint32_t packetNumber; /**< is the packet number */
|
||||||
|
uint64_t bunchId; /**< is the bunch id from beamline */
|
||||||
|
uint64_t timestamp; /**< is the time stamp with 10 MHz clock */
|
||||||
|
uint16_t modId; /**< is the unique module id (unique even for left, right,
|
||||||
|
top, bottom) */
|
||||||
|
uint16_t xCoord; /**< is the x coordinate in the complete detector system */
|
||||||
|
uint16_t yCoord; /**< is the y coordinate in the complete detector system */
|
||||||
|
uint16_t zCoord; /**< is the z coordinate in the complete detector system */
|
||||||
|
uint32_t debug; /**< is for debugging purposes */
|
||||||
|
uint16_t roundRNumber; /**< is the round robin set number */
|
||||||
|
uint8_t detType; /**< is the detector type see :: detectorType */
|
||||||
|
uint8_t version; /**< is the version number of this structure format */
|
||||||
|
uint64_t
|
||||||
|
packetCaught[8]; /**< is the version number of this structure format */
|
||||||
|
|
||||||
|
} sls_detector_header;
|
||||||
|
#endif
|
||||||
|
|
||||||
class moench04CtbZmq10GbData : public slsDetectorData<uint16_t> {
|
class moench04CtbZmq10GbData : public slsDetectorData<uint16_t> {
|
||||||
|
|
||||||
private:
|
private:
|
||||||
@ -27,40 +68,67 @@ class moench04CtbZmq10GbData : public slsDetectorData<uint16_t> {
|
|||||||
// moench04CtbZmq10GbData(int nas=5000, int nds=0):
|
// moench04CtbZmq10GbData(int nas=5000, int nds=0):
|
||||||
// slsDetectorData<uint16_t>(400, 400, nas*2*32+nds*8), aSamples(nas),
|
// slsDetectorData<uint16_t>(400, 400, nas*2*32+nds*8), aSamples(nas),
|
||||||
// dSamples(nds), nadc(32), sc_width(25), sc_height(200) {
|
// dSamples(nds), nadc(32), sc_width(25), sc_height(200) {
|
||||||
|
#ifndef RAWDATA
|
||||||
moench04CtbZmq10GbData(int nas = 5000, int nds = 0)
|
moench04CtbZmq10GbData(int nas = 5000, int nds = 0)
|
||||||
: slsDetectorData<uint16_t>(400, 400,
|
: slsDetectorData<uint16_t>(400, 400,
|
||||||
#ifdef RAWDATA
|
(nas > 0) && (nds > 0)
|
||||||
sizeof(slsDetectorDefs::sls_receiver_header) +
|
? max(nas, nds) * (32 * 2 + 8)
|
||||||
|
: nas * 32 * 2 + nds * 8),
|
||||||
|
nadc(32), sc_width(25), sc_height(200), aSamples(nas), dSamples(nds) {
|
||||||
|
int off = 0;
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef RAWDATA
|
||||||
|
moench04CtbZmq10GbData(int nas = 5000, int nds = 0)
|
||||||
|
: slsDetectorData<uint16_t>(400, 400,
|
||||||
|
sizeof(sls_detector_header) +
|
||||||
((nas > 0) && (nds > 0)
|
((nas > 0) && (nds > 0)
|
||||||
? max(nas, nds) * (32 * 2 + 8)
|
? max(nas, nds) * (32 * 2 + 8)
|
||||||
: nas * 32 * 2 + nds * 8)),
|
: nas * 32 * 2 + nds * 8)),
|
||||||
nadc(32), sc_width(25), sc_height(200), aSamples(nas), dSamples(nds) {
|
nadc(32), sc_width(25), sc_height(200), aSamples(nas),
|
||||||
#ifdef RAWDATA
|
dSamples(nds) {
|
||||||
off=sizeof(slsDetectorDefs::sls_receiver_header);
|
int off = sizeof(sls_detector_header);
|
||||||
#endif
|
cout << "hh" << dataSize << endl;
|
||||||
#ifndef RAWDATA
|
cout << sizeof(sls_detector_header) +
|
||||||
#ifndef CTB
|
((nas > 0) && (nds > 0) ? max(nas, nds) * (32 * 2 + 8)
|
||||||
off=sizeof(int);
|
: nas * 32 * 2 + nds * 8)
|
||||||
#endif
|
<< endl;
|
||||||
#ifdef CTB
|
|
||||||
off=0;
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
/* int ds; */
|
||||||
|
/* if (nas && nds) */
|
||||||
|
/* if (nds>nas) */
|
||||||
|
/* ds=nds*(32*2+8); */
|
||||||
|
/* else */
|
||||||
|
/* ds=nas*(32*2+8); */
|
||||||
|
/* else */
|
||||||
|
/* ds=nas*32*2+nds*8; */
|
||||||
|
|
||||||
cout << "off is " << off << endl;
|
/* new slsDetectorData<uint16_t>(400, 400, ds); */
|
||||||
|
|
||||||
if (off>0)
|
|
||||||
cout << "M04 RAW DATA NEW " << endl;
|
|
||||||
else
|
|
||||||
cout << "M04 ZMQ DATA NEW " << endl;
|
|
||||||
|
|
||||||
int adc_nr[32] = {9, 8, 11, 10, 13, 12, 15, 14, 1, 0, 3,
|
int adc_nr[32] = {9, 8, 11, 10, 13, 12, 15, 14, 1, 0, 3,
|
||||||
2, 5, 4, 7, 6, 23, 22, 21, 20, 19, 18,
|
2, 5, 4, 7, 6, 23, 22, 21, 20, 19, 18,
|
||||||
17, 16, 31, 30, 29, 28, 27, 26, 25, 24};
|
17, 16, 31, 30, 29, 28, 27, 26, 25, 24};
|
||||||
|
|
||||||
|
/*
|
||||||
|
iadc=ptr%32
|
||||||
|
isample=ptr/32
|
||||||
|
|
||||||
|
col=(adc_nr[iadc]%16)*25+isample%25
|
||||||
|
if (adc_nr[iadc]<16)
|
||||||
|
row=199-isample/25;
|
||||||
|
else
|
||||||
|
row=200+isample/25
|
||||||
|
|
||||||
|
|
||||||
|
adc0 col(9*25..10*25-1) row(199..0)
|
||||||
|
adc1 col(8*25..9*25-1) row(199..0)
|
||||||
|
adc2 col(11*25..12*25-1) row(199..0)
|
||||||
|
adc3 col(10*25..11*25-1) row(199..0)
|
||||||
|
adc4 col(13*25..14*25-1) row(199..0)
|
||||||
|
adc5 col(12*25..13*25-1) row(199..0)
|
||||||
|
adc6 col(15*25..16*25-1) row(199..0)
|
||||||
|
adc7 col(14*25..15*25-1) row(199..0)
|
||||||
|
adc8 col(1*25..2*25-1) row(199..0)
|
||||||
|
*/
|
||||||
|
|
||||||
int row, col;
|
int row, col;
|
||||||
|
|
||||||
@ -100,12 +168,40 @@ class moench04CtbZmq10GbData : public slsDetectorData<uint16_t> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* for (ibyte=0; ibyte<sizeof(sls_detector_header)/2; ibyte++){ */
|
||||||
|
/* xmap[ibyte]=-1; */
|
||||||
|
/* ymap[ibyte]=-1; */
|
||||||
|
/* } */
|
||||||
|
/* int off=sizeof(sls_detector_header)/2; */
|
||||||
|
|
||||||
|
/* for (ibyte=0; ibyte<dataSize; ibyte++) { */
|
||||||
|
|
||||||
|
/* for (ipacket=0; ipacket<npackets; ipacket++) { */
|
||||||
|
/* for (ibyte=0; ibyte< 8192/2; ibyte++) { */
|
||||||
|
/* i=ipacket*8208/2+ibyte; */
|
||||||
|
/* isample=ii/nadc; */
|
||||||
|
/* if (isample<nSamples) { */
|
||||||
|
/* iadc=ii%nadc; */
|
||||||
|
/* adc4 = (int)iadc/4; */
|
||||||
|
/* ix=isample%sc_width; */
|
||||||
|
/* iy=isample/sc_width; */
|
||||||
|
/* if (adc4%2==0) { */
|
||||||
|
/* xmap[i+off]=adc_nr[iadc]+ix; */
|
||||||
|
/* ymap[i+off]=ny/2-1-iy; */
|
||||||
|
/* } else { */
|
||||||
|
/* xmap[i+off]=adc_nr[iadc]+ix; */
|
||||||
|
/* ymap[i+off]=ny/2+iy; */
|
||||||
|
/* } */
|
||||||
|
/* } */
|
||||||
|
/* ii++; */
|
||||||
|
/* // } */
|
||||||
|
/* } */
|
||||||
|
/* } */
|
||||||
|
|
||||||
iframe = 0;
|
iframe = 0;
|
||||||
// cout << "data struct created" << endl;
|
// cout << "data struct created" << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int getGain(char *data, int x, int y) {
|
int getGain(char *data, int x, int y) {
|
||||||
// int aoff=aSamples*2*32;
|
// int aoff=aSamples*2*32;
|
||||||
int irow;
|
int irow;
|
||||||
@ -157,12 +253,10 @@ class moench04CtbZmq10GbData : public slsDetectorData<uint16_t> {
|
|||||||
/* unsigned char bunchid[8]; */
|
/* unsigned char bunchid[8]; */
|
||||||
/* }; */
|
/* }; */
|
||||||
|
|
||||||
int getFrameNumber(char *buff) {
|
|
||||||
#ifdef RAWDATA
|
#ifdef RAWDATA
|
||||||
return ((slsDetectorDefs::sls_receiver_header *)buff)->detHeader.frameNumber;
|
int getFrameNumber(char *buff) {
|
||||||
#endif
|
return ((sls_detector_header *)buff)->frameNumber;
|
||||||
return (int)(*buff);
|
}; //*((int*)(buff+5))&0xffffff;};
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
||||||
@ -174,15 +268,76 @@ class moench04CtbZmq10GbData : public slsDetectorData<uint16_t> {
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
int getPacketNumber(char *buff) {
|
int getPacketNumber(char *buff) {
|
||||||
#ifdef RAWDATA
|
return ((sls_detector_header *)buff)->packetNumber;
|
||||||
return ((slsDetectorDefs::sls_receiver_header *)buff)->detHeader.packetNumber;
|
} //((*(((int*)(buff+4))))&0xff)+1;};
|
||||||
#endif
|
#endif
|
||||||
return 0;
|
#ifndef RAWDATA
|
||||||
|
|
||||||
}
|
int getFrameNumber(char *buff) {
|
||||||
|
return iframe;
|
||||||
|
}; //((sls_detector_header*)buff)->frameNumber;};//*((int*)(buff+5))&0xffffff;};
|
||||||
|
#endif
|
||||||
|
/**
|
||||||
|
|
||||||
|
Returns the packet number for the given dataset. purely virtual func
|
||||||
|
\param buff pointer to the dataset
|
||||||
|
\returns packet number number
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
*/
|
||||||
|
// int getPacketNumber(char *buff){return
|
||||||
|
// ((sls_detector_header*)buff)->packetNumber;}//((*(((int*)(buff+4))))&0xff)+1;};
|
||||||
|
|
||||||
|
/* /\** */
|
||||||
|
|
||||||
|
/* Loops over a memory slot until a complete frame is found (i.e.
|
||||||
|
* all packets 0 to nPackets, same frame number). purely virtual func */
|
||||||
|
/* \param data pointer to the memory to be analyzed */
|
||||||
|
/* \param ndata reference to the amount of data found for the
|
||||||
|
* frame, in case the frame is incomplete at the end of the memory slot
|
||||||
|
*/
|
||||||
|
/* \param dsize size of the memory slot to be analyzed */
|
||||||
|
/* \returns pointer to the beginning of the last good frame (might
|
||||||
|
* be incomplete if ndata smaller than dataSize), or NULL if no frame is
|
||||||
|
* found */
|
||||||
|
|
||||||
|
/* *\/ */
|
||||||
|
/* virtual char *findNextFrame(char *data, int &ndata, int
|
||||||
|
* dsize){ndata=dsize; setDataSize(dsize); return data;}; */
|
||||||
|
|
||||||
|
/* /\** */
|
||||||
|
|
||||||
|
/* Loops over a file stream until a complete frame is found (i.e.
|
||||||
|
* all packets 0 to nPackets, same frame number). Can be overloaded for
|
||||||
|
* different kind of detectors! */
|
||||||
|
/* \param filebin input file stream (binary) */
|
||||||
|
/* \returns pointer to the begin of the last good frame, NULL if no
|
||||||
|
* frame is found or last frame is incomplete */
|
||||||
|
|
||||||
|
/* *\/ */
|
||||||
|
/* virtual char *readNextFrame(ifstream &filebin){ */
|
||||||
|
/* // int afifo_length=0; */
|
||||||
|
/* uint16_t *afifo_cont; */
|
||||||
|
/* int ib=0; */
|
||||||
|
/* if (filebin.is_open()) { */
|
||||||
|
/* afifo_cont=new uint16_t[dataSize/2]; */
|
||||||
|
/* while (filebin.read(((char*)afifo_cont)+ib,2)) { */
|
||||||
|
/* ib+=2; */
|
||||||
|
/* if (ib==dataSize) break; */
|
||||||
|
/* } */
|
||||||
|
/* if (ib>0) { */
|
||||||
|
/* iframe++; */
|
||||||
|
/* // cout << ib << "-" << endl; */
|
||||||
|
/* return (char*)afifo_cont; */
|
||||||
|
/* } else { */
|
||||||
|
/* delete [] afifo_cont; */
|
||||||
|
/* return NULL; */
|
||||||
|
/* } */
|
||||||
|
/* } */
|
||||||
|
/* return NULL; */
|
||||||
|
/* }; */
|
||||||
|
|
||||||
virtual char *readNextFrame(ifstream & filebin) {
|
virtual char *readNextFrame(ifstream & filebin) {
|
||||||
int ff = -1, np = -1;
|
int ff = -1, np = -1;
|
||||||
return readNextFrame(filebin, ff, np);
|
return readNextFrame(filebin, ff, np);
|
||||||
@ -203,12 +358,11 @@ class moench04CtbZmq10GbData : public slsDetectorData<uint16_t> {
|
|||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef RAWDATA
|
||||||
|
|
||||||
virtual char *readNextFrame(ifstream & filebin, int &ff, int &np,
|
virtual char *readNextFrame(ifstream & filebin, int &ff, int &np,
|
||||||
char *data) {
|
char *data) {
|
||||||
// char *retval=0;
|
// char *retval=0;
|
||||||
#ifndef RAWDATA
|
|
||||||
|
|
||||||
// int nd;
|
// int nd;
|
||||||
// int fnum = -1;
|
// int fnum = -1;
|
||||||
np = 0;
|
np = 0;
|
||||||
@ -226,13 +380,19 @@ class moench04CtbZmq10GbData : public slsDetectorData<uint16_t> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef RAWDATA
|
#ifdef RAWDATA
|
||||||
//int nd;
|
|
||||||
|
virtual char *readNextFrame(ifstream & filebin, int &ff, int &np,
|
||||||
|
char *data) {
|
||||||
|
char *retval = 0;
|
||||||
|
int nd;
|
||||||
int fnum = -1;
|
int fnum = -1;
|
||||||
np = 0;
|
np = 0;
|
||||||
//int pn;
|
int pn;
|
||||||
|
|
||||||
// cout << dataSize << endl;
|
// cout << dataSize << endl;
|
||||||
if (ff >= 0)
|
if (ff >= 0)
|
||||||
@ -246,9 +406,9 @@ class moench04CtbZmq10GbData : public slsDetectorData<uint16_t> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
||||||
@ -273,4 +433,3 @@ class moench04CtbZmq10GbData : public slsDetectorData<uint16_t> {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -1,216 +0,0 @@
|
|||||||
// SPDX-License-Identifier: LGPL-3.0-or-other
|
|
||||||
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
|
||||||
#ifndef MOENCHDATA_H
|
|
||||||
#define MOENCHDATA_H
|
|
||||||
#include "slsDetectorData.h"
|
|
||||||
#include "sls/sls_detector_defs.h"
|
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
class moenchData : public slsDetectorData<uint16_t> {
|
|
||||||
|
|
||||||
private:
|
|
||||||
int iframe;
|
|
||||||
int nadc;
|
|
||||||
int sc_width;
|
|
||||||
int sc_height;
|
|
||||||
const int aSamples;
|
|
||||||
const int dSamples;
|
|
||||||
int off;
|
|
||||||
int *adc_nr;
|
|
||||||
int *ibit;
|
|
||||||
|
|
||||||
public:
|
|
||||||
/**
|
|
||||||
Implements the slsReceiverData structure for the moench02 prototype read
|
|
||||||
out by a module i.e. using the slsReceiver (160x160 pixels, 40 packets
|
|
||||||
1286 large etc.) \param c crosstalk parameter for the output buffer
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
moenchData(int off, int nadc_i, int *adc_nr_in, int *ibit_in, int nas = 5000, int nds = 0, int nx_i=400, int ny_i=400)
|
|
||||||
: nadc(nadc_i), slsDetectorData<uint16_t>(nx_i, ny_i,off+((nas > 0) && (nds > 0)
|
|
||||||
? max(nas, nds) * (nadc_i * 2 + 8)
|
|
||||||
: nas * nadc_i * 2 + nds * 8)),
|
|
||||||
sc_width(25), sc_height(200), aSamples(nas), dSamples(nds) {
|
|
||||||
|
|
||||||
|
|
||||||
adc_nr=new int[nadc];
|
|
||||||
if (ibit_in)
|
|
||||||
ibit=new int[nadc];
|
|
||||||
else
|
|
||||||
ibit=NULL;
|
|
||||||
for (iadc=0; iadc<nadc; iadc++) {
|
|
||||||
adc_nr[iadc]=adc_nr_in[iadc];
|
|
||||||
if (ibit)
|
|
||||||
ibit[iadc]=ibit_in[iadc];
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
int row, col;
|
|
||||||
int iadc;
|
|
||||||
int i;
|
|
||||||
|
|
||||||
for (int is = 0; is < aSamples; is++) {
|
|
||||||
|
|
||||||
for (iadc = 0; iadc < nadc; iadc++) {
|
|
||||||
i = is;
|
|
||||||
// adc4=(int)iadc/4;
|
|
||||||
if (i < sc_width * sc_height) {
|
|
||||||
// for (int i=0; i<sc_width*sc_height; i++) {
|
|
||||||
col = (adc_nr[iadc] % 16) * sc_width + (i % sc_width);
|
|
||||||
// if (adc4%2==0) {
|
|
||||||
if (iadc < 16) {
|
|
||||||
row = 199 - i / sc_width;
|
|
||||||
} else {
|
|
||||||
row = 200 + i / sc_width;
|
|
||||||
}
|
|
||||||
if (nds > 0)
|
|
||||||
dataMap[row][col] =
|
|
||||||
((nadc + 4) * i + iadc) * 2 + off; //+16*(ip+1);
|
|
||||||
else
|
|
||||||
dataMap[row][col] =
|
|
||||||
(nadc * i + iadc) * 2 + off; //+16*(ip+1);
|
|
||||||
if (dataMap[row][col] < 0 ||
|
|
||||||
dataMap[row][col] >= aSamples * 2 * 32 + off)
|
|
||||||
cout << "Error: pointer " << dataMap[row][col]
|
|
||||||
<< " out of range " << endl;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
iframe = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
virtual int getGain(char *data, int x, int y) {
|
|
||||||
// int aoff=aSamples*2*32;
|
|
||||||
|
|
||||||
if (ibit) {
|
|
||||||
int irow;
|
|
||||||
int isc = x / sc_width;
|
|
||||||
int icol = x % sc_width;
|
|
||||||
if (y < 200)
|
|
||||||
irow = sc_height - 1 - y;
|
|
||||||
else {
|
|
||||||
irow = y - sc_height;
|
|
||||||
isc++;
|
|
||||||
}
|
|
||||||
int isample = irow * sc_width + icol;
|
|
||||||
|
|
||||||
uint64_t sample;
|
|
||||||
char *ptr;
|
|
||||||
if (isc < 0 || isc >= 32)
|
|
||||||
return 0;
|
|
||||||
if (ibit[isc] < 0 || ibit[isc] >= 64)
|
|
||||||
return 0;
|
|
||||||
if (dSamples > isample) {
|
|
||||||
ptr = data + 32 * (isample + 1) + 8 * isample;
|
|
||||||
sample = *((uint64_t *)ptr);
|
|
||||||
if (sample & (1 << ibit[isc]))
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
|
|
||||||
Returns the frame number for the given dataset. Purely virtual func.
|
|
||||||
\param buff pointer to the dataset
|
|
||||||
\returns frame number
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
int getFrameNumber(char *buff) {
|
|
||||||
return (int* buff)[0];
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
|
||||||
|
|
||||||
Returns the packet number for the given dataset. purely virtual func
|
|
||||||
\param buff pointer to the dataset
|
|
||||||
\returns packet number number
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
*/
|
|
||||||
int getPacketNumber(char *buff) {
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
virtual char *readNextFrame(ifstream & filebin) {
|
|
||||||
int ff = -1, np = -1;
|
|
||||||
return readNextFrame(filebin, ff, np);
|
|
||||||
};
|
|
||||||
|
|
||||||
virtual char *readNextFrame(ifstream & filebin, int &ff) {
|
|
||||||
int np = -1;
|
|
||||||
return readNextFrame(filebin, ff, np);
|
|
||||||
};
|
|
||||||
|
|
||||||
virtual char *readNextFrame(ifstream & filebin, int &ff, int &np) {
|
|
||||||
char *data = new char[dataSize];
|
|
||||||
char *d = readNextFrame(filebin, ff, np, data);
|
|
||||||
if (d == NULL) {
|
|
||||||
delete[] data;
|
|
||||||
data = NULL;
|
|
||||||
}
|
|
||||||
return data;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
virtual char *readNextFrame(ifstream & filebin, int &ff, int &np,
|
|
||||||
char *data) {
|
|
||||||
|
|
||||||
char *retval = 0;
|
|
||||||
int nd;
|
|
||||||
int fnum = -1;
|
|
||||||
np = 0;
|
|
||||||
int pn;
|
|
||||||
|
|
||||||
// cout << dataSize << endl;
|
|
||||||
//if (ff >= 0)
|
|
||||||
// fnum = ff;
|
|
||||||
|
|
||||||
if (filebin.is_open()) {
|
|
||||||
if (filebin.read(data, dataSize)) {
|
|
||||||
ff = getFrameNumber(data);
|
|
||||||
np = getPacketNumber(data);
|
|
||||||
return data;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return NULL;
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
|
||||||
|
|
||||||
Loops over a memory slot until a complete frame is found (i.e. all
|
|
||||||
packets 0 to nPackets, same frame number). purely virtual func \param
|
|
||||||
data pointer to the memory to be analyzed \param ndata reference to
|
|
||||||
the amount of data found for the frame, in case the frame is
|
|
||||||
incomplete at the end of the memory slot \param dsize size of the
|
|
||||||
memory slot to be analyzed \returns pointer to the beginning of the
|
|
||||||
last good frame (might be incomplete if ndata smaller than dataSize),
|
|
||||||
or NULL if no frame is found
|
|
||||||
|
|
||||||
*/
|
|
||||||
virtual char *findNextFrame(char *data, int &ndata, int dsize) {
|
|
||||||
if (dsize < dataSize)
|
|
||||||
ndata = dsize;
|
|
||||||
else
|
|
||||||
ndata = dataSize;
|
|
||||||
return data;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
@ -4,8 +4,11 @@
|
|||||||
#define SLSDETECTORDATA_H
|
#define SLSDETECTORDATA_H
|
||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
#include <inttypes.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
template <class dataType> class slsDetectorData {
|
template <class dataType> class slsDetectorData {
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
@ -26,6 +29,8 @@ template <class dataType> class slsDetectorData {
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
|
|
||||||
|
|
||||||
General slsDetectors data structure. Works for data acquired using the
|
General slsDetectors data structure. Works for data acquired using the
|
||||||
slsDetectorReceiver. Can be generalized to other detectors (many virtual
|
slsDetectorReceiver. Can be generalized to other detectors (many virtual
|
||||||
funcs).
|
funcs).
|
||||||
@ -40,115 +45,10 @@ template <class dataType> class slsDetectorData {
|
|||||||
is inversion is required) \param dROI Array of size nx*ny. The elements are
|
is inversion is required) \param dROI Array of size nx*ny. The elements are
|
||||||
1s if the channel is good or in the ROI, 0 is bad or out of the ROI. NULL
|
1s if the channel is good or in the ROI, 0 is bad or out of the ROI. NULL
|
||||||
(default) means all 1s.
|
(default) means all 1s.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
slsDetectorData(int npx, int npy, int dsize, int **dMap = NULL,
|
slsDetectorData(int npx, int npy, int dsize, int **dMap = NULL,
|
||||||
dataType **dMask = NULL, int **dROI = NULL);
|
dataType **dMask = NULL, int **dROI = NULL)
|
||||||
|
|
||||||
virtual ~slsDetectorData();
|
|
||||||
|
|
||||||
// Virtual functions
|
|
||||||
virtual int getPointer(int ix, int iy) { return dataMap[iy][ix]; };
|
|
||||||
virtual void getPixel(int ip, int &x, int &y);
|
|
||||||
virtual dataType **getData(char *ptr, int dsize = -1);
|
|
||||||
virtual double **getImage(char *ptr, int dsize = -1);
|
|
||||||
virtual dataType getChannel(char *data, int ix, int iy = 0);
|
|
||||||
virtual int getGain(char *data, int ix, int iy = 0) { return 0; };
|
|
||||||
virtual double getValue(char *data, int ix, int iy = 0) {
|
|
||||||
return (double)getChannel(data, ix, iy);
|
|
||||||
};
|
|
||||||
|
|
||||||
virtual int getFrameNumber(char *buff) = 0;
|
|
||||||
|
|
||||||
/**
|
|
||||||
Loops over a memory slot until a complete frame is found (i.e. all
|
|
||||||
packets 0 to nPackets, same frame number). purely virtual func \param
|
|
||||||
data pointer to the memory to be analyzed \param ndata reference to the
|
|
||||||
amount of data found for the frame, in case the frame is incomplete at
|
|
||||||
the end of the memory slot \param dsize size of the memory slot to be
|
|
||||||
analyzed \returns pointer to the beginning of the last good frame (might
|
|
||||||
be incomplete if ndata smaller than dataSize), or NULL if no frame is
|
|
||||||
found
|
|
||||||
|
|
||||||
*/
|
|
||||||
virtual char *findNextFrame(char *data, int &ndata, int dsize) = 0;
|
|
||||||
|
|
||||||
//Returns a pointer to the next complete frame, if none found nullptr
|
|
||||||
//data needs to be deallocated by caller
|
|
||||||
virtual char *readNextFrame(std::ifstream &filebin) = 0;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//END Virtual functions
|
|
||||||
|
|
||||||
/**
|
|
||||||
defines the data map (as offset) - no error checking if datasize and
|
|
||||||
offsets are compatible! \param dMap array of size nx*ny storing the
|
|
||||||
pointers to the data in the dataset (as offset). If NULL (default),the
|
|
||||||
data are arranged as if read out row by row
|
|
||||||
(dataMap[iy][ix]=(iy*nx+ix)*sizeof(dataType);)
|
|
||||||
*/
|
|
||||||
void setDataMap(int **dMap = NULL);
|
|
||||||
|
|
||||||
/**
|
|
||||||
defines the data mask i.e. the polarity of the data
|
|
||||||
\param dMask Array of size nx*ny storing the polarity of the data in the
|
|
||||||
dataset (should be 0 if no inversion is required, 0xffffffff is inversion
|
|
||||||
is required)
|
|
||||||
|
|
||||||
*/
|
|
||||||
void setDataMask(dataType **dMask = NULL);
|
|
||||||
/**
|
|
||||||
defines the region of interest and/or the bad channels mask
|
|
||||||
\param dROI Array of size nx*ny. The ements are 1s if the channel is
|
|
||||||
good or in the ROI, 0 is bad or out of the ROI. NULL (default) means all
|
|
||||||
1s.
|
|
||||||
|
|
||||||
*/
|
|
||||||
void setDataROIMask(int **dROI = NULL);
|
|
||||||
|
|
||||||
/**
|
|
||||||
Define bad channel or roi mask for a single channel
|
|
||||||
\param ix channel x coordinate
|
|
||||||
\param iy channel y coordinate (1 for strips)
|
|
||||||
\param i 1 if pixel is good (or in the roi), 0 if bad
|
|
||||||
\returns 1 if pixel is good, 0 if it's bad, -1 if pixel is out of range
|
|
||||||
*/
|
|
||||||
int setGood(int ix, int iy, int i = 1);
|
|
||||||
|
|
||||||
// returns 1 if pixel is good, 0 if it's bad, -1 if pixel is out of range
|
|
||||||
int isGood(int ix, int iy);
|
|
||||||
|
|
||||||
// returns total number of channels, outparam npx and npy x,y dimensions
|
|
||||||
int getDetectorSize(int &npx, int &npy);
|
|
||||||
|
|
||||||
/** Returns the size of the data frame */
|
|
||||||
int getDataSize() { return dataSize; };
|
|
||||||
|
|
||||||
/** changes the size of the data frame */
|
|
||||||
int setDataSize(int d) {
|
|
||||||
dataSize = d;
|
|
||||||
return dataSize;
|
|
||||||
};
|
|
||||||
|
|
||||||
void newFrame() { isOrdered = 0; };
|
|
||||||
|
|
||||||
/**
|
|
||||||
Returns the value of the selected channel for the given dataset. Virtual
|
|
||||||
function, can be overloaded. \param data pointer to the dataset
|
|
||||||
(including headers etc) \param ix pixel number in the x direction \param
|
|
||||||
iy pixel number in the y direction \returns data for the selected
|
|
||||||
channel, with inversion if required
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
template <typename dataType>
|
|
||||||
slsDetectorData<dataType>::slsDetectorData(int npx, int npy, int dsize,
|
|
||||||
int **dMap, dataType **dMask,
|
|
||||||
int **dROI)
|
|
||||||
: nx(npx), ny(npy), dataSize(dsize), orderedData(NULL), isOrdered(0) {
|
: nx(npx), ny(npy), dataSize(dsize), orderedData(NULL), isOrdered(0) {
|
||||||
|
|
||||||
int el = dsize / sizeof(dataType);
|
int el = dsize / sizeof(dataType);
|
||||||
@ -176,9 +76,9 @@ slsDetectorData<dataType>::slsDetectorData(int npx, int npy, int dsize,
|
|||||||
setDataMap(dMap);
|
setDataMap(dMap);
|
||||||
setDataMask(dMask);
|
setDataMask(dMask);
|
||||||
setDataROIMask(dROI);
|
setDataROIMask(dROI);
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename dataType> slsDetectorData<dataType>::~slsDetectorData() {
|
virtual ~slsDetectorData() {
|
||||||
for (int i = 0; i < ny; i++) {
|
for (int i = 0; i < ny; i++) {
|
||||||
delete[] dataMap[i];
|
delete[] dataMap[i];
|
||||||
delete[] dataMask[i];
|
delete[] dataMask[i];
|
||||||
@ -191,10 +91,17 @@ template <typename dataType> slsDetectorData<dataType>::~slsDetectorData() {
|
|||||||
delete[] orderedData;
|
delete[] orderedData;
|
||||||
delete[] xmap;
|
delete[] xmap;
|
||||||
delete[] ymap;
|
delete[] ymap;
|
||||||
}
|
};
|
||||||
|
|
||||||
template <typename dataType>
|
virtual int getPointer(int ix, int iy) { return dataMap[iy][ix]; };
|
||||||
void slsDetectorData<dataType>::setDataMap(int **dMap) {
|
/**
|
||||||
|
defines the data map (as offset) - no error checking if datasize and
|
||||||
|
offsets are compatible! \param dMap array of size nx*ny storing the
|
||||||
|
pointers to the data in the dataset (as offset). If NULL (default),the
|
||||||
|
data are arranged as if read out row by row
|
||||||
|
(dataMap[iy][ix]=(iy*nx+ix)*sizeof(dataType);)
|
||||||
|
*/
|
||||||
|
void setDataMap(int **dMap = NULL) {
|
||||||
|
|
||||||
int ip = 0;
|
int ip = 0;
|
||||||
int ix, iy;
|
int ix, iy;
|
||||||
@ -226,10 +133,16 @@ void slsDetectorData<dataType>::setDataMap(int **dMap) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// cout << "nx:" <<nx << " ny:" << ny << endl;
|
// cout << "nx:" <<nx << " ny:" << ny << endl;
|
||||||
}
|
};
|
||||||
|
|
||||||
template <typename dataType>
|
/**
|
||||||
void slsDetectorData<dataType>::setDataMask(dataType **dMask) {
|
defines the data mask i.e. the polarity of the data
|
||||||
|
\param dMask Array of size nx*ny storing the polarity of the data in the
|
||||||
|
dataset (should be 0 if no inversion is required, 0xffffffff is inversion
|
||||||
|
is required)
|
||||||
|
|
||||||
|
*/
|
||||||
|
void setDataMask(dataType **dMask = NULL) {
|
||||||
|
|
||||||
if (dMask != NULL) {
|
if (dMask != NULL) {
|
||||||
|
|
||||||
@ -241,10 +154,16 @@ void slsDetectorData<dataType>::setDataMask(dataType **dMask) {
|
|||||||
for (int ix = 0; ix < nx; ix++)
|
for (int ix = 0; ix < nx; ix++)
|
||||||
dataMask[iy][ix] = 0;
|
dataMask[iy][ix] = 0;
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
/**
|
||||||
|
defines the region of interest and/or the bad channels mask
|
||||||
|
\param dROI Array of size nx*ny. The lements are 1s if the channel is
|
||||||
|
good or in the ROI, 0 is bad or out of the ROI. NULL (default) means all
|
||||||
|
1s.
|
||||||
|
|
||||||
|
*/
|
||||||
|
void setDataROIMask(int **dROI = NULL) {
|
||||||
|
|
||||||
template <typename dataType>
|
|
||||||
void slsDetectorData<dataType>::setDataROIMask(int **dROI) {
|
|
||||||
if (dROI != NULL) {
|
if (dROI != NULL) {
|
||||||
|
|
||||||
for (int iy = 0; iy < ny; iy++)
|
for (int iy = 0; iy < ny; iy++)
|
||||||
@ -256,38 +175,60 @@ void slsDetectorData<dataType>::setDataROIMask(int **dROI) {
|
|||||||
for (int ix = 0; ix < nx; ix++)
|
for (int ix = 0; ix < nx; ix++)
|
||||||
dataROIMask[iy][ix] = 1;
|
dataROIMask[iy][ix] = 1;
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
template <typename dataType>
|
/**
|
||||||
int slsDetectorData<dataType>::setGood(int ix, int iy, int i) {
|
Define bad channel or roi mask for a single channel
|
||||||
|
\param ix channel x coordinate
|
||||||
|
\param iy channel y coordinate (1 for strips)
|
||||||
|
\param i 1 if pixel is good (or in the roi), 0 if bad
|
||||||
|
\returns 1 if pixel is good, 0 if it's bad, -1 if pixel is out of range
|
||||||
|
*/
|
||||||
|
int setGood(int ix, int iy, int i = 1) {
|
||||||
if (ix >= 0 && ix < nx && iy >= 0 && iy < ny)
|
if (ix >= 0 && ix < nx && iy >= 0 && iy < ny)
|
||||||
dataROIMask[iy][ix] = i;
|
dataROIMask[iy][ix] = i;
|
||||||
return isGood(ix, iy);
|
return isGood(ix, iy);
|
||||||
}
|
};
|
||||||
|
/**
|
||||||
template <typename dataType>
|
Define bad channel or roi mask for a single channel
|
||||||
int slsDetectorData<dataType>::isGood(int ix, int iy) {
|
\param ix channel x coordinate
|
||||||
|
\param iy channel y coordinate (1 for strips)
|
||||||
|
\returns 1 if pixel is good, 0 if it's bad, -1 if pixel is out of range
|
||||||
|
*/
|
||||||
|
int isGood(int ix, int iy) {
|
||||||
if (ix >= 0 && ix < nx && iy >= 0 && iy < ny)
|
if (ix >= 0 && ix < nx && iy >= 0 && iy < ny)
|
||||||
return dataROIMask[iy][ix];
|
return dataROIMask[iy][ix];
|
||||||
else
|
else
|
||||||
return -1;
|
return -1;
|
||||||
};
|
};
|
||||||
|
|
||||||
template <typename dataType>
|
/**
|
||||||
int slsDetectorData<dataType>::getDetectorSize(int &npx, int &npy) {
|
Returns detector size in x,y
|
||||||
|
\param npx reference to number of channels in x
|
||||||
|
\param npy reference to number of channels in y (will be 1 for strips)
|
||||||
|
\returns total number of channels
|
||||||
|
*/
|
||||||
|
int getDetectorSize(int &npx, int &npy) {
|
||||||
npx = nx;
|
npx = nx;
|
||||||
npy = ny;
|
npy = ny;
|
||||||
return nx * ny;
|
return nx * ny;
|
||||||
}
|
};
|
||||||
|
|
||||||
template <typename dataType>
|
/** Returns the size of the data frame */
|
||||||
void slsDetectorData<dataType>::getPixel(int ip, int &x, int &y) {
|
int getDataSize() { return dataSize; };
|
||||||
|
|
||||||
|
/** changes the size of the data frame */
|
||||||
|
int setDataSize(int d) {
|
||||||
|
dataSize = d;
|
||||||
|
return dataSize;
|
||||||
|
};
|
||||||
|
|
||||||
|
virtual void getPixel(int ip, int &x, int &y) {
|
||||||
x = xmap[ip];
|
x = xmap[ip];
|
||||||
y = ymap[ip];
|
y = ymap[ip];
|
||||||
}
|
};
|
||||||
|
|
||||||
template <typename dataType>
|
virtual dataType **getData(char *ptr, int dsize = -1) {
|
||||||
dataType **slsDetectorData<dataType>::getData(char *ptr, int dsize) {
|
|
||||||
int el = dsize / sizeof(dataType);
|
int el = dsize / sizeof(dataType);
|
||||||
// dataType **data;
|
// dataType **data;
|
||||||
int ix, iy;
|
int ix, iy;
|
||||||
@ -308,10 +249,11 @@ dataType **slsDetectorData<dataType>::getData(char *ptr, int dsize) {
|
|||||||
}
|
}
|
||||||
isOrdered = 1;
|
isOrdered = 1;
|
||||||
return orderedData;
|
return orderedData;
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename dataType>
|
void newFrame() { isOrdered = 0; };
|
||||||
double **slsDetectorData<dataType>::getImage(char *ptr, int dsize) {
|
|
||||||
|
virtual double **getImage(char *ptr, int dsize = -1) {
|
||||||
|
|
||||||
double **data;
|
double **data;
|
||||||
int ix, iy;
|
int ix, iy;
|
||||||
@ -329,12 +271,23 @@ double **slsDetectorData<dataType>::getImage(char *ptr, int dsize) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return data;
|
return data;
|
||||||
}
|
};
|
||||||
template <typename dataType>
|
|
||||||
dataType slsDetectorData<dataType>::getChannel(char *data, int ix, int iy) {
|
/**
|
||||||
|
Returns the value of the selected channel for the given dataset. Virtual
|
||||||
|
function, can be overloaded. \param data pointer to the dataset
|
||||||
|
(including headers etc) \param ix pixel number in the x direction \param
|
||||||
|
iy pixel number in the y direction \returns data for the selected
|
||||||
|
channel, with inversion if required
|
||||||
|
|
||||||
|
*/
|
||||||
|
virtual dataType getChannel(char *data, int ix, int iy = 0) {
|
||||||
dataType m = 0, d = 0;
|
dataType m = 0, d = 0;
|
||||||
if (ix >= 0 && ix < nx && iy >= 0 && iy < ny && dataMap[iy][ix] >= 0 &&
|
if (ix >= 0 && ix < nx && iy >= 0 && iy < ny && dataMap[iy][ix] >= 0 &&
|
||||||
dataMap[iy][ix] < dataSize) {
|
dataMap[iy][ix] < dataSize) {
|
||||||
|
// cout << ix << " " << iy << " " ;
|
||||||
|
// cout << dataMap[ix][iy] << " " << (void*)data << " " <<
|
||||||
|
// dataSize<< endl;
|
||||||
m = dataMask[iy][ix];
|
m = dataMask[iy][ix];
|
||||||
if (isOrdered == 0)
|
if (isOrdered == 0)
|
||||||
d = *((dataType *)(data + getPointer(ix, iy)));
|
d = *((dataType *)(data + getPointer(ix, iy)));
|
||||||
@ -342,6 +295,81 @@ dataType slsDetectorData<dataType>::getChannel(char *data, int ix, int iy) {
|
|||||||
d = orderedData[iy][ix];
|
d = orderedData[iy][ix];
|
||||||
}
|
}
|
||||||
return d ^ m;
|
return d ^ m;
|
||||||
|
};
|
||||||
|
|
||||||
|
virtual int getGain(char *data, int ix, int iy = 0) { return 0; };
|
||||||
|
|
||||||
|
/**
|
||||||
|
|
||||||
|
Returns the value of the selected channel for the given dataset. Virtual
|
||||||
|
function, can be overloaded. \param data pointer to the dataset
|
||||||
|
(including headers etc) \param ix pixel number in the x direction \param
|
||||||
|
iy pixel number in the y direction \returns data for the selected
|
||||||
|
channel, with inversion if required or -1 if its a missing packet
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
virtual int getChannelwithMissingPackets(char *data, int ix, int iy) {
|
||||||
|
return 0;
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
Returns the value of the selected channel for the given dataset as
|
||||||
|
double. \param data pointer to the dataset (including headers etc) \param
|
||||||
|
ix pixel number in the x direction \param iy pixel number in the y
|
||||||
|
direction \returns data for the selected channel, with inversion if
|
||||||
|
required as double
|
||||||
|
|
||||||
|
*/
|
||||||
|
virtual double getValue(char *data, int ix, int iy = 0) {
|
||||||
|
/* cout << " x "<< ix << " y"<< iy << " val " << getChannel(data, ix,
|
||||||
|
* iy)<< endl;*/
|
||||||
|
return (double)getChannel(data, ix, iy);
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
Returns the frame number for the given dataset. Purely virtual func.
|
||||||
|
\param buff pointer to the dataset
|
||||||
|
\returns frame number
|
||||||
|
|
||||||
|
*/
|
||||||
|
virtual int getFrameNumber(char *buff) = 0;
|
||||||
|
|
||||||
|
/**
|
||||||
|
|
||||||
|
Returns the packet number for the given dataset. purely virtual func
|
||||||
|
\param buff pointer to the dataset
|
||||||
|
\returns packet number number
|
||||||
|
|
||||||
|
|
||||||
|
virtual int getPacketNumber(char *buff)=0;
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
|
||||||
|
Loops over a memory slot until a complete frame is found (i.e. all
|
||||||
|
packets 0 to nPackets, same frame number). purely virtual func \param
|
||||||
|
data pointer to the memory to be analyzed \param ndata reference to the
|
||||||
|
amount of data found for the frame, in case the frame is incomplete at
|
||||||
|
the end of the memory slot \param dsize size of the memory slot to be
|
||||||
|
analyzed \returns pointer to the beginning of the last good frame (might
|
||||||
|
be incomplete if ndata smaller than dataSize), or NULL if no frame is
|
||||||
|
found
|
||||||
|
|
||||||
|
*/
|
||||||
|
virtual char *findNextFrame(char *data, int &ndata, int dsize) = 0;
|
||||||
|
|
||||||
|
/**
|
||||||
|
|
||||||
|
Loops over a file stream until a complete frame is found (i.e. all packets
|
||||||
|
0 to nPackets, same frame number). Can be overloaded for different kind of
|
||||||
|
detectors! \param filebin input file stream (binary) \returns pointer to
|
||||||
|
the begin of the last good frame, NULL if no frame is found or last frame
|
||||||
|
is incomplete
|
||||||
|
|
||||||
|
*/
|
||||||
|
virtual char *readNextFrame(ifstream &filebin) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -149,7 +149,7 @@ class interpolatingDetector : public singlePhotonDetector {
|
|||||||
{
|
{
|
||||||
nph = addFrame(data, val, 1);
|
nph = addFrame(data, val, 1);
|
||||||
if (interp)
|
if (interp)
|
||||||
return interp->getFlatFieldDistribution();
|
return interp->getFlatField();
|
||||||
else
|
else
|
||||||
return NULL;
|
return NULL;
|
||||||
};
|
};
|
||||||
|
@ -238,96 +238,96 @@ class eta2InterpolationBase : public virtual etaInterpolationBase {
|
|||||||
|
|
||||||
// cout <<"******"<< etax << " " << etay << endl;
|
// cout <<"******"<< etax << " " << etay << endl;
|
||||||
|
|
||||||
return addToFlatFieldDistribution(etax, etay);
|
return addToFlatField(etax, etay);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* virtual int addToFlatField(double totquad, int quad, double *cl, */
|
virtual int addToFlatField(double totquad, int quad, double *cl,
|
||||||
/* double &etax, double &etay) { */
|
double &etax, double &etay) {
|
||||||
/* double cc[2][2]; */
|
double cc[2][2];
|
||||||
/* int xoff = 0, yoff = 0; */
|
int xoff = 0, yoff = 0;
|
||||||
|
|
||||||
/* switch (quad) { */
|
switch (quad) {
|
||||||
/* case BOTTOM_LEFT: */
|
case BOTTOM_LEFT:
|
||||||
/* xoff = 0; */
|
xoff = 0;
|
||||||
/* yoff = 0; */
|
yoff = 0;
|
||||||
/* break; */
|
break;
|
||||||
/* case BOTTOM_RIGHT: */
|
case BOTTOM_RIGHT:
|
||||||
/* xoff = 1; */
|
xoff = 1;
|
||||||
/* yoff = 0; */
|
yoff = 0;
|
||||||
/* break; */
|
break;
|
||||||
/* case TOP_LEFT: */
|
case TOP_LEFT:
|
||||||
/* xoff = 0; */
|
xoff = 0;
|
||||||
/* yoff = 1; */
|
yoff = 1;
|
||||||
/* break; */
|
break;
|
||||||
/* case TOP_RIGHT: */
|
case TOP_RIGHT:
|
||||||
/* xoff = 1; */
|
xoff = 1;
|
||||||
/* yoff = 1; */
|
yoff = 1;
|
||||||
/* break; */
|
break;
|
||||||
/* default:; */
|
default:;
|
||||||
/* } */
|
}
|
||||||
/* cc[0][0] = cl[xoff + 3 * yoff]; */
|
cc[0][0] = cl[xoff + 3 * yoff];
|
||||||
/* cc[1][0] = cl[(yoff + 1) * 3 + xoff]; */
|
cc[1][0] = cl[(yoff + 1) * 3 + xoff];
|
||||||
/* cc[0][1] = cl[yoff * 3 + xoff + 1]; */
|
cc[0][1] = cl[yoff * 3 + xoff + 1];
|
||||||
/* cc[1][1] = cl[(yoff + 1) * 3 + xoff + 1]; */
|
cc[1][1] = cl[(yoff + 1) * 3 + xoff + 1];
|
||||||
|
|
||||||
/* /\* cout << cl[0] << " " << cl[1] << " " << cl[2] << endl; *\/ */
|
/* cout << cl[0] << " " << cl[1] << " " << cl[2] << endl; */
|
||||||
/* /\* cout << cl[3] << " " << cl[4] << " " << cl[5] << endl; *\/ */
|
/* cout << cl[3] << " " << cl[4] << " " << cl[5] << endl; */
|
||||||
/* /\* cout << cl[6] << " " << cl[7] << " " << cl[8] << endl; *\/ */
|
/* cout << cl[6] << " " << cl[7] << " " << cl[8] << endl; */
|
||||||
/* /\* cout <<"******"<<totquad << " " << quad << endl; *\/ */
|
/* cout <<"******"<<totquad << " " << quad << endl; */
|
||||||
/* /\* cout << cc[0][0]<< " " << cc[0][1] << endl; *\/ */
|
/* cout << cc[0][0]<< " " << cc[0][1] << endl; */
|
||||||
/* /\* cout << cc[1][0]<< " " << cc[1][1] << endl; *\/ */
|
/* cout << cc[1][0]<< " " << cc[1][1] << endl; */
|
||||||
/* // calcMyEta(totquad,quad,cl,etax, etay); */
|
// calcMyEta(totquad,quad,cl,etax, etay);
|
||||||
/* calcEta(totquad, cc, etax, etay); */
|
calcEta(totquad, cc, etax, etay);
|
||||||
|
|
||||||
/* // cout <<"******"<< etax << " " << etay << endl; */
|
// cout <<"******"<< etax << " " << etay << endl;
|
||||||
|
|
||||||
/* return addToFlatFieldDistribution(etax, etay); */
|
return addToFlatField(etax, etay);
|
||||||
/* } */
|
}
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////////
|
||||||
/* virtual int addToFlatField(double *cluster, double &etax, double &etay) { */
|
virtual int addToFlatField(double *cluster, double &etax, double &etay) {
|
||||||
/* double sDum[2][2]; */
|
double sDum[2][2];
|
||||||
/* double tot, totquad; */
|
double tot, totquad;
|
||||||
/* // int corner; */
|
// int corner;
|
||||||
/* // corner= */
|
// corner=
|
||||||
/* calcQuad(cluster, tot, totquad, sDum); */
|
calcQuad(cluster, tot, totquad, sDum);
|
||||||
|
|
||||||
/* // double xpos_eta,ypos_eta; */
|
// double xpos_eta,ypos_eta;
|
||||||
/* // double dX,dY; */
|
// double dX,dY;
|
||||||
|
|
||||||
/* calcEta(totquad, sDum, etax, etay); */
|
calcEta(totquad, sDum, etax, etay);
|
||||||
|
|
||||||
/* return addToFlatField(etax, etay); */
|
return addToFlatField(etax, etay);
|
||||||
/* }; */
|
};
|
||||||
|
|
||||||
/* virtual int addToFlatField(int *cluster, double &etax, double &etay) { */
|
virtual int addToFlatField(int *cluster, double &etax, double &etay) {
|
||||||
/* double sDum[2][2]; */
|
double sDum[2][2];
|
||||||
/* double tot, totquad; */
|
double tot, totquad;
|
||||||
/* // int corner; */
|
// int corner;
|
||||||
/* // corner= */
|
// corner=
|
||||||
/* calcQuad(cluster, tot, totquad, sDum); */
|
calcQuad(cluster, tot, totquad, sDum);
|
||||||
|
|
||||||
/* // double xpos_eta,ypos_eta; */
|
// double xpos_eta,ypos_eta;
|
||||||
/* // double dX,dY; */
|
// double dX,dY;
|
||||||
|
|
||||||
/* calcEta(totquad, sDum, etax, etay); */
|
calcEta(totquad, sDum, etax, etay);
|
||||||
|
|
||||||
/* return addToFlatField(etax, etay); */
|
return addToFlatField(etax, etay);
|
||||||
/* }; */
|
};
|
||||||
|
|
||||||
/* virtual int addToFlatFieldDistribution(double etax, double etay) { */
|
virtual int addToFlatField(double etax, double etay) {
|
||||||
/* #ifdef MYROOT1 */
|
#ifdef MYROOT1
|
||||||
/* heta->Fill(etax, etay); */
|
heta->Fill(etax, etay);
|
||||||
/* #endif */
|
#endif
|
||||||
/* #ifndef MYROOT1 */
|
#ifndef MYROOT1
|
||||||
/* int ex, ey; */
|
int ex, ey;
|
||||||
/* ex = (etax - etamin) / etastepX; */
|
ex = (etax - etamin) / etastepX;
|
||||||
/* ey = (etay - etamin) / etastepY; */
|
ey = (etay - etamin) / etastepY;
|
||||||
/* if (ey < nbetaY && ex < nbetaX && ex >= 0 && ey >= 0) */
|
if (ey < nbetaY && ex < nbetaX && ex >= 0 && ey >= 0)
|
||||||
/* heta[ey * nbetaX + ex]++; */
|
heta[ey * nbetaX + ex]++;
|
||||||
/* #endif */
|
#endif
|
||||||
/* return 0; */
|
return 0;
|
||||||
/* }; */
|
};
|
||||||
|
|
||||||
virtual int *getInterpolatedImage() {
|
virtual int *getInterpolatedImage() {
|
||||||
int ipx, ipy;
|
int ipx, ipy;
|
||||||
|
@ -205,44 +205,44 @@ class eta3InterpolationBase : public virtual etaInterpolationBase {
|
|||||||
double &etay) {
|
double &etay) {
|
||||||
|
|
||||||
calcEta3(cl, etax, etay, totquad);
|
calcEta3(cl, etax, etay, totquad);
|
||||||
return addToFlatFieldDistribution(etax, etay);
|
return addToFlatField(etax, etay);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* virtual int addToFlatField(double totquad, int quad, double *cl, */
|
virtual int addToFlatField(double totquad, int quad, double *cl,
|
||||||
/* double &etax, double &etay) { */
|
double &etax, double &etay) {
|
||||||
|
|
||||||
/* calcEta3(cl, etax, etay, totquad); */
|
calcEta3(cl, etax, etay, totquad);
|
||||||
/* return addToFlatField(etax, etay); */
|
return addToFlatField(etax, etay);
|
||||||
/* } */
|
}
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////////
|
||||||
/* virtual int addToFlatField(double *cluster, double &etax, double &etay) { */
|
virtual int addToFlatField(double *cluster, double &etax, double &etay) {
|
||||||
/* double totquad; */
|
double totquad;
|
||||||
/* calcEta3(cluster, etax, etay, totquad); */
|
calcEta3(cluster, etax, etay, totquad);
|
||||||
/* return addToFlatField(etax, etay); */
|
return addToFlatField(etax, etay);
|
||||||
/* }; */
|
};
|
||||||
|
|
||||||
/* virtual int addToFlatField(int *cluster, double &etax, double &etay) { */
|
virtual int addToFlatField(int *cluster, double &etax, double &etay) {
|
||||||
|
|
||||||
/* double totquad; */
|
double totquad;
|
||||||
|
|
||||||
/* calcEta3(cluster, etax, etay, totquad); */
|
calcEta3(cluster, etax, etay, totquad);
|
||||||
/* return addToFlatField(etax, etay); */
|
return addToFlatField(etax, etay);
|
||||||
/* }; */
|
};
|
||||||
|
|
||||||
/* virtual int addToFlatField(double etax, double etay) { */
|
virtual int addToFlatField(double etax, double etay) {
|
||||||
/* #ifdef MYROOT1 */
|
#ifdef MYROOT1
|
||||||
/* heta->Fill(etax, etay); */
|
heta->Fill(etax, etay);
|
||||||
/* #endif */
|
#endif
|
||||||
/* #ifndef MYROOT1 */
|
#ifndef MYROOT1
|
||||||
/* int ex, ey; */
|
int ex, ey;
|
||||||
/* ex = (etax - etamin) / etastepX; */
|
ex = (etax - etamin) / etastepX;
|
||||||
/* ey = (etay - etamin) / etastepY; */
|
ey = (etay - etamin) / etastepY;
|
||||||
/* if (ey < nbetaY && ex < nbetaX && ex >= 0 && ey >= 0) */
|
if (ey < nbetaY && ex < nbetaX && ex >= 0 && ey >= 0)
|
||||||
/* heta[ey * nbetaX + ex]++; */
|
heta[ey * nbetaX + ex]++;
|
||||||
/* #endif */
|
#endif
|
||||||
/* return 0; */
|
return 0;
|
||||||
/* }; */
|
};
|
||||||
|
|
||||||
/* protected: */
|
/* protected: */
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#ifndef ETA_INTERPOLATION_ADAPTIVEBINS_H
|
#ifndef ETA_INTERPOLATION_ADAPTIVEBINS_H
|
||||||
#define ETA_INTERPOLATION_ADAPTIVEBINS_H
|
#define ETA_INTERPOLATION_ADAPTIVEBINS_H
|
||||||
|
|
||||||
#include "sls/tiffIO.h"
|
#include "tiffIO.h"
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
//#include "etaInterpolationBase.h"
|
//#include "etaInterpolationBase.h"
|
||||||
#include "etaInterpolationPosXY.h"
|
#include "etaInterpolationPosXY.h"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#include <TTree.h>
|
#include <TTree.h>
|
||||||
#endif
|
#endif
|
||||||
#include "slsInterpolation.h"
|
#include "slsInterpolation.h"
|
||||||
#include "sls/tiffIO.h"
|
#include "tiffIO.h"
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
class etaInterpolationBase : public slsInterpolation {
|
class etaInterpolationBase : public slsInterpolation {
|
||||||
@ -128,7 +128,7 @@ class etaInterpolationBase : public slsInterpolation {
|
|||||||
return NULL;
|
return NULL;
|
||||||
};
|
};
|
||||||
|
|
||||||
void *readFlatField(const char *imgname, double emin = 1, double emax = 0) {
|
int readFlatField(const char *imgname, double emin = 1, double emax = 0) {
|
||||||
if (emax >= 1)
|
if (emax >= 1)
|
||||||
etamax = emax;
|
etamax = emax;
|
||||||
if (emin <= 0)
|
if (emin <= 0)
|
||||||
@ -169,9 +169,9 @@ class etaInterpolationBase : public slsInterpolation {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
delete[] gm;
|
delete[] gm;
|
||||||
return heta;
|
return 1;
|
||||||
}
|
}
|
||||||
return NULL;
|
return 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
float *gethhx() {
|
float *gethhx() {
|
||||||
@ -183,17 +183,12 @@ class etaInterpolationBase : public slsInterpolation {
|
|||||||
// hhy->Scale((double)nSubPixels);
|
// hhy->Scale((double)nSubPixels);
|
||||||
return hhy;
|
return hhy;
|
||||||
};
|
};
|
||||||
virtual int addToFlatFieldDistribution(double etax, double etay) {
|
virtual int addToFlatField(double etax, double etay) {
|
||||||
#ifdef MYROOT1
|
|
||||||
heta->Fill(etax, etay);
|
|
||||||
#endif
|
|
||||||
#ifndef MYROOT1
|
|
||||||
int ex, ey;
|
int ex, ey;
|
||||||
ex = (etax - etamin) / etastepX;
|
ex = (etax - etamin) / etastepX;
|
||||||
ey = (etay - etamin) / etastepY;
|
ey = (etay - etamin) / etastepY;
|
||||||
if (ey < nbetaY && ex < nbetaX && ex >= 0 && ey >= 0)
|
if (ey < nbetaY && ex < nbetaX && ex >= 0 && ey >= 0)
|
||||||
heta[ey * nbetaX + ex]++;
|
heta[ey * nbetaX + ex]++;
|
||||||
#endif
|
|
||||||
return 0;
|
return 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#ifndef ETA_INTERPOLATION_CLEVER_ADAPTIVEBINS_H
|
#ifndef ETA_INTERPOLATION_CLEVER_ADAPTIVEBINS_H
|
||||||
#define ETA_INTERPOLATION_CLEVER_ADAPTIVEBINS_H
|
#define ETA_INTERPOLATION_CLEVER_ADAPTIVEBINS_H
|
||||||
|
|
||||||
#include "sls/tiffIO.h"
|
#include "tiffIO.h"
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
//#include "etaInterpolationBase.h"
|
//#include "etaInterpolationBase.h"
|
||||||
#include "etaInterpolationAdaptiveBins.h"
|
#include "etaInterpolationAdaptiveBins.h"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#ifndef ETA_INTERPOLATION_POSXY_H
|
#ifndef ETA_INTERPOLATION_POSXY_H
|
||||||
#define ETA_INTERPOLATION_POSXY_H
|
#define ETA_INTERPOLATION_POSXY_H
|
||||||
|
|
||||||
//#include "sls/tiffIO.h"
|
//#include "tiffIO.h"
|
||||||
#include "eta2InterpolationBase.h"
|
#include "eta2InterpolationBase.h"
|
||||||
#include "eta3InterpolationBase.h"
|
#include "eta3InterpolationBase.h"
|
||||||
#include "etaInterpolationBase.h"
|
#include "etaInterpolationBase.h"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#ifndef ETA_INTERPOLATION_RANDOMBINS_H
|
#ifndef ETA_INTERPOLATION_RANDOMBINS_H
|
||||||
#define ETA_INTERPOLATION_RANDOMBINS_H
|
#define ETA_INTERPOLATION_RANDOMBINS_H
|
||||||
|
|
||||||
#include "sls/tiffIO.h"
|
#include "tiffIO.h"
|
||||||
//#include "etaInterpolationBase.h"
|
//#include "etaInterpolationBase.h"
|
||||||
#include "etaInterpolationPosXY.h"
|
#include "etaInterpolationPosXY.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
@ -78,20 +78,20 @@ class noInterpolation : public slsInterpolation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////////
|
||||||
/* virtual int addToFlatField(double *cluster, double &etax, double &etay) { */
|
virtual int addToFlatField(double *cluster, double &etax, double &etay) {
|
||||||
/* return 0; */
|
return 0;
|
||||||
/* }; */
|
};
|
||||||
|
|
||||||
/* virtual int addToFlatField(int *cluster, double &etax, double &etay) { */
|
virtual int addToFlatField(int *cluster, double &etax, double &etay) {
|
||||||
/* return 0; */
|
return 0;
|
||||||
/* }; */
|
};
|
||||||
|
|
||||||
virtual int addToFlatFieldDistribution(double etax, double etay) { return 0; };
|
virtual int addToFlatField(double etax, double etay) { return 0; };
|
||||||
|
|
||||||
/* virtual int addToFlatField(double totquad, int quad, double *cl, */
|
virtual int addToFlatField(double totquad, int quad, double *cl,
|
||||||
/* double &etax, double &etay) { */
|
double &etax, double &etay) {
|
||||||
/* return 0; */
|
return 0;
|
||||||
/* }; */
|
};
|
||||||
|
|
||||||
virtual int addToFlatField(double totquad, int quad, int *cl, double &etax,
|
virtual int addToFlatField(double totquad, int quad, int *cl, double &etax,
|
||||||
double &etay) {
|
double &etay) {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#ifndef MY_TIFF_IO_H
|
#ifndef MY_TIFF_IO_H
|
||||||
#include "sls/tiffIO.h"
|
#include "tiffIO.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef DEF_QUAD
|
#ifndef DEF_QUAD
|
||||||
@ -175,31 +175,29 @@ class slsInterpolation {
|
|||||||
return hint;
|
return hint;
|
||||||
};
|
};
|
||||||
|
|
||||||
//virtual int addToFlatField(double *cluster, double &etax, double &etay) = 0;
|
virtual int addToFlatField(double *cluster, double &etax, double &etay) = 0;
|
||||||
//virtual int addToFlatField(int *cluster, double &etax, double &etay) = 0;
|
virtual int addToFlatField(int *cluster, double &etax, double &etay) = 0;
|
||||||
virtual int addToFlatField(double totquad, int quad, int *cl, double &etax,
|
virtual int addToFlatField(double totquad, int quad, int *cl, double &etax,
|
||||||
double &etay) = 0;
|
double &etay) = 0;
|
||||||
//virtual int addToFlatField(double totquad, int quad, double *cluster,
|
virtual int addToFlatField(double totquad, int quad, double *cluster,
|
||||||
// double &etax, double &etay) = 0;
|
double &etax, double &etay) = 0;
|
||||||
virtual int addToFlatFieldDistribution(double etax, double etay) = 0;
|
virtual int addToFlatField(double etax, double etay) = 0;
|
||||||
|
|
||||||
virtual int *getFlatFieldDistribution() { return NULL; };
|
virtual int *getFlatField() { return NULL; };
|
||||||
virtual int *setFlatField(int *h, int nbx = -1, int nby = -1,
|
virtual int *setFlatField(int *h, int nb = -1, double emin = -1,
|
||||||
double emin = -1,
|
|
||||||
double emax = -1) {
|
double emax = -1) {
|
||||||
return NULL;
|
return NULL;
|
||||||
};
|
};
|
||||||
virtual void *writeFlatField(const char *imgname) { return NULL; };
|
virtual void *writeFlatField(const char *imgname) { return NULL; };
|
||||||
virtual void *readFlatField(const char *imgname,
|
virtual void *readFlatField(const char *imgname, int nb = -1,
|
||||||
double emin = 1, double emax = 0) {
|
double emin = 1, double emax = 0) {
|
||||||
return NULL;
|
return NULL;
|
||||||
};
|
};
|
||||||
virtual int *getFlatField(int &nbx, int &nby, double &emin, double &emax) {
|
virtual int *getFlatField(int &nb, double &emin, double &emax) {
|
||||||
nbx = 0;
|
nb = 0;
|
||||||
nby=0;
|
|
||||||
emin = 0;
|
emin = 0;
|
||||||
emax = 0;
|
emax = 0;
|
||||||
return getFlatFieldDistribution();
|
return getFlatField();
|
||||||
};
|
};
|
||||||
|
|
||||||
virtual void resetFlatField() = 0;
|
virtual void resetFlatField() = 0;
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#include "moench03CommonMode.h"
|
#include "moench03CommonMode.h"
|
||||||
#include "moench03GhostSummation.h"
|
#include "moench03GhostSummation.h"
|
||||||
#include "sls/tiffIO.h"
|
#include "tiffIO.h"
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
@ -20,7 +20,7 @@ class commonModeSubtractionColumn : public commonModeSubtraction {
|
|||||||
mean2[iroi] += val * val;
|
mean2[iroi] += val * val;
|
||||||
nCm[iroi]++;
|
nCm[iroi]++;
|
||||||
if (nCm[iroi] > rows)
|
if (nCm[iroi] > rows)
|
||||||
std::cout << "Too many pixels added " << nCm[iroi] << std::endl;
|
cout << "Too many pixels added " << nCm[iroi] << endl;
|
||||||
/* if (ix==10 && iy<20) */
|
/* if (ix==10 && iy<20) */
|
||||||
/* cout << " ** "<<val << " " << mean[iroi] << " " <<
|
/* cout << " ** "<<val << " " << mean[iroi] << " " <<
|
||||||
* nCm[iroi] << " " << getCommonMode(ix, iy) << endl; */
|
* nCm[iroi] << " " << getCommonMode(ix, iy) << endl; */
|
||||||
|
@ -1,52 +1,57 @@
|
|||||||
# SPDX-License-Identifier: LGPL-3.0-or-other
|
# SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
|
||||||
|
find_package(TIFF REQUIRED)
|
||||||
|
|
||||||
set(MOENCH_EXECUTABLES)
|
set(MOENCH_EXECUTABLES)
|
||||||
|
|
||||||
#Moench ZMQ
|
#Moench ZMQ
|
||||||
add_executable(moench03ZmqProcess moenchZmqProcess.cpp)
|
add_executable(moenchZmqProcess moenchZmqProcess.cpp ../tiffIO.cpp)
|
||||||
target_compile_definitions(moench03ZmqProcess PRIVATE NEWZMQ INTERP)
|
target_compile_definitions(moenchZmqProcess PRIVATE NEWZMQ INTERP)
|
||||||
list(APPEND MOENCH_EXECUTABLES moench03ZmqProcess)
|
list(APPEND MOENCH_EXECUTABLES moenchZmqProcess)
|
||||||
|
|
||||||
#Moench HighZ ZMQ
|
|
||||||
add_executable(moenchHighZZmqProcess moenchZmqProcess.cpp)
|
|
||||||
target_compile_definitions(moenchHighZZmqProcess PRIVATE NEWZMQ INTERP HIGHZ)
|
|
||||||
list(APPEND MOENCH_EXECUTABLES moenchHighZZmqProcess)
|
|
||||||
|
|
||||||
#Moench04 ZMQ
|
#Moench04 ZMQ
|
||||||
add_executable(moench04ZmqProcess moenchZmqProcess.cpp)
|
add_executable(moench04ZmqProcess moenchZmqProcess.cpp ../tiffIO.cpp)
|
||||||
target_compile_definitions(moench04ZmqProcess PRIVATE NEWZMQ INTERP MOENCH04)
|
target_compile_definitions(moench04ZmqProcess PRIVATE NEWZMQ INTERP MOENCH04)
|
||||||
list(APPEND MOENCH_EXECUTABLES moench04ZmqProcess)
|
list(APPEND MOENCH_EXECUTABLES moench04ZmqProcess)
|
||||||
|
|
||||||
|
|
||||||
#OFFLINE Processing?
|
#OFFLINE Processing?
|
||||||
add_executable(moench03RawDataProcess moenchRawDataProcess.cpp)
|
add_executable(moenchClusterFinder moench03ClusterFinder.cpp ../tiffIO.cpp)
|
||||||
target_compile_definitions(moench03RawDataProcess PRIVATE)
|
target_compile_definitions(moenchClusterFinder PRIVATE SAVE_ALL NEWRECEIVER)
|
||||||
list(APPEND MOENCH_EXECUTABLES moench03RawDataProcess)
|
list(APPEND MOENCH_EXECUTABLES moenchClusterFinder)
|
||||||
|
|
||||||
add_executable(moenchHighZRawDataProcess moenchRawDataProcess.cpp)
|
add_executable(moenchClusterFinderHighZ moench03ClusterFinder.cpp ../tiffIO.cpp)
|
||||||
target_compile_definitions(moenchHighZRawDataProcess PRIVATE HIGHZ)
|
target_compile_definitions(moenchClusterFinderHighZ PRIVATE SAVE_ALL NEWRECEIVER HIGHZ)
|
||||||
list(APPEND MOENCH_EXECUTABLES moenchHighZRawDataProcess)
|
list(APPEND MOENCH_EXECUTABLES moenchClusterFinderHighZ)
|
||||||
|
|
||||||
add_executable(moench04RawDataProcess moenchRawDataProcess.cpp)
|
add_executable(moenchMakeEta moench03Interpolation.cpp ../tiffIO.cpp)
|
||||||
target_compile_definitions(moench04RawDataProcess PRIVATE MOENCH04)
|
target_compile_definitions(moenchMakeEta PRIVATE FF)
|
||||||
list(APPEND MOENCH_EXECUTABLES moench04RawDataProcess)
|
list(APPEND MOENCH_EXECUTABLES moenchMakeEta)
|
||||||
|
|
||||||
#interpolation stuff
|
add_executable(moenchInterpolation moench03Interpolation.cpp ../tiffIO.cpp)
|
||||||
|
|
||||||
add_executable(moench03MakeEta moench03Interpolation.cpp)
|
|
||||||
target_compile_definitions(moench03MakeEta PRIVATE FF)
|
|
||||||
list(APPEND MOENCH_EXECUTABLES moench03MakeEta)
|
|
||||||
|
|
||||||
add_executable(moench03Interpolation moench03Interpolation.cpp)
|
|
||||||
#no compile defs
|
#no compile defs
|
||||||
list(APPEND MOENCH_EXECUTABLES moench03Interpolation)
|
list(APPEND MOENCH_EXECUTABLES moenchInterpolation)
|
||||||
|
|
||||||
add_executable(moench03NoInterpolation moench03NoInterpolation.cpp)
|
add_executable(moenchNoInterpolation moench03NoInterpolation.cpp ../tiffIO.cpp)
|
||||||
#no compile defs
|
#no compile defs
|
||||||
list(APPEND MOENCH_EXECUTABLES moench03NoInterpolation)
|
list(APPEND MOENCH_EXECUTABLES moenchNoInterpolation)
|
||||||
|
|
||||||
|
add_executable(moenchPhotonCounter moenchPhotonCounter.cpp ../tiffIO.cpp)
|
||||||
|
target_compile_definitions(moenchPhotonCounter PRIVATE NEWRECEIVER)
|
||||||
|
list(APPEND MOENCH_EXECUTABLES moenchPhotonCounter)
|
||||||
|
|
||||||
|
add_executable(moenchAnalog moenchPhotonCounter.cpp ../tiffIO.cpp)
|
||||||
|
target_compile_definitions(moenchAnalog PRIVATE NEWRECEIVER ANALOG)
|
||||||
|
list(APPEND MOENCH_EXECUTABLES moenchAnalog)
|
||||||
|
|
||||||
|
add_executable(moenchPhotonCounterHighZ moenchPhotonCounter.cpp ../tiffIO.cpp)
|
||||||
|
target_compile_definitions(moenchPhotonCounterHighZ PRIVATE NEWRECEIVER HIGHZ)
|
||||||
|
list(APPEND MOENCH_EXECUTABLES moenchPhotonCounterHighZ)
|
||||||
|
|
||||||
|
add_executable(moenchAnalogHighZ moenchPhotonCounter.cpp ../tiffIO.cpp)
|
||||||
|
target_compile_definitions(moenchAnalogHighZ PRIVATE NEWRECEIVER ANALOG HIGHZ)
|
||||||
|
list(APPEND MOENCH_EXECUTABLES moenchAnalogHighZ)
|
||||||
|
|
||||||
|
|
||||||
foreach(exe ${MOENCH_EXECUTABLES})
|
foreach(exe ${MOENCH_EXECUTABLES})
|
||||||
@ -56,7 +61,6 @@ foreach(exe ${MOENCH_EXECUTABLES})
|
|||||||
../dataStructures
|
../dataStructures
|
||||||
../interpolations
|
../interpolations
|
||||||
../../slsReceiverSoftware/include/
|
../../slsReceiverSoftware/include/
|
||||||
../../slsSupportLib/include/
|
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(${exe}
|
target_link_libraries(${exe}
|
||||||
@ -64,11 +68,10 @@ foreach(exe ${MOENCH_EXECUTABLES})
|
|||||||
slsSupportStatic
|
slsSupportStatic
|
||||||
${ZeroMQ_LIBRARIES}
|
${ZeroMQ_LIBRARIES}
|
||||||
pthread
|
pthread
|
||||||
tiffio
|
TIFF::TIFF
|
||||||
|
|
||||||
PRIVATE
|
PRIVATE
|
||||||
slsProjectWarnings
|
slsProjectWarnings
|
||||||
slsProjectOptions
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@ -80,6 +83,8 @@ foreach(exe ${MOENCH_EXECUTABLES})
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
endforeach(exe ${MOENCH_EXECUTABLES})
|
endforeach(exe ${MOENCH_EXECUTABLES})
|
||||||
|
|
||||||
install(TARGETS ${MOENCH_EXECUTABLES} DESTINATION bin)
|
install(TARGETS ${MOENCH_EXECUTABLES} DESTINATION bin)
|
@ -0,0 +1,219 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
//#include "sls/ansi.h"
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
//#include "moench03T1ZmqData.h"
|
||||||
|
#ifdef NEWRECEIVER
|
||||||
|
#ifndef RECT
|
||||||
|
#include "moench03T1ReceiverDataNew.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef RECT
|
||||||
|
#include "moench03T1ReceiverDataNewRect.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef CSAXS_FP
|
||||||
|
#include "moench03T1ReceiverData.h"
|
||||||
|
#endif
|
||||||
|
#ifdef OLDDATA
|
||||||
|
#include "moench03Ctb10GbT1Data.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef REORDERED
|
||||||
|
#include "moench03T1ReorderedData.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
// #include "interpolatingDetector.h"
|
||||||
|
//#include "etaInterpolationPosXY.h"
|
||||||
|
// #include "linearInterpolation.h"
|
||||||
|
// #include "noInterpolation.h"
|
||||||
|
#include "multiThreadedAnalogDetector.h"
|
||||||
|
#include "singlePhotonDetector.h"
|
||||||
|
//#include "interpolatingDetector.h"
|
||||||
|
|
||||||
|
#include <fstream>
|
||||||
|
#include <map>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
|
||||||
|
#include <ctime>
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
int main(int argc, char *argv[]) {
|
||||||
|
|
||||||
|
if (argc < 6) {
|
||||||
|
cout << "Usage is " << argv[0] << "indir outdir fname runmin runmax "
|
||||||
|
<< endl;
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
int p = 10000;
|
||||||
|
int fifosize = 1000;
|
||||||
|
int nthreads = 1;
|
||||||
|
int nsubpix = 25;
|
||||||
|
int etabins = nsubpix * 10;
|
||||||
|
double etamin = -1, etamax = 2;
|
||||||
|
int csize = 3;
|
||||||
|
int nx = 400, ny = 400;
|
||||||
|
int save = 1;
|
||||||
|
int nsigma = 5;
|
||||||
|
int nped = 1000;
|
||||||
|
int ndark = 100;
|
||||||
|
int ok;
|
||||||
|
int iprog = 0;
|
||||||
|
|
||||||
|
#ifdef NEWRECEIVER
|
||||||
|
#ifdef RECT
|
||||||
|
cout << "Should be rectangular!" << endl;
|
||||||
|
#endif
|
||||||
|
moench03T1ReceiverDataNew *decoder = new moench03T1ReceiverDataNew();
|
||||||
|
cout << "RECEIVER DATA WITH ONE HEADER!" << endl;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef CSAXS_FP
|
||||||
|
moench03T1ReceiverData *decoder = new moench03T1ReceiverData();
|
||||||
|
cout << "RECEIVER DATA WITH ALL HEADERS!" << endl;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef OLDDATA
|
||||||
|
moench03Ctb10GbT1Data *decoder = new moench03Ctb10GbT1Data();
|
||||||
|
cout << "OLD RECEIVER DATA!" << endl;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef REORDERED
|
||||||
|
moench03T1ReorderedData *decoder = new moench03T1ReorderedData();
|
||||||
|
cout << "REORDERED DATA!" << endl;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
decoder->getDetectorSize(nx, ny);
|
||||||
|
cout << "nx " << nx << " ny " << ny << endl;
|
||||||
|
|
||||||
|
// moench03T1ZmqData *decoder=new moench03T1ZmqData();
|
||||||
|
singlePhotonDetector *filter =
|
||||||
|
new singlePhotonDetector(decoder, csize, nsigma, 1, 0, nped, 200);
|
||||||
|
// char tit[10000];
|
||||||
|
cout << "filter " << endl;
|
||||||
|
|
||||||
|
// filter->readPedestals("/scratch/ped_100.tiff");
|
||||||
|
// interp->readFlatField("/scratch/eta_100.tiff",etamin,etamax);
|
||||||
|
// cout << "filter "<< endl;
|
||||||
|
|
||||||
|
int size = 327680; ////atoi(argv[3]);
|
||||||
|
|
||||||
|
int *image;
|
||||||
|
// int* image =new int[327680/sizeof(int)];
|
||||||
|
filter->newDataSet();
|
||||||
|
|
||||||
|
int ff, np;
|
||||||
|
int dsize = decoder->getDataSize();
|
||||||
|
cout << " data size is " << dsize;
|
||||||
|
|
||||||
|
char data[dsize];
|
||||||
|
|
||||||
|
ifstream filebin;
|
||||||
|
char *indir = argv[1];
|
||||||
|
char *outdir = argv[2];
|
||||||
|
char *fformat = argv[3];
|
||||||
|
int runmin = atoi(argv[4]);
|
||||||
|
int runmax = atoi(argv[5]);
|
||||||
|
|
||||||
|
char fname[10000];
|
||||||
|
char outfname[10000];
|
||||||
|
char imgfname[10000];
|
||||||
|
char pedfname[10000];
|
||||||
|
// strcpy(pedfname,argv[6]);
|
||||||
|
char fn[10000];
|
||||||
|
|
||||||
|
std::time_t end_time;
|
||||||
|
|
||||||
|
FILE *of = NULL;
|
||||||
|
cout << "input directory is " << indir << endl;
|
||||||
|
cout << "output directory is " << outdir << endl;
|
||||||
|
cout << "fileformat is " << fformat << endl;
|
||||||
|
|
||||||
|
std::time(&end_time);
|
||||||
|
cout << std::ctime(&end_time) << endl;
|
||||||
|
|
||||||
|
char *buff;
|
||||||
|
multiThreadedAnalogDetector *mt =
|
||||||
|
new multiThreadedAnalogDetector(filter, nthreads, fifosize);
|
||||||
|
|
||||||
|
mt->setDetectorMode(ePhotonCounting);
|
||||||
|
mt->setFrameMode(eFrame);
|
||||||
|
mt->StartThreads();
|
||||||
|
mt->popFree(buff);
|
||||||
|
|
||||||
|
cout << "mt " << endl;
|
||||||
|
|
||||||
|
int ifr = 0;
|
||||||
|
|
||||||
|
for (int irun = runmin; irun < runmax; irun++) {
|
||||||
|
sprintf(fn, fformat, irun);
|
||||||
|
sprintf(fname, "%s/%s.raw", indir, fn);
|
||||||
|
sprintf(outfname, "%s/%s.clust", outdir, fn);
|
||||||
|
sprintf(imgfname, "%s/%s.tiff", outdir, fn);
|
||||||
|
std::time(&end_time);
|
||||||
|
cout << std::ctime(&end_time) << endl;
|
||||||
|
cout << fname << " " << outfname << " " << imgfname << endl;
|
||||||
|
filebin.open((const char *)(fname), ios::in | ios::binary);
|
||||||
|
// //open file
|
||||||
|
if (filebin.is_open()) {
|
||||||
|
of = fopen(outfname, "w");
|
||||||
|
if (of) {
|
||||||
|
mt->setFilePointer(of);
|
||||||
|
// cout << "file pointer set " << endl;
|
||||||
|
} else {
|
||||||
|
cout << "Could not open " << outfname << " for writing "
|
||||||
|
<< endl;
|
||||||
|
mt->setFilePointer(NULL);
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
// //while read frame
|
||||||
|
ff = -1;
|
||||||
|
while (decoder->readNextFrame(filebin, ff, np, buff)) {
|
||||||
|
// cout << "*"<<ifr++<<"*"<<ff<< endl;
|
||||||
|
// cout << ff << " " << np << endl;
|
||||||
|
// //push
|
||||||
|
// for (int ix=0; ix<400; ix++)
|
||||||
|
// for (int iy=0; iy<400; iy++) {
|
||||||
|
// if (decoder->getChannel(buff, ix, iy)<3000 ||
|
||||||
|
// decoder->getChannel(buff, ix, iy)>8000) {
|
||||||
|
// cout << ifr << " " << ff << " " << ix << " " << iy <<
|
||||||
|
// " " << decoder->getChannel(buff, ix, iy) << endl ;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
|
mt->pushData(buff);
|
||||||
|
// // //pop
|
||||||
|
mt->nextThread();
|
||||||
|
// // // cout << " " << (void*)buff;
|
||||||
|
mt->popFree(buff);
|
||||||
|
ifr++;
|
||||||
|
if (ifr % 10000 == 0)
|
||||||
|
cout << ifr << " " << ff << endl;
|
||||||
|
ff = -1;
|
||||||
|
}
|
||||||
|
cout << "--" << endl;
|
||||||
|
filebin.close();
|
||||||
|
// //close file
|
||||||
|
// //join threads
|
||||||
|
while (mt->isBusy()) {
|
||||||
|
;
|
||||||
|
} // wait until all data are processed from the queues
|
||||||
|
if (of)
|
||||||
|
fclose(of);
|
||||||
|
|
||||||
|
mt->writeImage(imgfname);
|
||||||
|
mt->clearImage();
|
||||||
|
|
||||||
|
std::time(&end_time);
|
||||||
|
cout << std::ctime(&end_time) << endl;
|
||||||
|
|
||||||
|
} else
|
||||||
|
cout << "Could not open " << fname << " for reading " << endl;
|
||||||
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
@ -47,6 +47,7 @@ int main(int argc, char *argv[]) {
|
|||||||
#endif
|
#endif
|
||||||
int iarg = 4;
|
int iarg = 4;
|
||||||
char infname[10000];
|
char infname[10000];
|
||||||
|
char fname[10000];
|
||||||
char outfname[10000];
|
char outfname[10000];
|
||||||
#ifndef FF
|
#ifndef FF
|
||||||
iarg = 4;
|
iarg = 4;
|
||||||
@ -73,17 +74,18 @@ int main(int argc, char *argv[]) {
|
|||||||
int etabins = 1000; // nsubpix*2*100;
|
int etabins = 1000; // nsubpix*2*100;
|
||||||
double etamin = -1, etamax = 2;
|
double etamin = -1, etamax = 2;
|
||||||
// double etamin=-0.1, etamax=1.1;
|
// double etamin=-0.1, etamax=1.1;
|
||||||
// double eta3min = -2, eta3max = 2;
|
double eta3min = -2, eta3max = 2;
|
||||||
|
int quad;
|
||||||
double sum, totquad;
|
double sum, totquad;
|
||||||
double sDum[2][2];
|
double sDum[2][2];
|
||||||
double etax, etay;
|
double etax, etay, int_x, int_y;
|
||||||
// double eta3x, eta3y, int3_x, int3_y, noint_x, noint_y;
|
double eta3x, eta3y, int3_x, int3_y, noint_x, noint_y;
|
||||||
|
int ok;
|
||||||
|
int f0 = -1;
|
||||||
int ix, iy, isx, isy;
|
int ix, iy, isx, isy;
|
||||||
int nframes = 0, lastframe = -1;
|
int nframes = 0, lastframe = -1;
|
||||||
//double d_x, d_y, res = 5, xx, yy;
|
double d_x, d_y, res = 5, xx, yy;
|
||||||
int nph = 0, totph = 0;
|
int nph = 0, badph = 0, totph = 0;
|
||||||
//badph = 0,
|
|
||||||
FILE *f = NULL;
|
FILE *f = NULL;
|
||||||
|
|
||||||
#ifdef DOUBLE_SPH
|
#ifdef DOUBLE_SPH
|
||||||
@ -94,8 +96,7 @@ int main(int argc, char *argv[]) {
|
|||||||
single_photon_hit cl(3, 3);
|
single_photon_hit cl(3, 3);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//int f0 = -1;
|
int nSubPixels = nsubpix;
|
||||||
// int nSubPixels = nsubpix;
|
|
||||||
#ifndef NOINTERPOLATION
|
#ifndef NOINTERPOLATION
|
||||||
eta2InterpolationPosXY *interp =
|
eta2InterpolationPosXY *interp =
|
||||||
new eta2InterpolationPosXY(NC, NR, nsubpix, etabins, etamin, etamax);
|
new eta2InterpolationPosXY(NC, NR, nsubpix, etabins, etamin, etamax);
|
||||||
@ -108,12 +109,7 @@ int main(int argc, char *argv[]) {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef FF
|
#ifndef FF
|
||||||
int quad;
|
|
||||||
#ifndef NOINTERPOLATION
|
#ifndef NOINTERPOLATION
|
||||||
char fname[10000];
|
|
||||||
int ok;
|
|
||||||
double int_x, int_y;
|
|
||||||
int *img;
|
|
||||||
cout << "read ff " << argv[2] << endl;
|
cout << "read ff " << argv[2] << endl;
|
||||||
sprintf(fname, "%s", argv[2]);
|
sprintf(fname, "%s", argv[2]);
|
||||||
interp->readFlatField(fname);
|
interp->readFlatField(fname);
|
||||||
@ -125,6 +121,7 @@ int main(int argc, char *argv[]) {
|
|||||||
cout << "Will write eta file " << argv[2] << endl;
|
cout << "Will write eta file " << argv[2] << endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
int *img;
|
||||||
float *totimg = new float[NC * NR * nsubpix * nsubpix];
|
float *totimg = new float[NC * NR * nsubpix * nsubpix];
|
||||||
for (ix = 0; ix < NC; ix++) {
|
for (ix = 0; ix < NC; ix++) {
|
||||||
for (iy = 0; iy < NR; iy++) {
|
for (iy = 0; iy < NR; iy++) {
|
||||||
@ -152,7 +149,7 @@ int main(int argc, char *argv[]) {
|
|||||||
if (f) {
|
if (f) {
|
||||||
cout << infname << endl;
|
cout << infname << endl;
|
||||||
nframes = 0;
|
nframes = 0;
|
||||||
//f0 = -1;
|
f0 = -1;
|
||||||
|
|
||||||
while (cl.read(f)) {
|
while (cl.read(f)) {
|
||||||
totph++;
|
totph++;
|
||||||
@ -160,20 +157,13 @@ int main(int argc, char *argv[]) {
|
|||||||
lastframe = cl.iframe;
|
lastframe = cl.iframe;
|
||||||
// cout << cl.iframe << endl;
|
// cout << cl.iframe << endl;
|
||||||
// f0=cl.iframe;
|
// f0=cl.iframe;
|
||||||
// if (nframes == 0)
|
if (nframes == 0)
|
||||||
// f0 = lastframe;
|
f0 = lastframe;
|
||||||
nframes++;
|
nframes++;
|
||||||
}
|
}
|
||||||
// quad=interp->calcQuad(cl.get_cluster(), sum, totquad, sDum);
|
// quad=interp->calcQuad(cl.get_cluster(), sum, totquad, sDum);
|
||||||
#ifndef FF
|
|
||||||
quad = interp->calcEta(cl.get_cluster(), etax, etay, sum,
|
quad = interp->calcEta(cl.get_cluster(), etax, etay, sum,
|
||||||
totquad, sDum);
|
totquad, sDum);
|
||||||
#endif
|
|
||||||
#ifdef FF
|
|
||||||
interp->calcEta(cl.get_cluster(), etax, etay, sum,
|
|
||||||
totquad, sDum);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (sum > cmin && totquad / sum > 0.8 && totquad / sum < 1.2 &&
|
if (sum > cmin && totquad / sum > 0.8 && totquad / sum < 1.2 &&
|
||||||
sum < cmax) {
|
sum < cmax) {
|
||||||
nph++;
|
nph++;
|
||||||
@ -209,7 +199,7 @@ int main(int argc, char *argv[]) {
|
|||||||
// if (cl.x>50)
|
// if (cl.x>50)
|
||||||
// #endif
|
// #endif
|
||||||
// if (etax!=0 && etay!=0 && etax!=1 && etay!=1)
|
// if (etax!=0 && etay!=0 && etax!=1 && etay!=1)
|
||||||
interp->addToFlatFieldDistribution(etax, etay);
|
interp->addToFlatField(etax, etay);
|
||||||
// if (etax==0 || etay==0) cout << cl.x << " " << cl.y <<
|
// if (etax==0 || etay==0) cout << cl.x << " " << cl.y <<
|
||||||
// endl;
|
// endl;
|
||||||
|
|
||||||
@ -252,9 +242,9 @@ int main(int argc, char *argv[]) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// cout << "Read " << nframes << " frames (first frame: " << f0
|
cout << "Read " << nframes << " frames (first frame: " << f0
|
||||||
// << " last frame: " << lastframe << " delta:" << lastframe - f0
|
<< " last frame: " << lastframe << " delta:" << lastframe - f0
|
||||||
// << ") nph=" << nph << endl;
|
<< ") nph=" << nph << endl;
|
||||||
interp->clearInterpolatedImage();
|
interp->clearInterpolatedImage();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2,33 +2,43 @@
|
|||||||
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
//#include "sls/ansi.h"
|
//#include "sls/ansi.h"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#undef CORR
|
#define CORR
|
||||||
|
|
||||||
#define C_GHOST 0.0004
|
#define C_GHOST 0.0004
|
||||||
|
|
||||||
#define CM_ROWS 50
|
#define CM_ROWS 50
|
||||||
|
|
||||||
#define RAWDATA
|
//#define VERSION_V1
|
||||||
|
|
||||||
#ifndef MOENCH04
|
//#include "moench03T1ZmqData.h"
|
||||||
|
#ifdef NEWRECEIVER
|
||||||
#ifndef RECT
|
#ifndef RECT
|
||||||
#include "moench03T1ReceiverDataNew.h"
|
#include "moench03T1ReceiverDataNew.h"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef RECT
|
#ifdef RECT
|
||||||
#include "moench03T1ReceiverDataNewRect.h"
|
#include "moench03T1ReceiverDataNewRect.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef MOENCH04
|
|
||||||
#include "moench04CtbZmq10GbData.h"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef CSAXS_FP
|
||||||
|
#include "moench03T1ReceiverData.h"
|
||||||
|
#endif
|
||||||
|
#ifdef OLDDATA
|
||||||
|
#include "moench03Ctb10GbT1Data.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
// #include "interpolatingDetector.h"
|
||||||
|
//#include "etaInterpolationPosXY.h"
|
||||||
|
// #include "linearInterpolation.h"
|
||||||
|
// #include "noInterpolation.h"
|
||||||
#include "multiThreadedCountingDetector.h"
|
#include "multiThreadedCountingDetector.h"
|
||||||
|
//#include "multiThreadedAnalogDetector.h"
|
||||||
#include "moench03CommonMode.h"
|
#include "moench03CommonMode.h"
|
||||||
#include "moench03GhostSummation.h"
|
#include "moench03GhostSummation.h"
|
||||||
#include "singlePhotonDetector.h"
|
#include "singlePhotonDetector.h"
|
||||||
|
//#include "interpolatingDetector.h"
|
||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <map>
|
#include <map>
|
||||||
@ -42,7 +52,7 @@ int main(int argc, char *argv[]) {
|
|||||||
|
|
||||||
if (argc < 4) {
|
if (argc < 4) {
|
||||||
cout << "Usage is " << argv[0]
|
cout << "Usage is " << argv[0]
|
||||||
<< "indir outdir fname(no extension) [runmin] [runmax] [pedfile (raw or tiff)] [threshold] "
|
<< "indir outdir fname [runmin] [runmax] [pedfile] [threshold] "
|
||||||
"[nframes] [xmin xmax ymin ymax] [gainmap]"
|
"[nframes] [xmin xmax ymin ymax] [gainmap]"
|
||||||
<< endl;
|
<< endl;
|
||||||
cout << "threshold <0 means analog; threshold=0 means cluster finder; "
|
cout << "threshold <0 means analog; threshold=0 means cluster finder; "
|
||||||
@ -54,39 +64,55 @@ int main(int argc, char *argv[]) {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int p = 10000;
|
||||||
int fifosize = 1000;
|
int fifosize = 1000;
|
||||||
int nthreads = 10;
|
int nthreads = 10;
|
||||||
|
int nsubpix = 25;
|
||||||
|
int etabins = nsubpix * 10;
|
||||||
|
double etamin = -1, etamax = 2;
|
||||||
int csize = 3;
|
int csize = 3;
|
||||||
|
int save = 1;
|
||||||
int nsigma = 5;
|
int nsigma = 5;
|
||||||
int nped = 10000;
|
int nped = 10000;
|
||||||
|
int ndark = 100;
|
||||||
|
int ok;
|
||||||
|
int iprog = 0;
|
||||||
|
|
||||||
int cf = 0;
|
int cf = 0;
|
||||||
|
|
||||||
|
#ifdef NEWRECEIVER
|
||||||
#ifdef RECT
|
#ifdef RECT
|
||||||
cout << "Should be rectangular but now it will crash! No data structure defined!" << endl;
|
cout << "Should be rectangular!" << endl;
|
||||||
#endif
|
#endif
|
||||||
#ifndef MOENCH04
|
|
||||||
moench03T1ReceiverDataNew *decoder = new moench03T1ReceiverDataNew();
|
moench03T1ReceiverDataNew *decoder = new moench03T1ReceiverDataNew();
|
||||||
cout << "MOENCH03!" << endl;
|
cout << "RECEIVER DATA WITH ONE HEADER!" << endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef MOENCH04
|
#ifdef CSAXS_FP
|
||||||
moench04CtbZmq10GbData *decoder = new moench04CtbZmq10GbData();
|
moench03T1ReceiverData *decoder = new moench03T1ReceiverData();
|
||||||
cout << "MOENCH04!" << endl;
|
cout << "RECEIVER DATA WITH ALL HEADERS!" << endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef OLDDATA
|
||||||
|
moench03Ctb10GbT1Data *decoder = new moench03Ctb10GbT1Data();
|
||||||
|
cout << "OLD RECEIVER DATA!" << endl;
|
||||||
|
#endif
|
||||||
|
|
||||||
int nx = 400, ny = 400;
|
int nx = 400, ny = 400;
|
||||||
|
|
||||||
decoder->getDetectorSize(nx, ny);
|
decoder->getDetectorSize(nx, ny);
|
||||||
#ifdef CORR
|
|
||||||
int ncol_cm = CM_ROWS;
|
int ncol_cm = CM_ROWS;
|
||||||
double xt_ghost = C_GHOST;
|
double xt_ghost = C_GHOST;
|
||||||
#endif
|
|
||||||
moench03CommonMode *cm = NULL;
|
moench03CommonMode *cm = NULL;
|
||||||
moench03GhostSummation *gs;
|
moench03GhostSummation *gs;
|
||||||
double *gainmap = NULL;
|
double *gainmap = NULL;
|
||||||
//float *gm;
|
float *gm;
|
||||||
|
|
||||||
|
int size = 327680; ////atoi(argv[3]);
|
||||||
|
|
||||||
|
int *image;
|
||||||
|
// int* image =new int[327680/sizeof(int)];
|
||||||
|
|
||||||
int ff, np;
|
int ff, np;
|
||||||
// cout << " data size is " << dsize;
|
// cout << " data size is " << dsize;
|
||||||
@ -143,6 +169,7 @@ int main(int argc, char *argv[]) {
|
|||||||
char fname[10000];
|
char fname[10000];
|
||||||
char imgfname[10000];
|
char imgfname[10000];
|
||||||
char cfname[10000];
|
char cfname[10000];
|
||||||
|
char fn[10000];
|
||||||
|
|
||||||
std::time_t end_time;
|
std::time_t end_time;
|
||||||
|
|
||||||
@ -159,6 +186,19 @@ int main(int argc, char *argv[]) {
|
|||||||
cout << "Nframes is " << nframes << endl;
|
cout << "Nframes is " << nframes << endl;
|
||||||
|
|
||||||
uint32_t nnx, nny;
|
uint32_t nnx, nny;
|
||||||
|
double *gmap;
|
||||||
|
|
||||||
|
// if (gainfname) {
|
||||||
|
// gm=ReadFromTiff(gainfname, nny, nnx);
|
||||||
|
// if (gm && nnx==nx && nny==ny) {
|
||||||
|
// gmap=new double[nx*ny];
|
||||||
|
// for (int i=0; i<nx*ny; i++) {
|
||||||
|
// gmap[i]=gm[i];
|
||||||
|
// }
|
||||||
|
// delete gm;
|
||||||
|
// } else
|
||||||
|
// cout << "Could not open gain map " << gainfname << endl;
|
||||||
|
// }
|
||||||
|
|
||||||
#ifdef CORR
|
#ifdef CORR
|
||||||
cout << "Applying common mode " << ncol_cm << endl;
|
cout << "Applying common mode " << ncol_cm << endl;
|
||||||
@ -180,15 +220,21 @@ int main(int argc, char *argv[]) {
|
|||||||
} else
|
} else
|
||||||
thr = 0.15 * thr;
|
thr = 0.15 * thr;
|
||||||
filter->newDataSet();
|
filter->newDataSet();
|
||||||
//int dsize = decoder->getDataSize();
|
int dsize = decoder->getDataSize();
|
||||||
|
|
||||||
|
char data[dsize];
|
||||||
|
|
||||||
|
//#ifndef ANALOG
|
||||||
if (thr > 0) {
|
if (thr > 0) {
|
||||||
cout << "threshold is " << thr << endl;
|
cout << "threshold is " << thr << endl;
|
||||||
|
//#ifndef ANALOG
|
||||||
filter->setThreshold(thr);
|
filter->setThreshold(thr);
|
||||||
|
//#endif
|
||||||
cf = 0;
|
cf = 0;
|
||||||
|
|
||||||
} else
|
} else
|
||||||
cf = 1;
|
cf = 1;
|
||||||
|
//#endif
|
||||||
|
|
||||||
filter->setROI(xmin, xmax, ymin, ymax);
|
filter->setROI(xmin, xmax, ymin, ymax);
|
||||||
std::time(&end_time);
|
std::time(&end_time);
|
||||||
@ -223,7 +269,7 @@ int main(int argc, char *argv[]) {
|
|||||||
|
|
||||||
int ifr = 0;
|
int ifr = 0;
|
||||||
|
|
||||||
double *ped=new double[nx * ny];//, *ped1;
|
double ped[nx * ny], *ped1;
|
||||||
|
|
||||||
if (pedfile) {
|
if (pedfile) {
|
||||||
|
|
||||||
@ -231,10 +277,10 @@ int main(int argc, char *argv[]) {
|
|||||||
sprintf(imgfname, "%s/pedestals.tiff", outdir);
|
sprintf(imgfname, "%s/pedestals.tiff", outdir);
|
||||||
|
|
||||||
if (string(pedfile).find(".tif") == std::string::npos) {
|
if (string(pedfile).find(".tif") == std::string::npos) {
|
||||||
sprintf(fname, "%s", pedfile);
|
sprintf(fname, "%s.raw", pedfile);
|
||||||
cout << fname << endl;
|
cout << fname << endl;
|
||||||
std::time(&end_time);
|
std::time(&end_time);
|
||||||
//cout << "aaa" << std::ctime(&end_time) << endl;
|
cout << "aaa" << std::ctime(&end_time) << endl;
|
||||||
|
|
||||||
mt->setFrameMode(ePedestal);
|
mt->setFrameMode(ePedestal);
|
||||||
// sprintf(fn,fformat,irun);
|
// sprintf(fn,fformat,irun);
|
||||||
@ -264,12 +310,18 @@ int main(int argc, char *argv[]) {
|
|||||||
<< " for reading " << endl;
|
<< " for reading " << endl;
|
||||||
} else {
|
} else {
|
||||||
float *pp = ReadFromTiff(pedfile, nny, nnx);
|
float *pp = ReadFromTiff(pedfile, nny, nnx);
|
||||||
if (pp && (int)nnx == nx && (int)nny == ny) {
|
if (pp && nnx == nx && nny == ny) {
|
||||||
for (int i = 0; i < nx * ny; i++) {
|
for (int i = 0; i < nx * ny; i++) {
|
||||||
ped[i] = pp[i];
|
ped[i] = pp[i];
|
||||||
}
|
}
|
||||||
delete[] pp;
|
delete[] pp;
|
||||||
mt->setPedestal(ped);
|
mt->setPedestal(ped);
|
||||||
|
// ped1=mt->getPedestal();
|
||||||
|
|
||||||
|
// for (int i=0; i<nx*ny; i++) {
|
||||||
|
|
||||||
|
// cout << ped[i]<<"/"<<ped1[i] << " " ;
|
||||||
|
// }
|
||||||
cout << "Pedestal set from tiff file " << pedfile << endl;
|
cout << "Pedestal set from tiff file " << pedfile << endl;
|
||||||
} else {
|
} else {
|
||||||
cout << "Could not open pedestal tiff file " << pedfile
|
cout << "Could not open pedestal tiff file " << pedfile
|
||||||
@ -290,11 +342,11 @@ int main(int argc, char *argv[]) {
|
|||||||
cout << "DATA ";
|
cout << "DATA ";
|
||||||
// sprintf(fn,fformat,irun);
|
// sprintf(fn,fformat,irun);
|
||||||
sprintf(ffname, "%s/%s.raw", indir, fformat);
|
sprintf(ffname, "%s/%s.raw", indir, fformat);
|
||||||
sprintf(fname, (const char*)ffname, irun);
|
sprintf(fname, ffname, irun);
|
||||||
sprintf(ffname, "%s/%s.tiff", outdir, fformat);
|
sprintf(ffname, "%s/%s.tiff", outdir, fformat);
|
||||||
sprintf(imgfname, (const char*)ffname, irun);
|
sprintf(imgfname, ffname, irun);
|
||||||
sprintf(ffname, "%s/%s.clust", outdir, fformat);
|
sprintf(ffname, "%s/%s.clust", outdir, fformat);
|
||||||
sprintf(cfname, (const char*)ffname, irun);
|
sprintf(cfname, ffname, irun);
|
||||||
cout << fname << " ";
|
cout << fname << " ";
|
||||||
cout << imgfname << endl;
|
cout << imgfname << endl;
|
||||||
std::time(&end_time);
|
std::time(&end_time);
|
||||||
@ -323,10 +375,13 @@ int main(int argc, char *argv[]) {
|
|||||||
ifr = 0;
|
ifr = 0;
|
||||||
while (decoder->readNextFrame(filebin, ff, np, buff)) {
|
while (decoder->readNextFrame(filebin, ff, np, buff)) {
|
||||||
if (np == 40) {
|
if (np == 40) {
|
||||||
|
// cout << "*"<<ifr++<<"*"<<ff<< endl;
|
||||||
|
// cout << ff << " " << np << endl;
|
||||||
// //push
|
// //push
|
||||||
mt->pushData(buff);
|
mt->pushData(buff);
|
||||||
// // //pop
|
// // //pop
|
||||||
mt->nextThread();
|
mt->nextThread();
|
||||||
|
// // // cout << " " << (void*)buff;
|
||||||
mt->popFree(buff);
|
mt->popFree(buff);
|
||||||
|
|
||||||
ifr++;
|
ifr++;
|
||||||
@ -334,9 +389,15 @@ int main(int argc, char *argv[]) {
|
|||||||
cout << ifr << " " << ff << endl;
|
cout << ifr << " " << ff << endl;
|
||||||
if (nframes > 0) {
|
if (nframes > 0) {
|
||||||
if (ifr % nframes == 0) {
|
if (ifr % nframes == 0) {
|
||||||
|
// The name has an additional "_fXXXXX" at the end,
|
||||||
|
// where "XXXXX" is the initial frame number of the
|
||||||
|
// image (0,1000,2000...)
|
||||||
|
|
||||||
sprintf(ffname, "%s/%s_f%05d.tiff", outdir, fformat,
|
sprintf(ffname, "%s/%s_f%05d.tiff", outdir, fformat,
|
||||||
ifile);
|
ifile);
|
||||||
sprintf(imgfname, (const char*)ffname, irun);
|
sprintf(imgfname, ffname, irun);
|
||||||
|
// cout << "Writing tiff to " << imgfname << " " <<
|
||||||
|
// thr1 << endl;
|
||||||
mt->writeImage(imgfname, thr1);
|
mt->writeImage(imgfname, thr1);
|
||||||
mt->clearImage();
|
mt->clearImage();
|
||||||
ifile++;
|
ifile++;
|
||||||
@ -348,16 +409,18 @@ int main(int argc, char *argv[]) {
|
|||||||
}
|
}
|
||||||
cout << "--" << endl;
|
cout << "--" << endl;
|
||||||
filebin.close();
|
filebin.close();
|
||||||
|
// //close file
|
||||||
|
// //join threads
|
||||||
while (mt->isBusy()) {
|
while (mt->isBusy()) {
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
if (nframes >= 0) {
|
if (nframes >= 0) {
|
||||||
if (nframes > 0) {
|
if (nframes > 0) {
|
||||||
sprintf(ffname, "%s/%s_f%05d.tiff", outdir, fformat, ifile);
|
sprintf(ffname, "%s/%s_f%05d.tiff", outdir, fformat, ifile);
|
||||||
sprintf(imgfname, (const char*)ffname, irun);
|
sprintf(imgfname, ffname, irun);
|
||||||
} else {
|
} else {
|
||||||
sprintf(ffname, "%s/%s.tiff", outdir, fformat);
|
sprintf(ffname, "%s/%s.tiff", outdir, fformat);
|
||||||
sprintf(imgfname, (const char*)ffname, irun);
|
sprintf(imgfname, ffname, irun);
|
||||||
}
|
}
|
||||||
cout << "Writing tiff to " << imgfname << " " << thr1 << endl;
|
cout << "Writing tiff to " << imgfname << " " << thr1 << endl;
|
||||||
mt->writeImage(imgfname, thr1);
|
mt->writeImage(imgfname, thr1);
|
@ -1,9 +1,9 @@
|
|||||||
// SPDX-License-Identifier: LGPL-3.0-or-other
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
//#define WRITE_QUAD
|
//#define WRITE_QUAD
|
||||||
//#define DEVELOPER
|
#define DEVELOPER
|
||||||
#undef CORR
|
#undef CORR
|
||||||
//#undef MOENCH04
|
#undef MOENCH04
|
||||||
|
|
||||||
#define C_GHOST 0.0004
|
#define C_GHOST 0.0004
|
||||||
|
|
||||||
@ -11,21 +11,21 @@
|
|||||||
|
|
||||||
#include "sls/ZmqSocket.h"
|
#include "sls/ZmqSocket.h"
|
||||||
#include "sls/sls_detector_defs.h"
|
#include "sls/sls_detector_defs.h"
|
||||||
|
#ifndef RECT
|
||||||
#ifndef MOENCH04
|
#ifndef MOENCH04
|
||||||
//#ifndef RECT
|
|
||||||
#include "moench03T1ZmqDataNew.h"
|
#include "moench03T1ZmqDataNew.h"
|
||||||
//#endif
|
|
||||||
//#ifdef RECT
|
|
||||||
//#include "moench03T1ZmqDataNewRect.h"
|
|
||||||
//#endif
|
|
||||||
#endif
|
#endif
|
||||||
#ifdef MOENCH04
|
#ifdef MOENCH04
|
||||||
#include "moench04CtbZmq10GbData.h"
|
#include "moench04CtbZmq10GbData.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
#ifdef RECT
|
||||||
|
#include "moench03T1ZmqDataNewRect.h"
|
||||||
|
#endif
|
||||||
#include "moench03CommonMode.h"
|
#include "moench03CommonMode.h"
|
||||||
#include "moench03GhostSummation.h"
|
#include "moench03GhostSummation.h"
|
||||||
#include "sls/tiffIO.h"
|
#include "tiffIO.h"
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
@ -156,7 +156,7 @@ int main(int argc, char *argv[]) {
|
|||||||
int send_something = 0;
|
int send_something = 0;
|
||||||
|
|
||||||
int maxSize = npx * npy * 2; // 32*2*8192;//5000;//atoi(argv[3]);
|
int maxSize = npx * npy * 2; // 32*2*8192;//5000;//atoi(argv[3]);
|
||||||
int size = maxSize+sizeof(int); // 32*2*5000;
|
int size = maxSize; // 32*2*5000;
|
||||||
// int multisize=size;
|
// int multisize=size;
|
||||||
// int dataSize=size;
|
// int dataSize=size;
|
||||||
|
|
||||||
@ -305,10 +305,10 @@ int main(int argc, char *argv[]) {
|
|||||||
// header variables
|
// header variables
|
||||||
uint64_t acqIndex = -1;
|
uint64_t acqIndex = -1;
|
||||||
uint64_t frameIndex = -1;
|
uint64_t frameIndex = -1;
|
||||||
// #ifdef MOENCH_BRANCH
|
#ifdef MOENCH_BRANCH
|
||||||
// uint32_t subFrameIndex = -1;
|
uint32_t subFrameIndex = -1;
|
||||||
// int *flippedData = 0;
|
int *flippedData = 0;
|
||||||
// #endif
|
#endif
|
||||||
|
|
||||||
uint64_t subframes = 0;
|
uint64_t subframes = 0;
|
||||||
// uint64_t isubframe=0;
|
// uint64_t isubframe=0;
|
||||||
@ -502,13 +502,13 @@ int main(int argc, char *argv[]) {
|
|||||||
}
|
}
|
||||||
#ifdef INTERP
|
#ifdef INTERP
|
||||||
else if (fMode == eFlat) {
|
else if (fMode == eFlat) {
|
||||||
int nbx, nby;
|
int nb;
|
||||||
double emi = 0, ema = 1;
|
double emi = 0, ema = 1;
|
||||||
int *ff = mt->getFlatField(nbx, nby, emi, ema);
|
int *ff = mt->getFlatField(nb, emi, ema);
|
||||||
nnx = nbx;
|
nnx = nb;
|
||||||
nny = nby;
|
nny = nb;
|
||||||
dout = new int32_t[nbx * nby];
|
dout = new int32_t[nb * nb];
|
||||||
for (int ix = 0; ix < nbx * nby; ix++) {
|
for (int ix = 0; ix < nb * nb; ix++) {
|
||||||
dout[ix] = ff[ix];
|
dout[ix] = ff[ix];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -182,10 +182,10 @@ class threadedAnalogDetector {
|
|||||||
interp->prepareInterpolation(ok);
|
interp->prepareInterpolation(ok);
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual int *getFlatFieldDistribution() {
|
virtual int *getFlatField() {
|
||||||
slsInterpolation *interp = (det)->getInterpolation();
|
slsInterpolation *interp = (det)->getInterpolation();
|
||||||
if (interp)
|
if (interp)
|
||||||
return interp->getFlatFieldDistribution();
|
return interp->getFlatField();
|
||||||
else
|
else
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
@ -208,19 +208,19 @@ class threadedAnalogDetector {
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
void *readFlatField(const char *imgname, double emin = 1,
|
void *readFlatField(const char *imgname, int nb = -1, double emin = 1,
|
||||||
double emax = 0) {
|
double emax = 0) {
|
||||||
slsInterpolation *interp = (det)->getInterpolation();
|
slsInterpolation *interp = (det)->getInterpolation();
|
||||||
if (interp)
|
if (interp)
|
||||||
return interp->readFlatField(imgname, emin, emax);
|
return interp->readFlatField(imgname, nb, emin, emax);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual int *getFlatField(int &nbx, int &nby, double &emi, double &ema) {
|
virtual int *getFlatField(int &nb, double emi, double ema) {
|
||||||
slsInterpolation *interp = (det)->getInterpolation();
|
slsInterpolation *interp = (det)->getInterpolation();
|
||||||
int *ff = NULL;
|
int *ff = NULL;
|
||||||
if (interp) {
|
if (interp) {
|
||||||
ff = interp->getFlatField(nbx, nby, emi, ema);
|
ff = interp->getFlatField(nb, emi, ema);
|
||||||
}
|
}
|
||||||
return ff;
|
return ff;
|
||||||
}
|
}
|
||||||
|
@ -25,10 +25,10 @@ class multiThreadedInterpolatingDetector
|
|||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual int *getFlatFieldDistribution() { return (dets[0])->getFlatFieldDistribution(); }
|
virtual int *getFlatField() { return (dets[0])->getFlatField(); }
|
||||||
|
|
||||||
virtual int *getFlatField(int &nbx, int &nby, double &emi, double &ema) {
|
virtual int *getFlatField(int &nb, double emi, double ema) {
|
||||||
return (dets[0])->getFlatField(nbx, nby, emi, ema);
|
return (dets[0])->getFlatField(nb, emi, ema);
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual int *setFlatField(int *h = NULL, int nb = -1, double emin = 1,
|
virtual int *setFlatField(int *h = NULL, int nb = -1, double emin = 1,
|
||||||
@ -40,9 +40,9 @@ class multiThreadedInterpolatingDetector
|
|||||||
return dets[0]->writeFlatField(imgname);
|
return dets[0]->writeFlatField(imgname);
|
||||||
};
|
};
|
||||||
|
|
||||||
void *readFlatField(const char *imgname, double emin = 1,
|
void *readFlatField(const char *imgname, int nb = -1, double emin = 1,
|
||||||
double emax = 0) {
|
double emax = 0) {
|
||||||
return (dets[0])->readFlatField(imgname, emin, emax);
|
return (dets[0])->readFlatField(imgname, nb, emin, emax);
|
||||||
};
|
};
|
||||||
|
|
||||||
/* virtual int setNSubPixels(int ns) { return
|
/* virtual int setNSubPixels(int ns) { return
|
||||||
|
@ -1,12 +1,26 @@
|
|||||||
// SPDX-License-Identifier: LGPL-3.0-or-other
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
#ifndef MY_TIFF_IO_H
|
||||||
#include "sls/tiffIO.h"
|
#include "tiffIO.h"
|
||||||
|
#endif
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <tiffio.h>
|
using namespace std;
|
||||||
|
// #undef cbf_failnez
|
||||||
|
// #define cbf_failnez(x)
|
||||||
|
// {
|
||||||
|
// int err;
|
||||||
|
// err = (x);
|
||||||
|
// if (err) {
|
||||||
|
// fprintf(stderr,"\nCBFlib fatal error %x \n",err);
|
||||||
|
// exit(-1);
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
void *WriteToTiff(float *imgData, const char *imgname, int nrow, int ncol) {
|
void *WriteToTiff(float *imgData, const char *imgname, int nrow, int ncol) {
|
||||||
constexpr uint32_t sampleperpixel = 1;
|
int sampleperpixel = 1;
|
||||||
|
// unsigned char * buff=NULL;
|
||||||
|
// tsize_t linebytes;
|
||||||
|
// cout << "--" <<endl;
|
||||||
TIFF *tif = TIFFOpen(imgname, "w");
|
TIFF *tif = TIFFOpen(imgname, "w");
|
||||||
if (tif) {
|
if (tif) {
|
||||||
TIFFSetField(tif, TIFFTAG_IMAGEWIDTH, ncol);
|
TIFFSetField(tif, TIFFTAG_IMAGEWIDTH, ncol);
|
||||||
@ -17,32 +31,50 @@ void *WriteToTiff(float *imgData, const char *imgname, int nrow, int ncol) {
|
|||||||
TIFFSetField(tif, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG);
|
TIFFSetField(tif, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG);
|
||||||
TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_MINISBLACK);
|
TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_MINISBLACK);
|
||||||
TIFFSetField(tif, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_IEEEFP);
|
TIFFSetField(tif, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_IEEEFP);
|
||||||
|
|
||||||
|
// linebytes = sampleperpixel*ncol;
|
||||||
TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP,
|
TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP,
|
||||||
TIFFDefaultStripSize(tif, ncol * sampleperpixel));
|
TIFFDefaultStripSize(tif, ncol * sampleperpixel));
|
||||||
|
|
||||||
for (int irow = 0; irow < nrow; irow++) {
|
for (int irow = 0; irow < nrow; irow++) {
|
||||||
TIFFWriteScanline(tif, &imgData[irow * ncol], irow, 0);
|
TIFFWriteScanline(tif, &imgData[irow * ncol], irow, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
TIFFClose(tif);
|
TIFFClose(tif);
|
||||||
} else {
|
} else
|
||||||
std::cout << "could not open file " << imgname << " for writing\n";
|
cout << "could not open file " << imgname << " for writing " << endl;
|
||||||
}
|
|
||||||
return nullptr;
|
return NULL;
|
||||||
}
|
};
|
||||||
|
|
||||||
float *ReadFromTiff(const char *imgname, uint32_t &nrow, uint32_t &ncol) {
|
float *ReadFromTiff(const char *imgname, uint32_t &nrow, uint32_t &ncol) {
|
||||||
|
// unsigned char * buff=NULL;
|
||||||
|
|
||||||
TIFF *tif = TIFFOpen(imgname, "r");
|
TIFF *tif = TIFFOpen(imgname, "r");
|
||||||
if (tif) {
|
if (tif) {
|
||||||
|
uint32_t bps;
|
||||||
|
uint32_t sampleperpixel = 1;
|
||||||
|
// tsize_t linebytes;
|
||||||
|
|
||||||
|
uint32_t imagelength;
|
||||||
|
|
||||||
TIFFGetField(tif, TIFFTAG_IMAGEWIDTH, &ncol);
|
TIFFGetField(tif, TIFFTAG_IMAGEWIDTH, &ncol);
|
||||||
TIFFGetField(tif, TIFFTAG_IMAGELENGTH, &nrow);
|
TIFFGetField(tif, TIFFTAG_IMAGELENGTH, &nrow);
|
||||||
|
TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, sampleperpixel);
|
||||||
|
TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, &bps);
|
||||||
|
TIFFGetField(tif, TIFFTAG_IMAGELENGTH, &imagelength);
|
||||||
|
|
||||||
float *imgData = new float[ncol * nrow];
|
float *imgData = new float[ncol * nrow];
|
||||||
for (uint32_t irow = 0; irow < nrow; ++irow) {
|
// linebytes = sampleperpixel*ncol;
|
||||||
|
// TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, TIFFDefaultStripSize(tif,
|
||||||
|
// ncol*sampleperpixel));
|
||||||
|
for (uint32_t irow = 0; irow < nrow; irow++) {
|
||||||
|
// tiffreadscanline(tif, buf, row);
|
||||||
TIFFReadScanline(tif, &imgData[irow * ncol], irow);
|
TIFFReadScanline(tif, &imgData[irow * ncol], irow);
|
||||||
}
|
}
|
||||||
|
|
||||||
TIFFClose(tif);
|
TIFFClose(tif);
|
||||||
return imgData;
|
return imgData;
|
||||||
} else {
|
} else
|
||||||
std::cout << "could not open file " << imgname << " for reading\n";
|
cout << "could not open file " << imgname << " for reading " << endl;
|
||||||
return nullptr;
|
return NULL;
|
||||||
}
|
};
|
||||||
}
|
|
35
slsDetectorCalibration/tiffIO.h
Normal file
35
slsDetectorCalibration/tiffIO.h
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
#ifndef MY_TIFF_IO_H
|
||||||
|
#define MY_TIFF_IO_H
|
||||||
|
|
||||||
|
#include <fstream>
|
||||||
|
#include <iomanip>
|
||||||
|
#include <sstream>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <string>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
|
/*****************************************************************************/
|
||||||
|
//
|
||||||
|
// CBFlib must be installed to use this program
|
||||||
|
//
|
||||||
|
/*****************************************************************************/
|
||||||
|
#include <tiffio.h>
|
||||||
|
|
||||||
|
#undef cbf_failnez
|
||||||
|
#define cbf_failnez(x) \
|
||||||
|
{ \
|
||||||
|
int err; \
|
||||||
|
err = (x); \
|
||||||
|
if (err) { \
|
||||||
|
fprintf(stderr, "\nCBFlib fatal error %x \n", err); \
|
||||||
|
exit(-1); \
|
||||||
|
} \
|
||||||
|
}
|
||||||
|
|
||||||
|
void *WriteToTiff(float *imgData, const char *imgname, int nrow, int ncol);
|
||||||
|
|
||||||
|
float *ReadFromTiff(const char *imgname, uint32_t &nrow, uint32_t &ncol);
|
||||||
|
|
||||||
|
#endif
|
@ -1,14 +0,0 @@
|
|||||||
find_package(TIFF REQUIRED)
|
|
||||||
add_library(tiffio STATIC src/tiffIO.cpp)
|
|
||||||
target_include_directories(tiffio PUBLIC include/)
|
|
||||||
target_link_libraries(tiffio
|
|
||||||
PUBLIC
|
|
||||||
TIFF::TIFF
|
|
||||||
PRIVATE
|
|
||||||
slsProjectWarnings
|
|
||||||
slsProjectOptions
|
|
||||||
)
|
|
||||||
|
|
||||||
if(SLS_USE_TESTS)
|
|
||||||
add_subdirectory(tests)
|
|
||||||
endif()
|
|
@ -1,16 +0,0 @@
|
|||||||
// SPDX-License-Identifier: LGPL-3.0-or-other
|
|
||||||
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
|
||||||
#pragma once
|
|
||||||
#include <cstdint>
|
|
||||||
|
|
||||||
//Write 32bit float data to tiff file
|
|
||||||
//Always returns nullptr, prints message on failure
|
|
||||||
void *WriteToTiff(float *imgData, const char *imgname, int nrow, int ncol);
|
|
||||||
|
|
||||||
//Read 32bit float data from tiff file, returns pointer to data and sets
|
|
||||||
//image dimensions in the out parameters nrow, ncol.
|
|
||||||
//Returns nullptr on failure
|
|
||||||
//The caller is responsible to deallocate the memory that the returned
|
|
||||||
//pointer points to.
|
|
||||||
float *ReadFromTiff(const char *imgname, uint32_t &nrow, uint32_t &ncol);
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
|||||||
# SPDX-License-Identifier: LGPL-3.0-or-other
|
|
||||||
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
|
||||||
target_sources(tests PRIVATE
|
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/test-tiffio.cpp
|
|
||||||
)
|
|
@ -1,54 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "catch.hpp"
|
|
||||||
#include "sls/tiffIO.h"
|
|
||||||
#include <cstdio>
|
|
||||||
#include <ftw.h>
|
|
||||||
#include <iostream>
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
/* Call-back to the 'remove()' function called by nftw() */
|
|
||||||
static int remove_callback(const char *pathname,
|
|
||||||
__attribute__((unused)) const struct stat *sbuf,
|
|
||||||
__attribute__((unused)) int type,
|
|
||||||
__attribute__((unused)) struct FTW *ftwb) {
|
|
||||||
return remove(pathname);
|
|
||||||
}
|
|
||||||
|
|
||||||
TEST_CASE("Write and read back data from tiff file") {
|
|
||||||
|
|
||||||
std::vector<float> data{1, 2, 3, 4, 5, 6, 7, 8, 9};
|
|
||||||
|
|
||||||
/* Create the temporary directory */
|
|
||||||
char tmp[] = "/tmp/tmpdir.XXXXXX";
|
|
||||||
char *tmp_dirname = mkdtemp(tmp);
|
|
||||||
|
|
||||||
if (tmp_dirname == NULL) {
|
|
||||||
perror("tempdir: error: Could not create tmp directory");
|
|
||||||
CHECK(false);
|
|
||||||
}
|
|
||||||
|
|
||||||
std::string fname = std::string(tmp_dirname) + std::string("/test.tif");
|
|
||||||
std::cout << "Writing to: " << fname<< '\n';
|
|
||||||
|
|
||||||
WriteToTiff(data.data(), fname.c_str(), 3, 3);
|
|
||||||
|
|
||||||
//Readback
|
|
||||||
uint32_t nrow, ncol;
|
|
||||||
float* ptr = ReadFromTiff(fname.c_str(), nrow, ncol);
|
|
||||||
CHECK(nrow == 3);
|
|
||||||
CHECK(ncol == 3);
|
|
||||||
uint32_t size = nrow*ncol;
|
|
||||||
for (uint32_t i = 0; i!=size; ++i){
|
|
||||||
CHECK(data[i] == ptr[i]);
|
|
||||||
}
|
|
||||||
|
|
||||||
delete[] ptr;
|
|
||||||
|
|
||||||
/* Delete the temporary directory */
|
|
||||||
if (nftw(tmp_dirname, remove_callback, FOPEN_MAX,
|
|
||||||
FTW_DEPTH | FTW_MOUNT | FTW_PHYS) == -1) {
|
|
||||||
perror("tempdir: error: ");
|
|
||||||
exit(EXIT_FAILURE);
|
|
||||||
}
|
|
||||||
}
|
|
@ -97,11 +97,6 @@
|
|||||||
<string>65535</string>
|
<string>65535</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string>4095</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>255</string>
|
<string>255</string>
|
||||||
|
@ -69,11 +69,5 @@ class qTabSettings : public QWidget, private Ui::TabSettingsObject {
|
|||||||
enum { DYNAMIC, FORCE_SWITCH_G1, FORCE_SWITCH_G2, FIX_G1, FIX_G2, FIX_G0 };
|
enum { DYNAMIC, FORCE_SWITCH_G1, FORCE_SWITCH_G2, FIX_G1, FIX_G2, FIX_G0 };
|
||||||
bool isVisibleFixG0{false};
|
bool isVisibleFixG0{false};
|
||||||
|
|
||||||
enum {
|
enum { DYNAMICRANGE_32, DYNAMICRANGE_16, DYNAMICRANGE_8, DYNAMICRANGE_4 };
|
||||||
DYNAMICRANGE_32,
|
|
||||||
DYNAMICRANGE_16,
|
|
||||||
DYNAMICRANGE_12,
|
|
||||||
DYNAMICRANGE_8,
|
|
||||||
DYNAMICRANGE_4
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
@ -1064,8 +1064,6 @@ void qDrawPlot::toDoublePixelData(double *dest, char *source, int size,
|
|||||||
// mythen3 / gotthard2 debugging
|
// mythen3 / gotthard2 debugging
|
||||||
int discardBits = numDiscardBits;
|
int discardBits = numDiscardBits;
|
||||||
|
|
||||||
uint16_t temp = 0;
|
|
||||||
uint8_t *src = (uint8_t *)source;
|
|
||||||
switch (dr) {
|
switch (dr) {
|
||||||
|
|
||||||
case 4:
|
case 4:
|
||||||
@ -1085,19 +1083,6 @@ void qDrawPlot::toDoublePixelData(double *dest, char *source, int size,
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 12:
|
|
||||||
for (ichan = 0; ichan < size; ++ichan) {
|
|
||||||
temp = (*src++ & 0xFF);
|
|
||||||
temp |= ((*src & 0xF) << 8u);
|
|
||||||
dest[ichan] = (double)temp;
|
|
||||||
++ichan;
|
|
||||||
|
|
||||||
temp = ((*src++ & 0xF0) >> 4u);
|
|
||||||
temp |= ((*src++ & 0xFF) << 4u);
|
|
||||||
dest[ichan] = (double)temp;
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
|
|
||||||
case 16:
|
case 16:
|
||||||
if (detType == slsDetectorDefs::JUNGFRAU ||
|
if (detType == slsDetectorDefs::JUNGFRAU ||
|
||||||
detType == slsDetectorDefs::GOTTHARD2) {
|
detType == slsDetectorDefs::GOTTHARD2) {
|
||||||
|
@ -60,19 +60,13 @@ void qTabSettings::SetupWidgetWindow() {
|
|||||||
QStandardItemModel *model =
|
QStandardItemModel *model =
|
||||||
qobject_cast<QStandardItemModel *>(comboDynamicRange->model());
|
qobject_cast<QStandardItemModel *>(comboDynamicRange->model());
|
||||||
if (model) {
|
if (model) {
|
||||||
|
QModelIndex index;
|
||||||
QStandardItem *item;
|
QStandardItem *item;
|
||||||
int dr = DYNAMICRANGE_4;
|
index =
|
||||||
for (int i = 0; i != 2; ++i) {
|
model->index(DYNAMICRANGE_4, comboDynamicRange->modelColumn(),
|
||||||
// disable dr 4
|
|
||||||
QModelIndex index =
|
|
||||||
model->index(dr, comboDynamicRange->modelColumn(),
|
|
||||||
comboDynamicRange->rootModelIndex());
|
comboDynamicRange->rootModelIndex());
|
||||||
item = model->itemFromIndex(index);
|
item = model->itemFromIndex(index);
|
||||||
item->setEnabled(false);
|
item->setEnabled(false);
|
||||||
|
|
||||||
// disable dr 12
|
|
||||||
dr = DYNAMICRANGE_12;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
} else if (detType == slsDetectorDefs::EIGER) {
|
} else if (detType == slsDetectorDefs::EIGER) {
|
||||||
lblDynamicRange->setEnabled(true);
|
lblDynamicRange->setEnabled(true);
|
||||||
@ -311,9 +305,6 @@ void qTabSettings::GetDynamicRange() {
|
|||||||
case 16:
|
case 16:
|
||||||
comboDynamicRange->setCurrentIndex(DYNAMICRANGE_16);
|
comboDynamicRange->setCurrentIndex(DYNAMICRANGE_16);
|
||||||
break;
|
break;
|
||||||
case 12:
|
|
||||||
comboDynamicRange->setCurrentIndex(DYNAMICRANGE_12);
|
|
||||||
break;
|
|
||||||
case 8:
|
case 8:
|
||||||
comboDynamicRange->setCurrentIndex(DYNAMICRANGE_8);
|
comboDynamicRange->setCurrentIndex(DYNAMICRANGE_8);
|
||||||
break;
|
break;
|
||||||
@ -342,9 +333,6 @@ void qTabSettings::SetDynamicRange(int index) {
|
|||||||
case DYNAMICRANGE_16:
|
case DYNAMICRANGE_16:
|
||||||
det->setDynamicRange(16);
|
det->setDynamicRange(16);
|
||||||
break;
|
break;
|
||||||
case DYNAMICRANGE_12:
|
|
||||||
det->setDynamicRange(12);
|
|
||||||
break;
|
|
||||||
case DYNAMICRANGE_8:
|
case DYNAMICRANGE_8:
|
||||||
det->setDynamicRange(8);
|
det->setDynamicRange(8);
|
||||||
break;
|
break;
|
||||||
|
@ -165,9 +165,11 @@
|
|||||||
#define PATTERN_OUT_LSB_REG (0x20 << MEM_MAP_SHIFT)
|
#define PATTERN_OUT_LSB_REG (0x20 << MEM_MAP_SHIFT)
|
||||||
#define PATTERN_OUT_MSB_REG (0x21 << MEM_MAP_SHIFT)
|
#define PATTERN_OUT_MSB_REG (0x21 << MEM_MAP_SHIFT)
|
||||||
|
|
||||||
/* Frame number of next acquisition register (64 bit register) */
|
/* Frames From Start 64 bit RO register TODO */
|
||||||
#define NEXT_FRAME_NUMB_LOCAL_LSB_REG (0x22 << MEM_MAP_SHIFT)
|
//#define FRAMES_FROM_START_LSB_REG (0x22 << MEM_MAP_SHIFT) // Not
|
||||||
#define NEXT_FRAME_NUMB_LOCAL_MSB_REG (0x23 << MEM_MAP_SHIFT)
|
// used in FW #define FRAMES_FROM_START_MSB_REG (0x23 <<
|
||||||
|
// MEM_MAP_SHIFT)
|
||||||
|
//// Not used in FW
|
||||||
|
|
||||||
/* Frames From Start PG 64 bit RO register. Reset using CONTROL_CRST. TODO */
|
/* Frames From Start PG 64 bit RO register. Reset using CONTROL_CRST. TODO */
|
||||||
#define FRAMES_FROM_START_PG_LSB_REG (0x24 << MEM_MAP_SHIFT)
|
#define FRAMES_FROM_START_PG_LSB_REG (0x24 << MEM_MAP_SHIFT)
|
||||||
|
Binary file not shown.
@ -45,6 +45,7 @@ char initErrorMessage[MAX_STR_LENGTH];
|
|||||||
|
|
||||||
#ifdef VIRTUAL
|
#ifdef VIRTUAL
|
||||||
pthread_t pthread_virtual_tid;
|
pthread_t pthread_virtual_tid;
|
||||||
|
int64_t virtual_currentFrameNumber = 2;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// 1g readout
|
// 1g readout
|
||||||
@ -433,21 +434,16 @@ void initControlServer() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void initStopServer() {
|
void initStopServer() {
|
||||||
if (!updateFlag && initError == OK) {
|
|
||||||
usleep(CTRL_SRVR_INIT_TIME_US);
|
usleep(CTRL_SRVR_INIT_TIME_US);
|
||||||
if (mapCSP0() == FAIL) {
|
if (mapCSP0() == FAIL) {
|
||||||
initError = FAIL;
|
LOG(logERROR,
|
||||||
strcpy(initErrorMessage,
|
("Stop Server: Map Fail. Dangerous to continue. Goodbye!\n"));
|
||||||
"Stop Server: Map Fail. Dangerous to continue. Goodbye!\n");
|
exit(EXIT_FAILURE);
|
||||||
LOG(logERROR, (initErrorMessage));
|
|
||||||
initCheckDone = 1;
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
#ifdef VIRTUAL
|
#ifdef VIRTUAL
|
||||||
sharedMemory_setStop(0);
|
sharedMemory_setStop(0);
|
||||||
#endif
|
#endif
|
||||||
}
|
|
||||||
initCheckDone = 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* set up detector */
|
/* set up detector */
|
||||||
@ -585,7 +581,6 @@ void setupDetector() {
|
|||||||
LOG(logERROR, ("%s\n\n", initErrorMessage));
|
LOG(logERROR, ("%s\n\n", initErrorMessage));
|
||||||
initError = FAIL;
|
initError = FAIL;
|
||||||
}
|
}
|
||||||
setNextFrameNumber(DEFAULT_STARTING_FRAME_NUMBER);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int updateDatabytesandAllocateRAM() {
|
int updateDatabytesandAllocateRAM() {
|
||||||
@ -707,16 +702,8 @@ void resetPeripheral() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* set parameters - dr, adcenablemask */
|
/* set parameters - dr, adcenablemask */
|
||||||
int setDynamicRange(int dr) {
|
|
||||||
if (dr == 16)
|
|
||||||
return OK;
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
|
|
||||||
int getDynamicRange(int *retval) {
|
int setDynamicRange(int dr) { return DYNAMIC_RANGE; }
|
||||||
*retval = DYNAMIC_RANGE;
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
int setADCEnableMask(uint32_t mask) {
|
int setADCEnableMask(uint32_t mask) {
|
||||||
if (mask == 0u) {
|
if (mask == 0u) {
|
||||||
@ -911,24 +898,6 @@ int getReadoutMode() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* parameters - timer */
|
/* parameters - timer */
|
||||||
int setNextFrameNumber(uint64_t value) {
|
|
||||||
LOG(logINFO,
|
|
||||||
("Setting next frame number: %llu\n", (long long unsigned int)value));
|
|
||||||
setU64BitReg(value, NEXT_FRAME_NUMB_LOCAL_LSB_REG,
|
|
||||||
NEXT_FRAME_NUMB_LOCAL_MSB_REG);
|
|
||||||
#ifndef VIRTUAL
|
|
||||||
// for 1g udp interface
|
|
||||||
setUDPFrameNumber(value);
|
|
||||||
#endif
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
int getNextFrameNumber(uint64_t *retval) {
|
|
||||||
*retval = getU64BitReg(NEXT_FRAME_NUMB_LOCAL_LSB_REG,
|
|
||||||
NEXT_FRAME_NUMB_LOCAL_MSB_REG);
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
void setNumFrames(int64_t val) {
|
void setNumFrames(int64_t val) {
|
||||||
if (val > 0) {
|
if (val > 0) {
|
||||||
LOG(logINFO, ("Setting number of frames %lld\n", (long long int)val));
|
LOG(logINFO, ("Setting number of frames %lld\n", (long long int)val));
|
||||||
@ -1523,8 +1492,6 @@ enum timingMode getTiming() {
|
|||||||
|
|
||||||
/* configure mac */
|
/* configure mac */
|
||||||
|
|
||||||
int getNumberofUDPInterfaces() { return 1; }
|
|
||||||
|
|
||||||
void calcChecksum(udp_header *udp) {
|
void calcChecksum(udp_header *udp) {
|
||||||
int count = IP_HEADER_SIZE;
|
int count = IP_HEADER_SIZE;
|
||||||
long int sum = 0;
|
long int sum = 0;
|
||||||
@ -2031,14 +1998,11 @@ void *start_timer(void *arg) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Send data
|
// Send data
|
||||||
uint64_t frameNr = 0;
|
|
||||||
getNextFrameNumber(&frameNr);
|
|
||||||
// loop over number of frames
|
// loop over number of frames
|
||||||
for (int iframes = 0; iframes != numFrames; ++iframes) {
|
for (int frameNr = 0; frameNr != numFrames; ++frameNr) {
|
||||||
|
|
||||||
// check if manual stop
|
// check if manual stop
|
||||||
if (sharedMemory_getStop() == 1) {
|
if (sharedMemory_getStop() == 1) {
|
||||||
setNextFrameNumber(frameNr + iframes + 1);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2057,7 +2021,7 @@ void *start_timer(void *arg) {
|
|||||||
sls_detector_header *header = (sls_detector_header *)(packetData);
|
sls_detector_header *header = (sls_detector_header *)(packetData);
|
||||||
header->detType = (uint16_t)myDetectorType;
|
header->detType = (uint16_t)myDetectorType;
|
||||||
header->version = SLS_DETECTOR_HEADER_VERSION - 1;
|
header->version = SLS_DETECTOR_HEADER_VERSION - 1;
|
||||||
header->frameNumber = frameNr + iframes;
|
header->frameNumber = virtual_currentFrameNumber;
|
||||||
header->packetNumber = i;
|
header->packetNumber = i;
|
||||||
header->modId = 0;
|
header->modId = 0;
|
||||||
header->row = detPos[X];
|
header->row = detPos[X];
|
||||||
@ -2070,18 +2034,19 @@ void *start_timer(void *arg) {
|
|||||||
|
|
||||||
sendUDPPacket(0, 0, packetData, packetSize);
|
sendUDPPacket(0, 0, packetData, packetSize);
|
||||||
}
|
}
|
||||||
LOG(logINFO, ("Sent frame: %d [%lld]\n", iframes, frameNr + iframes));
|
LOG(logINFO, ("Sent frame: %d [%lld]\n", frameNr,
|
||||||
|
(long long unsigned int)virtual_currentFrameNumber));
|
||||||
clock_gettime(CLOCK_REALTIME, &end);
|
clock_gettime(CLOCK_REALTIME, &end);
|
||||||
int64_t timeNs =
|
int64_t timeNs =
|
||||||
((end.tv_sec - begin.tv_sec) * 1E9 + (end.tv_nsec - begin.tv_nsec));
|
((end.tv_sec - begin.tv_sec) * 1E9 + (end.tv_nsec - begin.tv_nsec));
|
||||||
|
|
||||||
// sleep for (period - exptime)
|
// sleep for (period - exptime)
|
||||||
if (iframes < numFrames) { // if there is a next frame
|
if (frameNr < numFrames) { // if there is a next frame
|
||||||
if (periodNs > timeNs) {
|
if (periodNs > timeNs) {
|
||||||
usleep((periodNs - timeNs) / 1000);
|
usleep((periodNs - timeNs) / 1000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
setNextFrameNumber(frameNr + numFrames);
|
++virtual_currentFrameNumber;
|
||||||
}
|
}
|
||||||
|
|
||||||
closeUDPSocket(0);
|
closeUDPSocket(0);
|
||||||
|
@ -109,7 +109,6 @@ enum CLKINDEX { RUN_CLK, ADC_CLK, SYNC_CLK, DBIT_CLK, NUM_CLOCKS };
|
|||||||
|
|
||||||
/** Default Parameters */
|
/** Default Parameters */
|
||||||
#define DEFAULT_DATA_BYTES (NCHIP * NCHAN * NUM_BITS_PER_PIXEL)
|
#define DEFAULT_DATA_BYTES (NCHIP * NCHAN * NUM_BITS_PER_PIXEL)
|
||||||
#define DEFAULT_STARTING_FRAME_NUMBER (1)
|
|
||||||
#define DEFAULT_NUM_SAMPLES (1)
|
#define DEFAULT_NUM_SAMPLES (1)
|
||||||
#define DEFAULT_NUM_FRAMES (1)
|
#define DEFAULT_NUM_FRAMES (1)
|
||||||
#define DEFAULT_EXPTIME (0)
|
#define DEFAULT_EXPTIME (0)
|
||||||
@ -125,8 +124,6 @@ enum CLKINDEX { RUN_CLK, ADC_CLK, SYNC_CLK, DBIT_CLK, NUM_CLOCKS };
|
|||||||
#define DEFAULT_SYNC_CLK (40) // 20
|
#define DEFAULT_SYNC_CLK (40) // 20
|
||||||
#define DEFAULT_DBIT_CLK (200)
|
#define DEFAULT_DBIT_CLK (200)
|
||||||
|
|
||||||
#define UDP_HEADER_MAX_FRAME_VALUE (0xFFFFFFFFFFFF)
|
|
||||||
|
|
||||||
#define HIGHVOLTAGE_MIN (60)
|
#define HIGHVOLTAGE_MIN (60)
|
||||||
#define HIGHVOLTAGE_MAX (200) // min dac val
|
#define HIGHVOLTAGE_MAX (200) // min dac val
|
||||||
#define DAC_MIN_MV (0)
|
#define DAC_MIN_MV (0)
|
||||||
|
@ -177,7 +177,7 @@ void Beb_AdjustIPChecksum(struct udp_header_type *ip) {
|
|||||||
ip->ip_header_checksum[1] = ip_checksum & 0xff;
|
ip->ip_header_checksum[1] = ip_checksum & 0xff;
|
||||||
}
|
}
|
||||||
|
|
||||||
int Beb_GetModuleConfiguration(int *master, int *top, int *normal) {
|
void Beb_GetModuleConfiguration(int *master, int *top, int *normal) {
|
||||||
*top = 0;
|
*top = 0;
|
||||||
*master = 0;
|
*master = 0;
|
||||||
// mapping new memory to read master top module configuration
|
// mapping new memory to read master top module configuration
|
||||||
@ -187,7 +187,6 @@ int Beb_GetModuleConfiguration(int *master, int *top, int *normal) {
|
|||||||
int fd = Beb_open(&csp0base, XPAR_PLB_GPIO_SYS_BASEADDR);
|
int fd = Beb_open(&csp0base, XPAR_PLB_GPIO_SYS_BASEADDR);
|
||||||
if (fd < 0) {
|
if (fd < 0) {
|
||||||
LOG(logERROR, ("Module Configuration FAIL\n"));
|
LOG(logERROR, ("Module Configuration FAIL\n"));
|
||||||
return FAIL;
|
|
||||||
} else {
|
} else {
|
||||||
// read data
|
// read data
|
||||||
ret = Beb_Read32(csp0base, BEB_CONFIG_RD_OFST);
|
ret = Beb_Read32(csp0base, BEB_CONFIG_RD_OFST);
|
||||||
@ -203,7 +202,6 @@ int Beb_GetModuleConfiguration(int *master, int *top, int *normal) {
|
|||||||
// close file pointer
|
// close file pointer
|
||||||
Beb_close(fd, csp0base);
|
Beb_close(fd, csp0base);
|
||||||
}
|
}
|
||||||
return OK;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int Beb_IsTransmitting(int *retval, int tengiga, int waitForDelay) {
|
int Beb_IsTransmitting(int *retval, int tengiga, int waitForDelay) {
|
||||||
@ -494,11 +492,6 @@ int Beb_SetDataStream(enum portPosition port, int enable) {
|
|||||||
u_int32_t reg = XPAR_GPIO_P15_STREAMING_REG;
|
u_int32_t reg = XPAR_GPIO_P15_STREAMING_REG;
|
||||||
u_int32_t mask = (port == LEFT ? XPAR_GPIO_LFT_STRM_DSBL_MSK
|
u_int32_t mask = (port == LEFT ? XPAR_GPIO_LFT_STRM_DSBL_MSK
|
||||||
: XPAR_GPIO_RGHT_STRM_DSBL_MSK);
|
: XPAR_GPIO_RGHT_STRM_DSBL_MSK);
|
||||||
// invert left/right if bottom
|
|
||||||
if (!Beb_top) {
|
|
||||||
mask = (port == LEFT ? XPAR_GPIO_RGHT_STRM_DSBL_MSK
|
|
||||||
: XPAR_GPIO_LFT_STRM_DSBL_MSK);
|
|
||||||
}
|
|
||||||
|
|
||||||
u_int32_t value = Beb_Read32(csp0base, reg);
|
u_int32_t value = Beb_Read32(csp0base, reg);
|
||||||
// disabling in firmware
|
// disabling in firmware
|
||||||
@ -536,11 +529,6 @@ int Beb_GetDataStream(enum portPosition port, int *retval) {
|
|||||||
u_int32_t reg = XPAR_GPIO_P15_STREAMING_REG;
|
u_int32_t reg = XPAR_GPIO_P15_STREAMING_REG;
|
||||||
u_int32_t mask = (port == LEFT ? XPAR_GPIO_LFT_STRM_DSBL_MSK
|
u_int32_t mask = (port == LEFT ? XPAR_GPIO_LFT_STRM_DSBL_MSK
|
||||||
: XPAR_GPIO_RGHT_STRM_DSBL_MSK);
|
: XPAR_GPIO_RGHT_STRM_DSBL_MSK);
|
||||||
// invert left/right if bottom
|
|
||||||
if (!Beb_top) {
|
|
||||||
mask = (port == LEFT ? XPAR_GPIO_RGHT_STRM_DSBL_MSK
|
|
||||||
: XPAR_GPIO_LFT_STRM_DSBL_MSK);
|
|
||||||
}
|
|
||||||
|
|
||||||
u_int32_t value = Beb_Read32(csp0base, reg);
|
u_int32_t value = Beb_Read32(csp0base, reg);
|
||||||
// disabling in firmware
|
// disabling in firmware
|
||||||
@ -694,10 +682,6 @@ int Beb_GetTransmissionDelayLeft() {
|
|||||||
return Beb_deactivated_transmission_delay_left;
|
return Beb_deactivated_transmission_delay_left;
|
||||||
}
|
}
|
||||||
u_int32_t offset = TXM_DELAY_LEFT_OFFSET;
|
u_int32_t offset = TXM_DELAY_LEFT_OFFSET;
|
||||||
// invert left/right if bottom
|
|
||||||
if (!Beb_top) {
|
|
||||||
offset = TXM_DELAY_RIGHT_OFFSET;
|
|
||||||
}
|
|
||||||
u_int32_t *csp0base = 0;
|
u_int32_t *csp0base = 0;
|
||||||
int fd = Beb_open(&csp0base, XPAR_PLB_GPIO_SYS_BASEADDR);
|
int fd = Beb_open(&csp0base, XPAR_PLB_GPIO_SYS_BASEADDR);
|
||||||
if (fd <= 0) {
|
if (fd <= 0) {
|
||||||
@ -722,10 +706,6 @@ int Beb_SetTransmissionDelayLeft(int value) {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
u_int32_t offset = TXM_DELAY_LEFT_OFFSET;
|
u_int32_t offset = TXM_DELAY_LEFT_OFFSET;
|
||||||
// invert left/right if bottom
|
|
||||||
if (!Beb_top) {
|
|
||||||
offset = TXM_DELAY_RIGHT_OFFSET;
|
|
||||||
}
|
|
||||||
u_int32_t *csp0base = 0;
|
u_int32_t *csp0base = 0;
|
||||||
int fd = Beb_open(&csp0base, XPAR_PLB_GPIO_SYS_BASEADDR);
|
int fd = Beb_open(&csp0base, XPAR_PLB_GPIO_SYS_BASEADDR);
|
||||||
if (fd <= 0) {
|
if (fd <= 0) {
|
||||||
@ -746,10 +726,6 @@ int Beb_GetTransmissionDelayRight() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
u_int32_t offset = TXM_DELAY_RIGHT_OFFSET;
|
u_int32_t offset = TXM_DELAY_RIGHT_OFFSET;
|
||||||
// invert left/right if bottom
|
|
||||||
if (!Beb_top) {
|
|
||||||
offset = TXM_DELAY_LEFT_OFFSET;
|
|
||||||
}
|
|
||||||
u_int32_t *csp0base = 0;
|
u_int32_t *csp0base = 0;
|
||||||
int fd = Beb_open(&csp0base, XPAR_PLB_GPIO_SYS_BASEADDR);
|
int fd = Beb_open(&csp0base, XPAR_PLB_GPIO_SYS_BASEADDR);
|
||||||
if (fd <= 0) {
|
if (fd <= 0) {
|
||||||
@ -774,10 +750,6 @@ int Beb_SetTransmissionDelayRight(int value) {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
u_int32_t offset = TXM_DELAY_RIGHT_OFFSET;
|
u_int32_t offset = TXM_DELAY_RIGHT_OFFSET;
|
||||||
// invert left/right if bottom
|
|
||||||
if (!Beb_top) {
|
|
||||||
offset = TXM_DELAY_LEFT_OFFSET;
|
|
||||||
}
|
|
||||||
u_int32_t *csp0base = 0;
|
u_int32_t *csp0base = 0;
|
||||||
int fd = Beb_open(&csp0base, XPAR_PLB_GPIO_SYS_BASEADDR);
|
int fd = Beb_open(&csp0base, XPAR_PLB_GPIO_SYS_BASEADDR);
|
||||||
if (fd <= 0) {
|
if (fd <= 0) {
|
||||||
@ -864,17 +836,11 @@ void Beb_ResetFrameNumber() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int Beb_SetUpTransferParameters(short the_bit_mode) {
|
int Beb_SetUpTransferParameters(short the_bit_mode) {
|
||||||
switch (the_bit_mode) {
|
if (the_bit_mode != 4 && the_bit_mode != 8 && the_bit_mode != 16 &&
|
||||||
case 4:
|
the_bit_mode != 32)
|
||||||
case 8:
|
return 0;
|
||||||
case 12:
|
|
||||||
case 16:
|
|
||||||
case 32:
|
|
||||||
Beb_bit_mode = the_bit_mode;
|
Beb_bit_mode = the_bit_mode;
|
||||||
return 1;
|
return 1;
|
||||||
default:
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int Beb_StopAcquisition() {
|
int Beb_StopAcquisition() {
|
||||||
@ -1259,20 +1225,20 @@ int Beb_GetNextFrameNumber(uint64_t *retval, int tengigaEnable) {
|
|||||||
|
|
||||||
else {
|
else {
|
||||||
uint64_t left10g =
|
uint64_t left10g =
|
||||||
Beb_Read32(csp0base, UDP_HEADER_GET_FNUM_10G_LEFT_MSB_OFST);
|
Beb_Read32(csp0base, UDP_HEADER_GET_FNUM_1G_LEFT_MSB_OFST);
|
||||||
temp = Beb_Read32(csp0base, UDP_HEADER_GET_FNUM_10G_LEFT_LSB_OFST);
|
temp = Beb_Read32(csp0base, UDP_HEADER_GET_FNUM_1G_LEFT_LSB_OFST);
|
||||||
left10g = ((left10g << 32) | temp) >> 16;
|
left10g = ((left10g << 32) | temp) >> 16;
|
||||||
++left10g; // increment for firmware
|
++left10g; // increment for firmware
|
||||||
|
|
||||||
uint64_t right10g =
|
uint64_t right10g =
|
||||||
Beb_Read32(csp0base, UDP_HEADER_GET_FNUM_10G_LEFT_MSB_OFST);
|
Beb_Read32(csp0base, UDP_HEADER_GET_FNUM_1G_LEFT_MSB_OFST);
|
||||||
temp = Beb_Read32(csp0base, UDP_HEADER_GET_FNUM_10G_LEFT_LSB_OFST);
|
temp = Beb_Read32(csp0base, UDP_HEADER_GET_FNUM_1G_LEFT_LSB_OFST);
|
||||||
right10g = ((right10g << 32) | temp) >> 16;
|
right10g = ((right10g << 32) | temp) >> 16;
|
||||||
Beb_close(fd, csp0base);
|
Beb_close(fd, csp0base);
|
||||||
++right10g; // increment for firmware
|
++right10g; // increment for firmware
|
||||||
|
|
||||||
if (left10g != right10g) {
|
if (left10g != right10g) {
|
||||||
LOG(logERROR, ("Retrieved inconsistent frame numbers from 10g left "
|
LOG(logERROR, ("Retrieved inconsistent frame numbers from `0g left "
|
||||||
"%llu and right %llu\n",
|
"%llu and right %llu\n",
|
||||||
(long long int)left10g, (long long int)right10g));
|
(long long int)left10g, (long long int)right10g));
|
||||||
*retval = (left10g > right10g)
|
*retval = (left10g > right10g)
|
||||||
|
@ -15,7 +15,7 @@ int Beb_SetHeaderData(uint64_t src_mac, uint32_t src_ip, uint16_t src_port,
|
|||||||
uint64_t dst_mac, uint32_t dst_ip, uint16_t dst_port);
|
uint64_t dst_mac, uint32_t dst_ip, uint16_t dst_port);
|
||||||
void Beb_AdjustIPChecksum(struct udp_header_type *ip);
|
void Beb_AdjustIPChecksum(struct udp_header_type *ip);
|
||||||
|
|
||||||
int Beb_GetModuleConfiguration(int *master, int *top, int *normal);
|
void Beb_GetModuleConfiguration(int *master, int *top, int *normal);
|
||||||
int Beb_IsTransmitting(int *retval, int tengiga, int waitForDelay);
|
int Beb_IsTransmitting(int *retval, int tengiga, int waitForDelay);
|
||||||
|
|
||||||
void Beb_SetTopVariable(int val);
|
void Beb_SetTopVariable(int val);
|
||||||
|
@ -16,31 +16,91 @@ include_directories(
|
|||||||
../../slsSupportLib/include
|
../../slsSupportLib/include
|
||||||
)
|
)
|
||||||
|
|
||||||
add_executable(eigerDetectorServer_virtual
|
add_executable(eigerDetectorServerMaster_virtual
|
||||||
${src}
|
${src}
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(eigerDetectorServer_virtual
|
target_include_directories(eigerDetectorServerMaster_virtual
|
||||||
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}
|
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
target_compile_definitions(eigerDetectorServer_virtual
|
target_compile_definitions(eigerDetectorServerMaster_virtual
|
||||||
PUBLIC EIGERD PCCOMPILE STOP_SERVER
|
PUBLIC EIGERD PCCOMPILE STOP_SERVER
|
||||||
PUBLIC VIRTUAL #VIRTUAL_9M
|
PUBLIC VIRTUAL #VIRTUAL_9M
|
||||||
|
PUBLIC VIRTUAL_MASTER
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(eigerDetectorServer_virtual
|
target_link_libraries(eigerDetectorServerMaster_virtual
|
||||||
PUBLIC pthread rt slsProjectCSettings
|
PUBLIC pthread rt slsProjectCSettings
|
||||||
)
|
)
|
||||||
|
|
||||||
set_target_properties(eigerDetectorServer_virtual PROPERTIES
|
set_target_properties(eigerDetectorServerMaster_virtual PROPERTIES
|
||||||
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
|
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
|
||||||
)
|
)
|
||||||
|
|
||||||
install(TARGETS eigerDetectorServer_virtual
|
install(TARGETS eigerDetectorServerMaster_virtual
|
||||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
add_executable(eigerDetectorServerSlaveTop_virtual
|
||||||
|
${src}
|
||||||
|
)
|
||||||
|
|
||||||
|
target_include_directories(eigerDetectorServerSlaveTop_virtual
|
||||||
|
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
|
)
|
||||||
|
|
||||||
|
target_compile_definitions(eigerDetectorServerSlaveTop_virtual
|
||||||
|
PUBLIC EIGERD PCCOMPILE STOP_SERVER
|
||||||
|
PUBLIC VIRTUAL #VIRTUAL_9M
|
||||||
|
PUBLIC VIRTUAL_TOP
|
||||||
|
)
|
||||||
|
|
||||||
|
target_link_libraries(eigerDetectorServerSlaveTop_virtual
|
||||||
|
PUBLIC pthread rt slsProjectCSettings
|
||||||
|
)
|
||||||
|
|
||||||
|
set_target_properties(eigerDetectorServerSlaveTop_virtual PROPERTIES
|
||||||
|
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
|
||||||
|
)
|
||||||
|
|
||||||
|
install(TARGETS eigerDetectorServerSlaveTop_virtual
|
||||||
|
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
add_executable(eigerDetectorServerSlaveBottom_virtual
|
||||||
|
${src}
|
||||||
|
)
|
||||||
|
|
||||||
|
target_include_directories(eigerDetectorServerSlaveBottom_virtual
|
||||||
|
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
|
)
|
||||||
|
|
||||||
|
target_compile_definitions(eigerDetectorServerSlaveBottom_virtual
|
||||||
|
PUBLIC EIGERD PCCOMPILE STOP_SERVER
|
||||||
|
PUBLIC VIRTUAL #VIRTUAL_9M
|
||||||
|
)
|
||||||
|
|
||||||
|
target_link_libraries(eigerDetectorServerSlaveBottom_virtual
|
||||||
|
PUBLIC pthread rt slsProjectCSettings
|
||||||
|
)
|
||||||
|
|
||||||
|
set_target_properties(eigerDetectorServerSlaveBottom_virtual PROPERTIES
|
||||||
|
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
|
||||||
|
)
|
||||||
|
|
||||||
|
install(TARGETS eigerDetectorServerSlaveBottom_virtual
|
||||||
|
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
configure_file(config_eiger.txt ${CMAKE_BINARY_DIR}/bin/config_eiger.txt COPYONLY)
|
configure_file(config_eiger.txt ${CMAKE_BINARY_DIR}/bin/config_eiger.txt COPYONLY)
|
||||||
configure_file(detid_eiger.txt ${CMAKE_BINARY_DIR}/bin/detid_eiger.txt COPYONLY)
|
configure_file(detid_eiger.txt ${CMAKE_BINARY_DIR}/bin/detid_eiger.txt COPYONLY)
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
const unsigned int Feb_Control_leftAddress = 0x100;
|
const unsigned int Feb_Control_leftAddress = 0x100;
|
||||||
const unsigned int Feb_Control_rightAddress = 0x200;
|
const unsigned int Feb_Control_rightAddress = 0x200;
|
||||||
|
|
||||||
int Feb_Control_master = -1;
|
int Feb_Control_master = 0;
|
||||||
int Feb_Control_normal = 0;
|
int Feb_Control_normal = 0;
|
||||||
int Feb_Control_activated = 1;
|
int Feb_Control_activated = 1;
|
||||||
|
|
||||||
@ -50,16 +50,17 @@ double ratemax = -1;
|
|||||||
// setup
|
// setup
|
||||||
void Feb_Control_activate(int activate) { Feb_Control_activated = activate; }
|
void Feb_Control_activate(int activate) { Feb_Control_activated = activate; }
|
||||||
|
|
||||||
int Feb_Control_FebControl(int normal) {
|
void Feb_Control_FebControl() {
|
||||||
Feb_Control_staticBits = 0;
|
Feb_Control_staticBits = Feb_Control_acquireNReadoutMode =
|
||||||
Feb_Control_acquireNReadoutMode = 0;
|
Feb_Control_triggerMode = Feb_Control_externalEnableMode =
|
||||||
Feb_Control_triggerMode = 0;
|
|
||||||
Feb_Control_externalEnableMode = 0;
|
|
||||||
Feb_Control_subFrameMode = 0;
|
Feb_Control_subFrameMode = 0;
|
||||||
Feb_Control_trimbit_size = 263680;
|
Feb_Control_trimbit_size = 263680;
|
||||||
Feb_Control_last_downloaded_trimbits =
|
Feb_Control_last_downloaded_trimbits =
|
||||||
malloc(Feb_Control_trimbit_size * sizeof(int));
|
malloc(Feb_Control_trimbit_size * sizeof(int));
|
||||||
|
}
|
||||||
|
|
||||||
|
int Feb_Control_Init(int master, int normal) {
|
||||||
|
Feb_Control_master = master;
|
||||||
Feb_Control_normal = normal;
|
Feb_Control_normal = normal;
|
||||||
Feb_Interface_SetAddress(Feb_Control_rightAddress, Feb_Control_leftAddress);
|
Feb_Interface_SetAddress(Feb_Control_rightAddress, Feb_Control_leftAddress);
|
||||||
if (Feb_Control_activated) {
|
if (Feb_Control_activated) {
|
||||||
@ -930,10 +931,7 @@ unsigned int Feb_Control_ConvertTimeToRegister(float time_in_sec) {
|
|||||||
|
|
||||||
int Feb_Control_PrepareForAcquisition() {
|
int Feb_Control_PrepareForAcquisition() {
|
||||||
LOG(logINFOBLUE, ("Preparing for Acquisition\n"));
|
LOG(logINFOBLUE, ("Preparing for Acquisition\n"));
|
||||||
if (!Feb_Control_PrintAcquisitionSetup()) {
|
Feb_Control_PrintAcquisitionSetup();
|
||||||
LOG(logERROR, ("Could not prepare acquisition\n"));
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (Feb_Control_Reset() == STATUS_ERROR) {
|
if (Feb_Control_Reset() == STATUS_ERROR) {
|
||||||
LOG(logERROR, ("Trouble reseting daq or data stream\n"));
|
LOG(logERROR, ("Trouble reseting daq or data stream\n"));
|
||||||
@ -990,26 +988,20 @@ int Feb_Control_PrepareForAcquisition() {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int Feb_Control_PrintAcquisitionSetup() {
|
void Feb_Control_PrintAcquisitionSetup() {
|
||||||
time_t rawtime;
|
time_t rawtime;
|
||||||
time(&rawtime);
|
time(&rawtime);
|
||||||
struct tm *timeinfo = localtime(&rawtime);
|
struct tm *timeinfo = localtime(&rawtime);
|
||||||
int dr = 0;
|
LOG(logINFO,
|
||||||
if (!Feb_Control_GetDynamicRange(&dr)) {
|
("Starting an exposure: (%s)"
|
||||||
LOG(logERROR, ("Could not print acquisition set up\n"));
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
LOG(logINFO, ("Starting an exposure: (%s)"
|
|
||||||
"\t Dynamic range nbits: %d\n"
|
"\t Dynamic range nbits: %d\n"
|
||||||
"\t Trigger mode: 0x%x\n"
|
"\t Trigger mode: 0x%x\n"
|
||||||
"\t Number of exposures: %d\n"
|
"\t Number of exposures: %d\n"
|
||||||
"\t Exsposure time (if used): %f seconds.\n"
|
"\t Exsposure time (if used): %f seconds.\n"
|
||||||
"\t Exsposure period (if used): %f seconds.\n\n",
|
"\t Exsposure period (if used): %f seconds.\n\n",
|
||||||
asctime(timeinfo), dr, Feb_Control_triggerMode,
|
asctime(timeinfo), Feb_Control_GetDynamicRange(),
|
||||||
Feb_Control_GetNExposures(), Feb_Control_exposure_time_in_sec,
|
Feb_Control_triggerMode, Feb_Control_GetNExposures(),
|
||||||
Feb_Control_exposure_period_in_sec));
|
Feb_Control_exposure_time_in_sec, Feb_Control_exposure_period_in_sec));
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int Feb_Control_StartAcquisition() {
|
int Feb_Control_StartAcquisition() {
|
||||||
@ -1177,106 +1169,49 @@ int Feb_Control_SoftwareTrigger(int block) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// parameters
|
// parameters
|
||||||
int Feb_Control_SetDynamicRange(int dr) {
|
int Feb_Control_SetDynamicRange(unsigned int four_eight_sixteen_or_thirtytwo) {
|
||||||
static unsigned int everything_but_bit_mode = DAQ_STATIC_BIT_PROGRAM |
|
static unsigned int everything_but_bit_mode = DAQ_STATIC_BIT_PROGRAM |
|
||||||
DAQ_STATIC_BIT_CHIP_TEST |
|
DAQ_STATIC_BIT_CHIP_TEST |
|
||||||
DAQ_STATIC_BIT_ROTEST;
|
DAQ_STATIC_BIT_ROTEST;
|
||||||
switch (dr) {
|
if (four_eight_sixteen_or_thirtytwo == 4) {
|
||||||
case 4:
|
|
||||||
Feb_Control_staticBits =
|
Feb_Control_staticBits =
|
||||||
DAQ_STATIC_BIT_M4 |
|
DAQ_STATIC_BIT_M4 |
|
||||||
(Feb_Control_staticBits &
|
(Feb_Control_staticBits &
|
||||||
everything_but_bit_mode); // leave test bits in currernt state
|
everything_but_bit_mode); // leave test bits in currernt state
|
||||||
Feb_Control_subFrameMode &= ~DAQ_NEXPOSURERS_ACTIVATE_AUTO_SUBIMAGING;
|
Feb_Control_subFrameMode &= ~DAQ_NEXPOSURERS_ACTIVATE_AUTO_SUBIMAGING;
|
||||||
break;
|
} else if (four_eight_sixteen_or_thirtytwo == 8) {
|
||||||
case 8:
|
|
||||||
Feb_Control_staticBits = DAQ_STATIC_BIT_M8 | (Feb_Control_staticBits &
|
Feb_Control_staticBits = DAQ_STATIC_BIT_M8 | (Feb_Control_staticBits &
|
||||||
everything_but_bit_mode);
|
everything_but_bit_mode);
|
||||||
Feb_Control_subFrameMode &= ~DAQ_NEXPOSURERS_ACTIVATE_AUTO_SUBIMAGING;
|
Feb_Control_subFrameMode &= ~DAQ_NEXPOSURERS_ACTIVATE_AUTO_SUBIMAGING;
|
||||||
break;
|
} else if (four_eight_sixteen_or_thirtytwo == 16) {
|
||||||
case 12:
|
|
||||||
case 16:
|
|
||||||
Feb_Control_staticBits = DAQ_STATIC_BIT_M12 | (Feb_Control_staticBits &
|
Feb_Control_staticBits = DAQ_STATIC_BIT_M12 | (Feb_Control_staticBits &
|
||||||
everything_but_bit_mode);
|
everything_but_bit_mode);
|
||||||
Feb_Control_subFrameMode &= ~DAQ_NEXPOSURERS_ACTIVATE_AUTO_SUBIMAGING;
|
Feb_Control_subFrameMode &= ~DAQ_NEXPOSURERS_ACTIVATE_AUTO_SUBIMAGING;
|
||||||
|
} else if (four_eight_sixteen_or_thirtytwo == 32) {
|
||||||
// disable 16 bit conversion if 12 bit mode (enable if 16 bit)
|
|
||||||
if (!Feb_Control_Disable16bitConversion(dr == 12))
|
|
||||||
return 0;
|
|
||||||
break;
|
|
||||||
case 32:
|
|
||||||
Feb_Control_staticBits = DAQ_STATIC_BIT_M12 | (Feb_Control_staticBits &
|
Feb_Control_staticBits = DAQ_STATIC_BIT_M12 | (Feb_Control_staticBits &
|
||||||
everything_but_bit_mode);
|
everything_but_bit_mode);
|
||||||
Feb_Control_subFrameMode |= DAQ_NEXPOSURERS_ACTIVATE_AUTO_SUBIMAGING;
|
Feb_Control_subFrameMode |= DAQ_NEXPOSURERS_ACTIVATE_AUTO_SUBIMAGING;
|
||||||
break;
|
} else {
|
||||||
default:
|
LOG(logERROR, ("dynamic range (%d) not valid, not setting bit mode.\n",
|
||||||
LOG(logERROR,
|
four_eight_sixteen_or_thirtytwo));
|
||||||
("dynamic range (%d) not valid, not setting bit mode.\n", dr));
|
|
||||||
LOG(logINFO, ("Set dynamic range int must equal 4,8 16, or 32.\n"));
|
LOG(logINFO, ("Set dynamic range int must equal 4,8 16, or 32.\n"));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG(logINFO, ("Dynamic range set to %d\n", dr));
|
LOG(logINFO,
|
||||||
|
("Dynamic range set to %d\n", four_eight_sixteen_or_thirtytwo));
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int Feb_Control_GetDynamicRange(int *retval) {
|
unsigned int Feb_Control_GetDynamicRange() {
|
||||||
if (Feb_Control_subFrameMode & DAQ_NEXPOSURERS_ACTIVATE_AUTO_SUBIMAGING) {
|
if (Feb_Control_subFrameMode & DAQ_NEXPOSURERS_ACTIVATE_AUTO_SUBIMAGING)
|
||||||
*retval = 32;
|
return 32;
|
||||||
} else if (DAQ_STATIC_BIT_M4 & Feb_Control_staticBits) {
|
else if (DAQ_STATIC_BIT_M4 & Feb_Control_staticBits)
|
||||||
*retval = 4;
|
return 4;
|
||||||
} else if (DAQ_STATIC_BIT_M8 & Feb_Control_staticBits) {
|
else if (DAQ_STATIC_BIT_M8 & Feb_Control_staticBits)
|
||||||
*retval = 8;
|
return 8;
|
||||||
} else {
|
|
||||||
int disable16 = 0;
|
|
||||||
if (!Feb_Control_Get16bitConversionDisabled(&disable16)) {
|
|
||||||
LOG(logERROR, ("Could not get dynamic range (12 or 16 bit)\n"));
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
if (disable16) {
|
|
||||||
*retval = 12;
|
|
||||||
} else {
|
|
||||||
*retval = 16;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return 1;
|
return 16;
|
||||||
}
|
|
||||||
|
|
||||||
int Feb_Control_Disable16bitConversion(int disable) {
|
|
||||||
LOG(logINFO, ("%s 16 bit expansion\n", disable ? "Disabling" : "Enabling"));
|
|
||||||
unsigned int regval = 0;
|
|
||||||
if (!Feb_Control_ReadRegister(DAQ_REG_HRDWRE, ®val)) {
|
|
||||||
LOG(logERROR, ("Could not %s 16 bit expansion (bit mode)\n",
|
|
||||||
(disable ? "disable" : "enable")));
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
if (disable) {
|
|
||||||
regval |= DAQ_REG_HRDWRE_DSBL_16BIT_MSK;
|
|
||||||
} else {
|
|
||||||
regval &= ~DAQ_REG_HRDWRE_DSBL_16BIT_MSK;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!Feb_Control_WriteRegister(DAQ_REG_HRDWRE, regval)) {
|
|
||||||
LOG(logERROR, ("Could not %s 16 bit expansion (bit mode)\n",
|
|
||||||
(disable ? "disable" : "enable")));
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
int Feb_Control_Get16bitConversionDisabled(int *ret) {
|
|
||||||
unsigned int regval = 0;
|
|
||||||
if (!Feb_Control_ReadRegister(DAQ_REG_HRDWRE, ®val)) {
|
|
||||||
LOG(logERROR, ("Could not get 16 bit expansion (bit mode)\n"));
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
if (regval & DAQ_REG_HRDWRE_DSBL_16BIT_MSK) {
|
|
||||||
*ret = 1;
|
|
||||||
} else {
|
|
||||||
*ret = 0;
|
|
||||||
}
|
|
||||||
return 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int Feb_Control_SetReadoutSpeed(unsigned int readout_speed) {
|
int Feb_Control_SetReadoutSpeed(unsigned int readout_speed) {
|
||||||
@ -1555,8 +1490,9 @@ int Feb_Control_SetTop(enum TOPINDEX ind, int left, int right) {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int Feb_Control_SetMaster(enum MASTERINDEX ind) {
|
void Feb_Control_SetMasterVariable(int val) { Feb_Control_master = val; }
|
||||||
|
|
||||||
|
int Feb_Control_SetMaster(enum MASTERINDEX ind) {
|
||||||
uint32_t offset = DAQ_REG_HRDWRE;
|
uint32_t offset = DAQ_REG_HRDWRE;
|
||||||
unsigned int addr[2] = {Feb_Control_leftAddress, Feb_Control_rightAddress};
|
unsigned int addr[2] = {Feb_Control_leftAddress, Feb_Control_rightAddress};
|
||||||
char *master_names[] = {MASTER_NAMES};
|
char *master_names[] = {MASTER_NAMES};
|
||||||
@ -1593,31 +1529,9 @@ int Feb_Control_SetMaster(enum MASTERINDEX ind) {
|
|||||||
LOG(logINFOBLUE, ("%s Master flag to %s Feb\n",
|
LOG(logINFOBLUE, ("%s Master flag to %s Feb\n",
|
||||||
(ind == MASTER_HARDWARE ? "Resetting" : "Overwriting"),
|
(ind == MASTER_HARDWARE ? "Resetting" : "Overwriting"),
|
||||||
master_names[ind]));
|
master_names[ind]));
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int Feb_Control_SetMasterEffects(int master, int controlServer) {
|
|
||||||
int prevMaster = Feb_Control_master;
|
|
||||||
|
|
||||||
Feb_Control_master = master;
|
|
||||||
// change in master for 9m
|
|
||||||
if (controlServer && prevMaster != Feb_Control_master &&
|
|
||||||
!Feb_Control_normal) {
|
|
||||||
if (prevMaster) {
|
|
||||||
Feb_Control_CloseSerialCommunication();
|
|
||||||
}
|
|
||||||
if (Feb_Control_master) {
|
|
||||||
if (!Feb_Control_OpenSerialCommunication()) {
|
|
||||||
LOG(logERROR, ("Could not intitalize feb control serial "
|
|
||||||
"communication\n"));
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
int Feb_Control_SetQuad(int val) {
|
int Feb_Control_SetQuad(int val) {
|
||||||
LOG(logINFO, ("Setting Quad to %d in Feb\n", val));
|
LOG(logINFO, ("Setting Quad to %d in Feb\n", val));
|
||||||
Feb_Control_quadMode = val;
|
Feb_Control_quadMode = val;
|
||||||
@ -1640,10 +1554,7 @@ int Feb_Control_SetChipSignalsToTrimQuad(int enable) {
|
|||||||
regval &= ~(DAQ_REG_HRDWRE_PROGRAM_MSK | DAQ_REG_HRDWRE_M8_MSK);
|
regval &= ~(DAQ_REG_HRDWRE_PROGRAM_MSK | DAQ_REG_HRDWRE_M8_MSK);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!Feb_Control_WriteRegister(DAQ_REG_HRDWRE, regval)) {
|
return Feb_Control_WriteRegister(DAQ_REG_HRDWRE, regval);
|
||||||
LOG(logERROR, ("Could not set chip signals to trim quad\n"));
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
@ -1693,7 +1604,7 @@ int Feb_Control_WriteRegister(uint32_t offset, uint32_t data) {
|
|||||||
|
|
||||||
for (int iloop = 0; iloop < 2; ++iloop) {
|
for (int iloop = 0; iloop < 2; ++iloop) {
|
||||||
if (run[iloop]) {
|
if (run[iloop]) {
|
||||||
LOG(logDEBUG1,
|
LOG(logINFO,
|
||||||
("Writing 0x%x to %s 0x%x\n", data, side[iloop], actualOffset));
|
("Writing 0x%x to %s 0x%x\n", data, side[iloop], actualOffset));
|
||||||
if (!Feb_Interface_WriteRegister(addr[iloop], actualOffset, data, 0,
|
if (!Feb_Interface_WriteRegister(addr[iloop], actualOffset, data, 0,
|
||||||
0)) {
|
0)) {
|
||||||
@ -1701,18 +1612,6 @@ int Feb_Control_WriteRegister(uint32_t offset, uint32_t data) {
|
|||||||
side[iloop], actualOffset));
|
side[iloop], actualOffset));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
uint32_t regVal = 0;
|
|
||||||
if (!Feb_Interface_ReadRegister(addr[iloop], actualOffset,
|
|
||||||
®Val)) {
|
|
||||||
LOG(logERROR, ("Could not read %s register\n", addr[iloop]));
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
if (regVal != data) {
|
|
||||||
LOG(logERROR,
|
|
||||||
("Could not write %s register. Write 0x%x, read 0x%x\n",
|
|
||||||
addr[iloop], data, regVal));
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1749,8 +1648,8 @@ int Feb_Control_ReadRegister(uint32_t offset, uint32_t *retval) {
|
|||||||
side[iloop], actualOffset));
|
side[iloop], actualOffset));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
LOG(logDEBUG1, ("Read 0x%x from %s 0x%x\n", value[iloop],
|
LOG(logINFO, ("Read 0x%x from %s 0x%x\n", value[iloop], side[iloop],
|
||||||
side[iloop], actualOffset));
|
actualOffset));
|
||||||
*retval = value[iloop];
|
*retval = value[iloop];
|
||||||
// if not the other (left, not right OR right, not left), return the
|
// if not the other (left, not right OR right, not left), return the
|
||||||
// value
|
// value
|
||||||
@ -1925,11 +1824,7 @@ int64_t Feb_Control_Get_RateTable_Period_in_nsec() {
|
|||||||
|
|
||||||
int Feb_Control_SetRateCorrectionTau(int64_t tau_in_Nsec) {
|
int Feb_Control_SetRateCorrectionTau(int64_t tau_in_Nsec) {
|
||||||
// period = exptime if 16bit, period = subexptime if 32 bit
|
// period = exptime if 16bit, period = subexptime if 32 bit
|
||||||
int dr = 0;
|
int dr = Feb_Control_GetDynamicRange();
|
||||||
if (!Feb_Control_GetDynamicRange(&dr)) {
|
|
||||||
LOG(logERROR, ("Could not set rate correction tau\n"));
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
double period_in_sec =
|
double period_in_sec =
|
||||||
(double)(Feb_Control_GetSubFrameExposureTime()) / (double)1e9;
|
(double)(Feb_Control_GetSubFrameExposureTime()) / (double)1e9;
|
||||||
if (dr == 16)
|
if (dr == 16)
|
||||||
|
@ -7,7 +7,8 @@
|
|||||||
|
|
||||||
// setup
|
// setup
|
||||||
void Feb_Control_activate(int activate);
|
void Feb_Control_activate(int activate);
|
||||||
int Feb_Control_FebControl(int normal);
|
void Feb_Control_FebControl();
|
||||||
|
int Feb_Control_Init(int master, int normal);
|
||||||
int Feb_Control_OpenSerialCommunication();
|
int Feb_Control_OpenSerialCommunication();
|
||||||
void Feb_Control_CloseSerialCommunication();
|
void Feb_Control_CloseSerialCommunication();
|
||||||
int Feb_Control_CheckSetup();
|
int Feb_Control_CheckSetup();
|
||||||
@ -54,7 +55,7 @@ int Feb_Control_ResetChipPartially();
|
|||||||
int Feb_Control_SendBitModeToBebServer();
|
int Feb_Control_SendBitModeToBebServer();
|
||||||
unsigned int Feb_Control_ConvertTimeToRegister(float time_in_sec);
|
unsigned int Feb_Control_ConvertTimeToRegister(float time_in_sec);
|
||||||
int Feb_Control_PrepareForAcquisition();
|
int Feb_Control_PrepareForAcquisition();
|
||||||
int Feb_Control_PrintAcquisitionSetup();
|
void Feb_Control_PrintAcquisitionSetup();
|
||||||
int Feb_Control_StartAcquisition();
|
int Feb_Control_StartAcquisition();
|
||||||
int Feb_Control_StopAcquisition();
|
int Feb_Control_StopAcquisition();
|
||||||
int Feb_Control_IsReadyForTrigger(int *readyForTrigger);
|
int Feb_Control_IsReadyForTrigger(int *readyForTrigger);
|
||||||
@ -62,10 +63,8 @@ int Feb_Control_SendSoftwareTrigger();
|
|||||||
int Feb_Control_SoftwareTrigger(int block);
|
int Feb_Control_SoftwareTrigger(int block);
|
||||||
|
|
||||||
// parameters
|
// parameters
|
||||||
int Feb_Control_SetDynamicRange(int dr);
|
int Feb_Control_SetDynamicRange(unsigned int four_eight_sixteen_or_thirtytwo);
|
||||||
int Feb_Control_GetDynamicRange(int *retval);
|
unsigned int Feb_Control_GetDynamicRange();
|
||||||
int Feb_Control_Disable16bitConversion(int disable);
|
|
||||||
int Feb_Control_Get16bitConversionDisabled();
|
|
||||||
int Feb_Control_SetReadoutSpeed(unsigned int readout_speed);
|
int Feb_Control_SetReadoutSpeed(unsigned int readout_speed);
|
||||||
int Feb_Control_SetReadoutMode(unsigned int readout_mode);
|
int Feb_Control_SetReadoutMode(unsigned int readout_mode);
|
||||||
int Feb_Control_SetTriggerMode(unsigned int trigger_mode);
|
int Feb_Control_SetTriggerMode(unsigned int trigger_mode);
|
||||||
@ -87,8 +86,8 @@ int Feb_Control_Get_Counter_Bit();
|
|||||||
int Feb_Control_SetInterruptSubframe(int val);
|
int Feb_Control_SetInterruptSubframe(int val);
|
||||||
int Feb_Control_GetInterruptSubframe();
|
int Feb_Control_GetInterruptSubframe();
|
||||||
int Feb_Control_SetTop(enum TOPINDEX ind, int left, int right);
|
int Feb_Control_SetTop(enum TOPINDEX ind, int left, int right);
|
||||||
|
void Feb_Control_SetMasterVariable(int val);
|
||||||
int Feb_Control_SetMaster(enum MASTERINDEX ind);
|
int Feb_Control_SetMaster(enum MASTERINDEX ind);
|
||||||
int Feb_Control_SetMasterEffects(int master, int controlServer);
|
|
||||||
int Feb_Control_SetQuad(int val);
|
int Feb_Control_SetQuad(int val);
|
||||||
int Feb_Control_SetChipSignalsToTrimQuad(int enable);
|
int Feb_Control_SetChipSignalsToTrimQuad(int enable);
|
||||||
int Feb_Control_SetReadNRows(int value);
|
int Feb_Control_SetReadNRows(int value);
|
||||||
|
@ -29,8 +29,6 @@
|
|||||||
#define DAQ_REG_HRDWRE_OW_MASTER_MSK (0x00000001 << DAQ_REG_HRDWRE_OW_MASTER_OFST)
|
#define DAQ_REG_HRDWRE_OW_MASTER_MSK (0x00000001 << DAQ_REG_HRDWRE_OW_MASTER_OFST)
|
||||||
#define DAQ_REG_HRDWRE_MASTER_OFST (4)
|
#define DAQ_REG_HRDWRE_MASTER_OFST (4)
|
||||||
#define DAQ_REG_HRDWRE_MASTER_MSK (0x00000001 << DAQ_REG_HRDWRE_MASTER_OFST)
|
#define DAQ_REG_HRDWRE_MASTER_MSK (0x00000001 << DAQ_REG_HRDWRE_MASTER_OFST)
|
||||||
#define DAQ_REG_HRDWRE_DSBL_16BIT_OFST (5)
|
|
||||||
#define DAQ_REG_HRDWRE_DSBL_16BIT_MSK (0x00000001 << DAQ_REG_HRDWRE_DSBL_16BIT_OFST)
|
|
||||||
#define DAQ_REG_HRDWRE_PROGRAM_OFST (30)
|
#define DAQ_REG_HRDWRE_PROGRAM_OFST (30)
|
||||||
#define DAQ_REG_HRDWRE_PROGRAM_MSK (0x00000001 << DAQ_REG_HRDWRE_PROGRAM_OFST)
|
#define DAQ_REG_HRDWRE_PROGRAM_MSK (0x00000001 << DAQ_REG_HRDWRE_PROGRAM_OFST)
|
||||||
#define DAQ_REG_HRDWRE_M8_OFST (31)
|
#define DAQ_REG_HRDWRE_M8_OFST (31)
|
||||||
|
Binary file not shown.
@ -26,17 +26,12 @@ extern int updateFlag;
|
|||||||
extern udpStruct udpDetails[MAX_UDP_DESTINATION];
|
extern udpStruct udpDetails[MAX_UDP_DESTINATION];
|
||||||
extern int numUdpDestinations;
|
extern int numUdpDestinations;
|
||||||
extern const enum detectorType myDetectorType;
|
extern const enum detectorType myDetectorType;
|
||||||
extern int ignoreConfigFileFlag;
|
|
||||||
|
|
||||||
// Global variable from communication_funcs.c
|
// Global variable from communication_funcs.c
|
||||||
extern int isControlServer;
|
extern int isControlServer;
|
||||||
extern void getMacAddressinString(char *cmac, int size, uint64_t mac);
|
extern void getMacAddressinString(char *cmac, int size, uint64_t mac);
|
||||||
extern void getIpAddressinString(char *cip, uint32_t ip);
|
extern void getIpAddressinString(char *cip, uint32_t ip);
|
||||||
|
|
||||||
// Variables that will be exported
|
|
||||||
int masterCommandLine = -1;
|
|
||||||
int topCommandLine = -1;
|
|
||||||
|
|
||||||
int initError = OK;
|
int initError = OK;
|
||||||
int initCheckDone = 0;
|
int initCheckDone = 0;
|
||||||
char initErrorMessage[MAX_STR_LENGTH];
|
char initErrorMessage[MAX_STR_LENGTH];
|
||||||
@ -93,7 +88,6 @@ int eiger_virtual_read_n_rows = 256;
|
|||||||
int eiger_virtual_interrupt_subframe = 0;
|
int eiger_virtual_interrupt_subframe = 0;
|
||||||
int eiger_virtual_left_datastream = 1;
|
int eiger_virtual_left_datastream = 1;
|
||||||
int eiger_virtual_right_datastream = 1;
|
int eiger_virtual_right_datastream = 1;
|
||||||
int eiger_virtual_module_id = 0;
|
|
||||||
#endif
|
#endif
|
||||||
int defaultDacValues[NDAC] = DEFAULT_DAC_VALS;
|
int defaultDacValues[NDAC] = DEFAULT_DAC_VALS;
|
||||||
|
|
||||||
@ -231,23 +225,6 @@ int getModuleId(int *ret, char *mess) {
|
|||||||
return getModuleIdInFile(ret, mess, ID_FILE);
|
return getModuleIdInFile(ret, mess, ID_FILE);
|
||||||
}
|
}
|
||||||
|
|
||||||
int updateModuleId() {
|
|
||||||
int modid = getModuleIdInFile(&initError, initErrorMessage, ID_FILE);
|
|
||||||
if (initError == FAIL) {
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
#ifdef VIRTUAL
|
|
||||||
eiger_virtual_module_id = modid;
|
|
||||||
#else
|
|
||||||
if (Beb_SetModuleId(modid) == FAIL) {
|
|
||||||
initError = FAIL;
|
|
||||||
strcpy(initErrorMessage, ("Could not get module id from the file"));
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
u_int64_t getDetectorMAC() {
|
u_int64_t getDetectorMAC() {
|
||||||
char mac[255] = "";
|
char mac[255] = "";
|
||||||
u_int64_t res = 0;
|
u_int64_t res = 0;
|
||||||
@ -327,36 +304,47 @@ u_int32_t getDetectorIP() {
|
|||||||
void initControlServer() {
|
void initControlServer() {
|
||||||
LOG(logINFOBLUE, ("Configuring Control server\n"));
|
LOG(logINFOBLUE, ("Configuring Control server\n"));
|
||||||
if (!updateFlag && initError == OK) {
|
if (!updateFlag && initError == OK) {
|
||||||
if (updateModuleConfiguration() == FAIL) {
|
#ifndef VIRTUAL
|
||||||
initCheckDone = 1;
|
int modid = getModuleIdInFile(&initError, initErrorMessage, ID_FILE);
|
||||||
|
#else
|
||||||
|
getModuleIdInFile(&initError, initErrorMessage, ID_FILE);
|
||||||
|
#endif
|
||||||
|
if (initError == FAIL) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
getModuleConfiguration();
|
||||||
#ifndef VIRTUAL
|
#ifndef VIRTUAL
|
||||||
sharedMemory_lockLocalLink();
|
sharedMemory_lockLocalLink();
|
||||||
|
Feb_Control_SetMasterVariable(master);
|
||||||
Feb_Interface_FebInterface();
|
Feb_Interface_FebInterface();
|
||||||
if (!Feb_Control_FebControl(normal)) {
|
Feb_Control_FebControl();
|
||||||
|
// same addresses for top and bottom
|
||||||
|
if (!Feb_Control_Init(master, normal)) {
|
||||||
initError = FAIL;
|
initError = FAIL;
|
||||||
sprintf(initErrorMessage,
|
sprintf(initErrorMessage, "Could not intitalize feb control\n");
|
||||||
"Could not intitalize eiger detector sever: feb control\n");
|
|
||||||
LOG(logERROR, (initErrorMessage));
|
LOG(logERROR, (initErrorMessage));
|
||||||
initCheckDone = 1;
|
initCheckDone = 1;
|
||||||
sharedMemory_unlockLocalLink();
|
sharedMemory_unlockLocalLink();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (Feb_Control_SetMasterEffects(master, isControlServer) == FAIL) {
|
// master of 9M, check high voltage serial communication to blackfin
|
||||||
|
if (master && !normal) {
|
||||||
|
if (!Feb_Control_OpenSerialCommunication()) {
|
||||||
initError = FAIL;
|
initError = FAIL;
|
||||||
sprintf(initErrorMessage, "Could not intitalize HV for eiger "
|
sprintf(
|
||||||
"detector server: feb control serial "
|
initErrorMessage,
|
||||||
"communication\n");
|
"Could not intitalize feb control serial communication\n");
|
||||||
LOG(logERROR, (initErrorMessage));
|
LOG(logERROR, (initErrorMessage));
|
||||||
initCheckDone = 1;
|
initCheckDone = 1;
|
||||||
sharedMemory_unlockLocalLink();
|
sharedMemory_unlockLocalLink();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
sharedMemory_unlockLocalLink();
|
sharedMemory_unlockLocalLink();
|
||||||
LOG(logDEBUG1, ("Control server: FEB Initialization done\n"));
|
LOG(logDEBUG1, ("Control server: FEB Initialization done\n"));
|
||||||
Beb_SetTopVariable(top);
|
Beb_SetTopVariable(top);
|
||||||
Beb_Beb();
|
Beb_Beb();
|
||||||
|
Beb_SetModuleId(modid);
|
||||||
LOG(logDEBUG1, ("Control server: BEB Initialization done\n"));
|
LOG(logDEBUG1, ("Control server: BEB Initialization done\n"));
|
||||||
#endif
|
#endif
|
||||||
// also reads config file and deactivates
|
// also reads config file and deactivates
|
||||||
@ -366,126 +354,73 @@ void initControlServer() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void initStopServer() {
|
void initStopServer() {
|
||||||
if (!updateFlag && initError == OK) {
|
#ifdef VIRTUAL
|
||||||
// wait a few s (control server is setting top/master from config file/
|
LOG(logINFOBLUE, ("Configuring Stop server\n"));
|
||||||
// command line)
|
getModuleConfiguration();
|
||||||
|
sharedMemory_setStop(0);
|
||||||
|
// get top/master in virtual
|
||||||
|
readConfigFile();
|
||||||
|
#else
|
||||||
|
// wait a few s (control server is setting top/master from config file)
|
||||||
usleep(WAIT_STOP_SERVER_START);
|
usleep(WAIT_STOP_SERVER_START);
|
||||||
LOG(logINFOBLUE, ("Configuring Stop server\n"));
|
LOG(logINFOBLUE, ("Configuring Stop server\n"));
|
||||||
if (updateModuleConfiguration() == FAIL) {
|
// exit(-1);
|
||||||
initCheckDone = 1;
|
getModuleConfiguration();
|
||||||
return;
|
|
||||||
}
|
|
||||||
#ifdef VIRTUAL
|
|
||||||
sharedMemory_setStop(0);
|
|
||||||
// force top or master if in config file
|
|
||||||
if (readConfigFile() == FAIL) {
|
|
||||||
initCheckDone = 1;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
// force top or master if in command line
|
|
||||||
if (checkCommandLineConfiguration() == FAIL) {
|
|
||||||
initCheckDone = 1;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
#else
|
|
||||||
// control server read config file and already set up master/top
|
|
||||||
sharedMemory_lockLocalLink();
|
sharedMemory_lockLocalLink();
|
||||||
|
Feb_Control_SetMasterVariable(master);
|
||||||
Feb_Interface_FebInterface();
|
Feb_Interface_FebInterface();
|
||||||
if (!Feb_Control_FebControl(normal)) {
|
Feb_Control_FebControl();
|
||||||
initError = FAIL;
|
// same addresses for top and bottom
|
||||||
sprintf(initErrorMessage, "Could not intitalize feb control\n");
|
Feb_Control_Init(master, normal);
|
||||||
LOG(logERROR, (initErrorMessage));
|
|
||||||
initCheckDone = 1;
|
|
||||||
sharedMemory_unlockLocalLink();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (Feb_Control_SetMasterEffects(master, isControlServer) == FAIL) {
|
|
||||||
initError = FAIL;
|
|
||||||
sprintf(initErrorMessage, "Could not intitalize HV for eiger "
|
|
||||||
"detector server: feb control serial "
|
|
||||||
"communication\n");
|
|
||||||
LOG(logERROR, (initErrorMessage));
|
|
||||||
initCheckDone = 1;
|
|
||||||
sharedMemory_unlockLocalLink();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
sharedMemory_unlockLocalLink();
|
sharedMemory_unlockLocalLink();
|
||||||
LOG(logDEBUG1, ("Stop server: FEB Initialization done\n"));
|
LOG(logDEBUG1, ("Stop server: FEB Initialization done\n"));
|
||||||
Beb_SetTopVariable(top);
|
|
||||||
Beb_Beb();
|
|
||||||
LOG(logDEBUG1, ("Control server: BEB Initialization done\n"));
|
|
||||||
#endif
|
#endif
|
||||||
// client first connect (from shm) will activate
|
// client first connect (from shm) will activate
|
||||||
if (setActivate(0) == FAIL) {
|
if (setActivate(0) == FAIL) {
|
||||||
initError = FAIL;
|
LOG(logERROR, ("Could not deactivate in stop server\n"));
|
||||||
strcpy(initErrorMessage, "Could not deactivate\n");
|
|
||||||
LOG(logERROR, (initErrorMessage));
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
initCheckDone = 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void checkVirtual9MFlag() {
|
void getModuleConfiguration() {
|
||||||
|
if (initError == FAIL) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
#ifdef VIRTUAL
|
#ifdef VIRTUAL
|
||||||
|
#ifdef VIRTUAL_MASTER
|
||||||
|
master = 1;
|
||||||
|
top = 1;
|
||||||
|
#else
|
||||||
|
master = 0;
|
||||||
|
#ifdef VIRTUAL_TOP
|
||||||
|
top = 1;
|
||||||
|
#else
|
||||||
|
top = 0;
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef VIRTUAL_9M
|
#ifdef VIRTUAL_9M
|
||||||
normal = 0;
|
normal = 0;
|
||||||
#else
|
#else
|
||||||
normal = 1;
|
normal = 1;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
int updateModuleConfiguration() {
|
#else
|
||||||
if (getModuleConfiguration(&master, &top, &normal) == FAIL) {
|
Beb_GetModuleConfiguration(&master, &top, &normal);
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
#ifdef VIRTUAL
|
|
||||||
checkVirtual9MFlag();
|
|
||||||
#endif
|
#endif
|
||||||
if (isControlServer) {
|
if (isControlServer) {
|
||||||
LOG(logINFOBLUE,
|
LOG(logINFOBLUE,
|
||||||
("Module: %s %s %s\n", (top ? "TOP" : "BOTTOM"),
|
("Module: %s %s %s\n", (top ? "TOP" : "BOTTOM"),
|
||||||
(master ? "MASTER" : "SLAVE"), (normal ? "NORMAL" : "SPECIAL")));
|
(master ? "MASTER" : "SLAVE"), (normal ? "NORMAL" : "SPECIAL")));
|
||||||
}
|
}
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
int getModuleConfiguration(int *m, int *t, int *n) {
|
|
||||||
if (initError == FAIL) {
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
#ifdef VIRTUAL
|
|
||||||
*m = master;
|
|
||||||
*t = top;
|
|
||||||
*n = normal;
|
|
||||||
#else
|
|
||||||
if (Beb_GetModuleConfiguration(m, t, n) == FAIL) {
|
|
||||||
initError = FAIL;
|
|
||||||
strcpy(initErrorMessage, ("Could not get module configuration\n"));
|
|
||||||
LOG(logERROR, (initErrorMessage));
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
LOG(logDEBUG,
|
|
||||||
("module config read: master:%d top:%d normal:%d\n", *m, *t, *n));
|
|
||||||
return OK;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int readConfigFile() {
|
int readConfigFile() {
|
||||||
|
|
||||||
if (initError == FAIL) {
|
if (initError == FAIL) {
|
||||||
return initError;
|
return initError;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ignoreConfigFileFlag) {
|
|
||||||
LOG(logWARNING, ("Ignoring Config file\n"));
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifndef VIRTUAL
|
|
||||||
// if not found in config file, they will be reset to hardware settings
|
|
||||||
top = -1;
|
|
||||||
master = -1;
|
master = -1;
|
||||||
#endif
|
top = -1;
|
||||||
|
|
||||||
const int fileNameSize = 128;
|
const int fileNameSize = 128;
|
||||||
char fname[fileNameSize];
|
char fname[fileNameSize];
|
||||||
@ -536,54 +471,91 @@ int readConfigFile() {
|
|||||||
|
|
||||||
// top command
|
// top command
|
||||||
if (!strncmp(line, "top", strlen("top"))) {
|
if (!strncmp(line, "top", strlen("top"))) {
|
||||||
int t = -1;
|
|
||||||
// cannot scan values
|
// cannot scan values
|
||||||
if (sscanf(line, "%s %d", command, &t) != 2) {
|
if (sscanf(line, "%s %d", command, &top) != 2) {
|
||||||
sprintf(initErrorMessage,
|
sprintf(initErrorMessage,
|
||||||
"Could not scan top commands from on-board server "
|
"Could not scan top commands from on-board server "
|
||||||
"config file. Line:[%s].\n",
|
"config file. Line:[%s].\n",
|
||||||
line);
|
line);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (t != 0 && t != 1) {
|
#ifndef VIRTUAL
|
||||||
sprintf(initErrorMessage,
|
enum TOPINDEX ind = (top == 1 ? OW_TOP : OW_BOTTOM);
|
||||||
"Invalid top argument from on-board server "
|
if (!Beb_SetTop(ind)) {
|
||||||
|
sprintf(
|
||||||
|
initErrorMessage,
|
||||||
|
"Could not overwrite top to %d in Beb from on-board server "
|
||||||
"config file. Line:[%s].\n",
|
"config file. Line:[%s].\n",
|
||||||
line);
|
top, line);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (setTop(t == 1 ? OW_TOP : OW_BOTTOM) == FAIL) {
|
sharedMemory_lockLocalLink();
|
||||||
sprintf(initErrorMessage,
|
if (!Feb_Control_SetTop(ind, 1, 1)) {
|
||||||
"Could not set top from config file. Line:[%s].\n",
|
sprintf(
|
||||||
line);
|
initErrorMessage,
|
||||||
|
"Could not overwrite top to %d in Feb from on-board server "
|
||||||
|
"config file. Line:[%s].\n",
|
||||||
|
top, line);
|
||||||
|
sharedMemory_unlockLocalLink();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
sharedMemory_unlockLocalLink();
|
||||||
|
// validate change
|
||||||
|
int actual_top = -1, temp = -1, temp2 = -1;
|
||||||
|
Beb_GetModuleConfiguration(&temp, &actual_top, &temp2);
|
||||||
|
if (actual_top != top) {
|
||||||
|
sprintf(initErrorMessage, "Could not set top to %d. Read %d\n",
|
||||||
|
top, actual_top);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
Beb_SetTopVariable(top);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
// master command
|
// master command
|
||||||
else if (!strncmp(line, "master", strlen("master"))) {
|
else if (!strncmp(line, "master", strlen("master"))) {
|
||||||
int m = -1;
|
|
||||||
// cannot scan values
|
// cannot scan values
|
||||||
if (sscanf(line, "%s %d", command, &m) != 2) {
|
if (sscanf(line, "%s %d", command, &master) != 2) {
|
||||||
sprintf(initErrorMessage,
|
sprintf(initErrorMessage,
|
||||||
"Could not scan master commands from on-board server "
|
"Could not scan master commands from on-board server "
|
||||||
"config file. Line:[%s].\n",
|
"config file. Line:[%s].\n",
|
||||||
line);
|
line);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (m != 0 && m != 1) {
|
#ifndef VIRTUAL
|
||||||
|
enum MASTERINDEX ind = (master == 1 ? OW_MASTER : OW_SLAVE);
|
||||||
|
if (!Beb_SetMaster(ind)) {
|
||||||
sprintf(initErrorMessage,
|
sprintf(initErrorMessage,
|
||||||
"Invalid master argument from on-board server "
|
"Could not overwrite master to %d in Beb from on-board "
|
||||||
|
"server "
|
||||||
"config file. Line:[%s].\n",
|
"config file. Line:[%s].\n",
|
||||||
line);
|
master, line);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (setMaster(m == 1 ? OW_MASTER : OW_SLAVE) == FAIL) {
|
sharedMemory_lockLocalLink();
|
||||||
|
if (!Feb_Control_SetMaster(ind)) {
|
||||||
sprintf(initErrorMessage,
|
sprintf(initErrorMessage,
|
||||||
"Could not set master from config file. Line:[%s].\n",
|
"Could not overwrite master to %d in Feb from on-board "
|
||||||
line);
|
"server "
|
||||||
|
"config file. Line:[%s].\n",
|
||||||
|
master, line);
|
||||||
|
sharedMemory_unlockLocalLink();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
sharedMemory_unlockLocalLink();
|
||||||
|
// validate change
|
||||||
|
int actual_master = -1, temp = -1, temp2 = -1;
|
||||||
|
Beb_GetModuleConfiguration(&actual_master, &temp, &temp2);
|
||||||
|
if (actual_master != master) {
|
||||||
|
sprintf(initErrorMessage,
|
||||||
|
"Could not set master to %d. Read %d\n", master,
|
||||||
|
actual_master);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
sharedMemory_lockLocalLink();
|
||||||
|
Feb_Control_SetMasterVariable(master);
|
||||||
|
sharedMemory_unlockLocalLink();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
// other commands
|
// other commands
|
||||||
@ -604,10 +576,8 @@ int readConfigFile() {
|
|||||||
LOG(logINFO, ("Successfully read config file\n"));
|
LOG(logINFO, ("Successfully read config file\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef VIRTUAL
|
|
||||||
// reset to hardware settings if not in config file (if overwritten)
|
// reset to hardware settings if not in config file (if overwritten)
|
||||||
resetToHardwareSettings();
|
resetToHardwareSettings();
|
||||||
#endif
|
|
||||||
|
|
||||||
return initError;
|
return initError;
|
||||||
}
|
}
|
||||||
@ -619,56 +589,55 @@ void resetToHardwareSettings() {
|
|||||||
}
|
}
|
||||||
// top not set in config file
|
// top not set in config file
|
||||||
if (top == -1) {
|
if (top == -1) {
|
||||||
LOG(logINFO, ("Resetting Top to hardware settings\n"));
|
if (!Beb_SetTop(TOP_HARDWARE)) {
|
||||||
if (setTop(TOP_HARDWARE) == FAIL) {
|
|
||||||
initError = FAIL;
|
initError = FAIL;
|
||||||
strcpy(initErrorMessage,
|
strcpy(initErrorMessage,
|
||||||
"Could not reset Top flag to hardware settings.\n");
|
"Could not reset Top flag to Beb hardware settings.\n");
|
||||||
LOG(logERROR, ("%s\n\n", initErrorMessage));
|
LOG(logERROR, ("%s\n\n", initErrorMessage));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
sharedMemory_lockLocalLink();
|
||||||
|
if (!Feb_Control_SetTop(TOP_HARDWARE, 1, 1)) {
|
||||||
|
initError = FAIL;
|
||||||
|
strcpy(initErrorMessage,
|
||||||
|
"Could not reset Top flag to Feb hardware settings.\n");
|
||||||
|
LOG(logERROR, ("%s\n\n", initErrorMessage));
|
||||||
|
sharedMemory_unlockLocalLink();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
sharedMemory_unlockLocalLink();
|
||||||
|
int temp = -1, temp2 = -1;
|
||||||
|
Beb_GetModuleConfiguration(&temp, &top, &temp2);
|
||||||
|
Beb_SetTopVariable(top);
|
||||||
}
|
}
|
||||||
// master not set in config file
|
// master not set in config file
|
||||||
if (master == -1) {
|
if (master == -1) {
|
||||||
LOG(logINFO, ("Resetting Master to hardware settings\n"));
|
if (!Beb_SetMaster(TOP_HARDWARE)) {
|
||||||
if (setMaster(MASTER_HARDWARE) == FAIL) {
|
|
||||||
initError = FAIL;
|
initError = FAIL;
|
||||||
strcpy(initErrorMessage,
|
strcpy(initErrorMessage,
|
||||||
"Could not reset Master flag to hardware settings.\n");
|
"Could not reset Master flag to Beb hardware settings.\n");
|
||||||
LOG(logERROR, ("%s\n\n", initErrorMessage));
|
LOG(logERROR, ("%s\n\n", initErrorMessage));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
sharedMemory_lockLocalLink();
|
||||||
|
if (!Feb_Control_SetMaster(TOP_HARDWARE)) {
|
||||||
|
initError = FAIL;
|
||||||
|
strcpy(initErrorMessage,
|
||||||
|
"Could not reset Master flag to Feb hardware settings.\n");
|
||||||
|
LOG(logERROR, ("%s\n\n", initErrorMessage));
|
||||||
|
sharedMemory_unlockLocalLink();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
sharedMemory_unlockLocalLink();
|
||||||
|
int temp = -1, temp2 = -1;
|
||||||
|
Beb_GetModuleConfiguration(&master, &temp, &temp2);
|
||||||
|
sharedMemory_lockLocalLink();
|
||||||
|
Feb_Control_SetMasterVariable(master);
|
||||||
|
sharedMemory_unlockLocalLink();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
int checkCommandLineConfiguration() {
|
|
||||||
if (masterCommandLine != -1) {
|
|
||||||
LOG(logINFO, ("Setting %s from Command Line\n",
|
|
||||||
(masterCommandLine == 1 ? "Master" : "Slave")));
|
|
||||||
if (setMaster(masterCommandLine == 1 ? OW_MASTER : OW_SLAVE) == FAIL) {
|
|
||||||
initError = FAIL;
|
|
||||||
sprintf(initErrorMessage, "Could not set %s from command line.\n",
|
|
||||||
(masterCommandLine == 1 ? "Master" : "Slave"));
|
|
||||||
LOG(logERROR, (initErrorMessage));
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (topCommandLine != -1) {
|
|
||||||
LOG(logINFO, ("Setting %s from Command Line\n",
|
|
||||||
(topCommandLine == 1 ? "Top" : "Bottom")));
|
|
||||||
if (setTop(topCommandLine == 1 ? OW_TOP : OW_BOTTOM) == FAIL) {
|
|
||||||
initError = FAIL;
|
|
||||||
sprintf(initErrorMessage, "Could not set %s from command line.\n",
|
|
||||||
(topCommandLine == 1 ? "Top" : "Bottom"));
|
|
||||||
LOG(logERROR, (initErrorMessage));
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* set up detector */
|
/* set up detector */
|
||||||
|
|
||||||
void allocateDetectorStructureMemory() {
|
void allocateDetectorStructureMemory() {
|
||||||
@ -702,29 +671,15 @@ void allocateDetectorStructureMemory() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void setupDetector() {
|
void setupDetector() {
|
||||||
|
|
||||||
allocateDetectorStructureMemory();
|
allocateDetectorStructureMemory();
|
||||||
|
|
||||||
// force top or master if in config file
|
|
||||||
if (readConfigFile() == FAIL)
|
|
||||||
return;
|
|
||||||
// force top or master if in command line
|
|
||||||
if (checkCommandLineConfiguration() == FAIL)
|
|
||||||
return;
|
|
||||||
|
|
||||||
LOG(logINFOBLUE,
|
|
||||||
("Module: %s %s %s\n", (top ? "TOP" : "BOTTOM"),
|
|
||||||
(master ? "MASTER" : "SLAVE"), (normal ? "NORMAL" : "SPECIAL")));
|
|
||||||
|
|
||||||
if (updateModuleId() == FAIL)
|
|
||||||
return;
|
|
||||||
|
|
||||||
LOG(logINFOBLUE, ("Setting Default Parameters\n"));
|
|
||||||
resetToDefaultDacs(0);
|
resetToDefaultDacs(0);
|
||||||
#ifdef VIRTUAL
|
#ifdef VIRTUAL
|
||||||
sharedMemory_setStatus(IDLE);
|
sharedMemory_setStatus(IDLE);
|
||||||
setupUDPCommParameters();
|
setupUDPCommParameters();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
LOG(logINFOBLUE, ("Setting Default Parameters\n"));
|
||||||
// setting default measurement parameters
|
// setting default measurement parameters
|
||||||
setNumFrames(DEFAULT_NUM_FRAMES);
|
setNumFrames(DEFAULT_NUM_FRAMES);
|
||||||
setExpTime(DEFAULT_EXPTIME);
|
setExpTime(DEFAULT_EXPTIME);
|
||||||
@ -764,6 +719,14 @@ void setupDetector() {
|
|||||||
}
|
}
|
||||||
sharedMemory_unlockLocalLink();
|
sharedMemory_unlockLocalLink();
|
||||||
#endif
|
#endif
|
||||||
|
// force top or master if in config file
|
||||||
|
if (readConfigFile() == FAIL) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
LOG(logINFOBLUE,
|
||||||
|
("Module: %s %s %s\n", (top ? "TOP" : "BOTTOM"),
|
||||||
|
(master ? "MASTER" : "SLAVE"), (normal ? "NORMAL" : "SPECIAL")));
|
||||||
|
|
||||||
if (setNumberofDestinations(numUdpDestinations) == FAIL) {
|
if (setNumberofDestinations(numUdpDestinations) == FAIL) {
|
||||||
initError = FAIL;
|
initError = FAIL;
|
||||||
strcpy(initErrorMessage, "Could not set number of udp destinations\n");
|
strcpy(initErrorMessage, "Could not set number of udp destinations\n");
|
||||||
@ -858,12 +821,10 @@ int readRegister(uint32_t offset, uint32_t *retval) {
|
|||||||
/* set parameters - dr, roi */
|
/* set parameters - dr, roi */
|
||||||
|
|
||||||
int setDynamicRange(int dr) {
|
int setDynamicRange(int dr) {
|
||||||
if (dr <= 0) {
|
// setting dr
|
||||||
return FAIL;
|
if (dr > 0) {
|
||||||
}
|
LOG(logDEBUG1, ("Setting dynamic range: %d\n", dr));
|
||||||
#ifdef VIRTUAL
|
#ifndef VIRTUAL
|
||||||
LOG(logINFO, ("Setting dynamic range: %d\n", dr));
|
|
||||||
#else
|
|
||||||
sharedMemory_lockLocalLink();
|
sharedMemory_lockLocalLink();
|
||||||
if (Feb_Control_SetDynamicRange(dr)) {
|
if (Feb_Control_SetDynamicRange(dr)) {
|
||||||
if (!Beb_SetUpTransferParameters(dr)) {
|
if (!Beb_SetUpTransferParameters(dr)) {
|
||||||
@ -875,21 +836,14 @@ int setDynamicRange(int dr) {
|
|||||||
sharedMemory_unlockLocalLink();
|
sharedMemory_unlockLocalLink();
|
||||||
#endif
|
#endif
|
||||||
eiger_dynamicrange = dr;
|
eiger_dynamicrange = dr;
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
int getDynamicRange(int *retval) {
|
|
||||||
#ifdef VIRTUAL
|
|
||||||
*retval = eiger_dynamicrange;
|
|
||||||
#else
|
|
||||||
sharedMemory_lockLocalLink();
|
|
||||||
if (!Feb_Control_GetDynamicRange(retval)) {
|
|
||||||
sharedMemory_unlockLocalLink();
|
|
||||||
return FAIL;
|
|
||||||
}
|
}
|
||||||
|
// getting dr
|
||||||
|
#ifndef VIRTUAL
|
||||||
|
sharedMemory_lockLocalLink();
|
||||||
|
eiger_dynamicrange = Feb_Control_GetDynamicRange();
|
||||||
sharedMemory_unlockLocalLink();
|
sharedMemory_unlockLocalLink();
|
||||||
#endif
|
#endif
|
||||||
return OK;
|
return eiger_dynamicrange;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* parameters - readout */
|
/* parameters - readout */
|
||||||
@ -1204,7 +1158,6 @@ int setModule(sls_detector_module myMod, char *mess) {
|
|||||||
|
|
||||||
// if quad, set M8 and PROGRAM manually
|
// if quad, set M8 and PROGRAM manually
|
||||||
if (!Feb_Control_SetChipSignalsToTrimQuad(1)) {
|
if (!Feb_Control_SetChipSignalsToTrimQuad(1)) {
|
||||||
sharedMemory_unlockLocalLink();
|
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1217,7 +1170,6 @@ int setModule(sls_detector_module myMod, char *mess) {
|
|||||||
|
|
||||||
// if quad, reset M8 and PROGRAM manually
|
// if quad, reset M8 and PROGRAM manually
|
||||||
if (!Feb_Control_SetChipSignalsToTrimQuad(0)) {
|
if (!Feb_Control_SetChipSignalsToTrimQuad(0)) {
|
||||||
sharedMemory_unlockLocalLink();
|
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1227,7 +1179,6 @@ int setModule(sls_detector_module myMod, char *mess) {
|
|||||||
|
|
||||||
// if quad, reset M8 and PROGRAM manually
|
// if quad, reset M8 and PROGRAM manually
|
||||||
if (!Feb_Control_SetChipSignalsToTrimQuad(0)) {
|
if (!Feb_Control_SetChipSignalsToTrimQuad(0)) {
|
||||||
sharedMemory_unlockLocalLink();
|
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1499,120 +1450,7 @@ int setHighVoltage(int val) {
|
|||||||
|
|
||||||
/* parameters - timing, extsig */
|
/* parameters - timing, extsig */
|
||||||
|
|
||||||
int setMaster(enum MASTERINDEX m) {
|
int isMaster() { return master; }
|
||||||
char *master_names[] = {MASTER_NAMES};
|
|
||||||
LOG(logINFOBLUE, ("Setting up Master flag as %s\n", master_names[m]));
|
|
||||||
#ifdef VIRTUAL
|
|
||||||
switch (m) {
|
|
||||||
case OW_MASTER:
|
|
||||||
master = 1;
|
|
||||||
break;
|
|
||||||
case OW_SLAVE:
|
|
||||||
master = 0;
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
// hardware settings (do nothing)
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
#else
|
|
||||||
// need to set it only once via the control server
|
|
||||||
if (isControlServer) {
|
|
||||||
if (!Beb_SetMaster(m)) {
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
|
|
||||||
sharedMemory_lockLocalLink();
|
|
||||||
if (!Feb_Control_SetMaster(m)) {
|
|
||||||
sharedMemory_unlockLocalLink();
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
sharedMemory_unlockLocalLink();
|
|
||||||
}
|
|
||||||
|
|
||||||
// get and update master variable (cannot get from m, could be hardware)
|
|
||||||
if (isMaster(&master) == FAIL) {
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
// verify for master and slave (not hardware)
|
|
||||||
if ((m == OW_MASTER && master == 0) || (m == OW_SLAVE && master == 1)) {
|
|
||||||
LOG(logERROR,
|
|
||||||
("could not set master/slave. Master value retrieved %d\n",
|
|
||||||
master));
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
|
|
||||||
// feb variable and hv comms (9m)
|
|
||||||
sharedMemory_lockLocalLink();
|
|
||||||
if (Feb_Control_SetMasterEffects(master, isControlServer) == FAIL) {
|
|
||||||
sharedMemory_unlockLocalLink();
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
sharedMemory_unlockLocalLink();
|
|
||||||
#endif
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
int isMaster(int *retval) {
|
|
||||||
int m = -1, t = -1, n = -1;
|
|
||||||
if (getModuleConfiguration(&m, &t, &n) == FAIL) {
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
*retval = m;
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
int setTop(enum TOPINDEX t) {
|
|
||||||
char *top_names[] = {TOP_NAMES};
|
|
||||||
LOG(logINFOBLUE, ("Setting up Top flag as %s\n", top_names[t]));
|
|
||||||
#ifdef VIRTUAL
|
|
||||||
switch (t) {
|
|
||||||
case OW_TOP:
|
|
||||||
top = 1;
|
|
||||||
break;
|
|
||||||
case OW_BOTTOM:
|
|
||||||
top = 0;
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
// hardware settings (do nothing)
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
#else
|
|
||||||
if (!Beb_SetTop(t)) {
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
|
|
||||||
sharedMemory_lockLocalLink();
|
|
||||||
if (!Feb_Control_SetTop(t, 1, 1)) {
|
|
||||||
sharedMemory_unlockLocalLink();
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
sharedMemory_unlockLocalLink();
|
|
||||||
|
|
||||||
// get and update top variable(cannot get from t, could be hardware)
|
|
||||||
if (isTop(&top) == FAIL) {
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
// verify for master and slave (not hardware)
|
|
||||||
if ((t == OW_TOP && top == 0) || (t == OW_BOTTOM && top == 1)) {
|
|
||||||
LOG(logERROR,
|
|
||||||
("could not set top/bottom. Top value retrieved %d\n", top));
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
|
|
||||||
Beb_SetTopVariable(top);
|
|
||||||
#endif
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
int isTop(int *retval) {
|
|
||||||
int m = -1, t = -1, n = -1;
|
|
||||||
if (getModuleConfiguration(&m, &t, &n) == FAIL) {
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
|
|
||||||
*retval = t;
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
void setTiming(enum timingMode arg) {
|
void setTiming(enum timingMode arg) {
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
@ -1662,7 +1500,6 @@ enum timingMode getTiming() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* configure mac */
|
/* configure mac */
|
||||||
int getNumberofUDPInterfaces() { return 2; }
|
|
||||||
|
|
||||||
int getNumberofDestinations(int *retval) {
|
int getNumberofDestinations(int *retval) {
|
||||||
#ifdef VIRTUAL
|
#ifdef VIRTUAL
|
||||||
@ -2085,8 +1922,7 @@ int setRateCorrection(
|
|||||||
else if (custom_tau_in_nsec == -1)
|
else if (custom_tau_in_nsec == -1)
|
||||||
custom_tau_in_nsec = Feb_Control_Get_RateTable_Tau_in_nsec();
|
custom_tau_in_nsec = Feb_Control_Get_RateTable_Tau_in_nsec();
|
||||||
|
|
||||||
int dr = eiger_dynamicrange;
|
int dr = Feb_Control_GetDynamicRange();
|
||||||
|
|
||||||
// get period = subexptime if 32bit , else period = exptime if 16 bit
|
// get period = subexptime if 32bit , else period = exptime if 16 bit
|
||||||
int64_t actual_period =
|
int64_t actual_period =
|
||||||
Feb_Control_GetSubFrameExposureTime(); // already in nsec
|
Feb_Control_GetSubFrameExposureTime(); // already in nsec
|
||||||
@ -2268,9 +2104,6 @@ int setDataStream(enum portPosition port, int enable) {
|
|||||||
LOG(logERROR, ("Invalid setDataStream enable argument: %d\n", enable));
|
LOG(logERROR, ("Invalid setDataStream enable argument: %d\n", enable));
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
LOG(logINFO,
|
|
||||||
("%s 10GbE %s datastream\n", (enable ? "Enabling" : "Disabling"),
|
|
||||||
(port == LEFT ? "left" : "right")));
|
|
||||||
#ifdef VIRTUAL
|
#ifdef VIRTUAL
|
||||||
if (port == LEFT) {
|
if (port == LEFT) {
|
||||||
eiger_virtual_left_datastream = enable;
|
eiger_virtual_left_datastream = enable;
|
||||||
@ -2484,7 +2317,7 @@ void *start_timer(void *arg) {
|
|||||||
const int maxRows = MAX_ROWS_PER_READOUT;
|
const int maxRows = MAX_ROWS_PER_READOUT;
|
||||||
const int packetsPerFrame = (maxPacketsPerFrame * readNRows) / maxRows;
|
const int packetsPerFrame = (maxPacketsPerFrame * readNRows) / maxRows;
|
||||||
|
|
||||||
LOG(logDEBUG,
|
LOG(logDEBUG1,
|
||||||
(" dr:%d\n bytesperpixel:%f\n tgenable:%d\n datasize:%d\n "
|
(" dr:%d\n bytesperpixel:%f\n tgenable:%d\n datasize:%d\n "
|
||||||
"packetsize:%d\n maxnumpackes:%d\n npixelsx:%d\n databytes:%d\n",
|
"packetsize:%d\n maxnumpackes:%d\n npixelsx:%d\n databytes:%d\n",
|
||||||
dr, bytesPerPixel, tgEnable, datasize, packetsize, maxPacketsPerFrame,
|
dr, bytesPerPixel, tgEnable, datasize, packetsize, maxPacketsPerFrame,
|
||||||
@ -2501,13 +2334,11 @@ void *start_timer(void *arg) {
|
|||||||
npixels /= 2;
|
npixels /= 2;
|
||||||
}
|
}
|
||||||
LOG(logDEBUG1,
|
LOG(logDEBUG1,
|
||||||
("npixels:%d pixelsperpacket:%d\n", npixels, pixelsPerPacket));
|
("pixels:%d pixelsperpacket:%d\n", npixels, pixelsPerPacket));
|
||||||
uint8_t *src = (uint8_t *)imageData;
|
|
||||||
for (int i = 0; i < npixels; ++i) {
|
for (int i = 0; i < npixels; ++i) {
|
||||||
if (i > 0 && i % pixelsPerPacket == 0) {
|
if (i > 0 && i % pixelsPerPacket == 0) {
|
||||||
++pixelVal;
|
++pixelVal;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (dr) {
|
switch (dr) {
|
||||||
case 4:
|
case 4:
|
||||||
*((uint8_t *)(imageData + i)) =
|
*((uint8_t *)(imageData + i)) =
|
||||||
@ -2522,30 +2353,6 @@ void *start_timer(void *arg) {
|
|||||||
*((uint8_t *)(imageData + i)) =
|
*((uint8_t *)(imageData + i)) =
|
||||||
eiger_virtual_test_mode ? 0xFE : (uint8_t)pixelVal;
|
eiger_virtual_test_mode ? 0xFE : (uint8_t)pixelVal;
|
||||||
break;
|
break;
|
||||||
case 12:
|
|
||||||
if (eiger_virtual_test_mode) {
|
|
||||||
// first 12 bit pixel
|
|
||||||
// first 8 byte
|
|
||||||
*src++ = 0xFE;
|
|
||||||
// second 12bit pixel
|
|
||||||
++i;
|
|
||||||
// second 8 byte
|
|
||||||
*src++ = 0xEF;
|
|
||||||
// third byte
|
|
||||||
*src++ = 0xFF;
|
|
||||||
} else {
|
|
||||||
// first 12 bit pixel
|
|
||||||
// first 8 byte
|
|
||||||
*src++ = (uint8_t)(i & 0xFF);
|
|
||||||
// second 8 byte (first nibble)
|
|
||||||
*src = (uint8_t)((i++ >> 8u) & 0xF);
|
|
||||||
// second 12bit pixel
|
|
||||||
// second 8 byte (second nibble)
|
|
||||||
*src++ |= ((uint8_t)(i & 0xF) << 4u);
|
|
||||||
// third byte
|
|
||||||
*src++ = (uint8_t)((i >> 4u) & 0xFF);
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
case 16:
|
case 16:
|
||||||
*((uint16_t *)(imageData + i * sizeof(uint16_t))) =
|
*((uint16_t *)(imageData + i * sizeof(uint16_t))) =
|
||||||
eiger_virtual_test_mode ? 0xFFE : (uint16_t)pixelVal;
|
eiger_virtual_test_mode ? 0xFFE : (uint16_t)pixelVal;
|
||||||
@ -2600,7 +2407,6 @@ void *start_timer(void *arg) {
|
|||||||
header->version = SLS_DETECTOR_HEADER_VERSION;
|
header->version = SLS_DETECTOR_HEADER_VERSION;
|
||||||
header->frameNumber = frameNr + iframes;
|
header->frameNumber = frameNr + iframes;
|
||||||
header->packetNumber = i;
|
header->packetNumber = i;
|
||||||
header->modId = eiger_virtual_module_id;
|
|
||||||
header->row = row;
|
header->row = row;
|
||||||
header->column = colLeft;
|
header->column = colLeft;
|
||||||
|
|
||||||
@ -2611,7 +2417,6 @@ void *start_timer(void *arg) {
|
|||||||
header->version = SLS_DETECTOR_HEADER_VERSION;
|
header->version = SLS_DETECTOR_HEADER_VERSION;
|
||||||
header->frameNumber = frameNr + iframes;
|
header->frameNumber = frameNr + iframes;
|
||||||
header->packetNumber = i;
|
header->packetNumber = i;
|
||||||
header->modId = eiger_virtual_module_id;
|
|
||||||
header->row = row;
|
header->row = row;
|
||||||
header->column = colRight;
|
header->column = colRight;
|
||||||
if (eiger_virtual_quad_mode) {
|
if (eiger_virtual_quad_mode) {
|
||||||
@ -2622,27 +2427,9 @@ void *start_timer(void *arg) {
|
|||||||
// fill data
|
// fill data
|
||||||
int dstOffset = sizeof(sls_detector_header);
|
int dstOffset = sizeof(sls_detector_header);
|
||||||
int dstOffset2 = sizeof(sls_detector_header);
|
int dstOffset2 = sizeof(sls_detector_header);
|
||||||
if (dr == 12) {
|
{
|
||||||
// multiple of 768,1024,4096
|
|
||||||
int copysize = 256;
|
|
||||||
for (int psize = 0; psize < datasize; psize += copysize) {
|
|
||||||
memcpy(packetData + dstOffset, imageData + srcOffset,
|
|
||||||
copysize);
|
|
||||||
memcpy(packetData2 + dstOffset2, imageData + srcOffset2,
|
|
||||||
copysize);
|
|
||||||
srcOffset += copysize;
|
|
||||||
srcOffset2 += copysize;
|
|
||||||
dstOffset += copysize;
|
|
||||||
dstOffset2 += copysize;
|
|
||||||
|
|
||||||
// reached 1 row (quarter module)
|
|
||||||
if ((srcOffset % npixelsx) == 0) {
|
|
||||||
srcOffset += npixelsx;
|
|
||||||
srcOffset2 += npixelsx;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
for (int psize = 0; psize < datasize; psize += npixelsx) {
|
for (int psize = 0; psize < datasize; psize += npixelsx) {
|
||||||
|
|
||||||
if (dr == 32 && tgEnable == 0) {
|
if (dr == 32 && tgEnable == 0) {
|
||||||
memcpy(packetData + dstOffset,
|
memcpy(packetData + dstOffset,
|
||||||
imageData + srcOffset, npixelsx / 2);
|
imageData + srcOffset, npixelsx / 2);
|
||||||
@ -2940,9 +2727,9 @@ int copyModule(sls_detector_module *destMod, sls_detector_module *srcMod) {
|
|||||||
|
|
||||||
int calculateDataBytes() {
|
int calculateDataBytes() {
|
||||||
if (send_to_ten_gig)
|
if (send_to_ten_gig)
|
||||||
return eiger_dynamicrange * ONE_GIGA_CONSTANT * TEN_GIGA_BUFFER_SIZE;
|
return setDynamicRange(-1) * ONE_GIGA_CONSTANT * TEN_GIGA_BUFFER_SIZE;
|
||||||
else
|
else
|
||||||
return eiger_dynamicrange * TEN_GIGA_CONSTANT * ONE_GIGA_BUFFER_SIZE;
|
return setDynamicRange(-1) * TEN_GIGA_CONSTANT * ONE_GIGA_BUFFER_SIZE;
|
||||||
}
|
}
|
||||||
|
|
||||||
int getTotalNumberOfChannels() {
|
int getTotalNumberOfChannels() {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#define LINKED_SERVER_NAME "eigerDetectorServer"
|
#define LINKED_SERVER_NAME "eigerDetectorServer"
|
||||||
|
|
||||||
#define REQUIRED_FIRMWARE_VERSION (30)
|
#define REQUIRED_FIRMWARE_VERSION (29)
|
||||||
// virtual ones renamed for consistency
|
// virtual ones renamed for consistency
|
||||||
// real ones keep previous name for compatibility (already in production)
|
// real ones keep previous name for compatibility (already in production)
|
||||||
#ifdef VIRTUAL
|
#ifdef VIRTUAL
|
||||||
@ -43,7 +43,7 @@ enum DACINDEX {
|
|||||||
#define DAC_NAMES \
|
#define DAC_NAMES \
|
||||||
"VSvP", "Vtrim", "Vrpreamp", "Vrshaper", "VSvN", "Vtgstv", "Vcmp_ll", \
|
"VSvP", "Vtrim", "Vrpreamp", "Vrshaper", "VSvN", "Vtgstv", "Vcmp_ll", \
|
||||||
"Vcmp_lr", "Vcal", "Vcmp_rl", "rxb_rb", "rxb_lb", "Vcmp_rr", "Vcp", \
|
"Vcmp_lr", "Vcal", "Vcmp_rl", "rxb_rb", "rxb_lb", "Vcmp_rr", "Vcp", \
|
||||||
"Vcn", "Vishaper", "Vthreshold"
|
"Vcn", "Vishaper"
|
||||||
#define DEFAULT_DAC_VALS \
|
#define DEFAULT_DAC_VALS \
|
||||||
{ \
|
{ \
|
||||||
0, /* VSvP */ \
|
0, /* VSvP */ \
|
||||||
|
Binary file not shown.
@ -28,16 +28,12 @@ extern int updateFlag;
|
|||||||
extern int checkModuleFlag;
|
extern int checkModuleFlag;
|
||||||
extern udpStruct udpDetails[MAX_UDP_DESTINATION];
|
extern udpStruct udpDetails[MAX_UDP_DESTINATION];
|
||||||
extern const enum detectorType myDetectorType;
|
extern const enum detectorType myDetectorType;
|
||||||
extern int ignoreConfigFileFlag;
|
|
||||||
|
|
||||||
// Global variable from communication_funcs.c
|
// Global variable from communication_funcs.c
|
||||||
extern int isControlServer;
|
extern int isControlServer;
|
||||||
extern void getMacAddressinString(char *cmac, int size, uint64_t mac);
|
extern void getMacAddressinString(char *cmac, int size, uint64_t mac);
|
||||||
extern void getIpAddressinString(char *cip, uint32_t ip);
|
extern void getIpAddressinString(char *cip, uint32_t ip);
|
||||||
|
|
||||||
// Variables that will be exported
|
|
||||||
int masterCommandLine = -1;
|
|
||||||
|
|
||||||
int initError = OK;
|
int initError = OK;
|
||||||
int initCheckDone = 0;
|
int initCheckDone = 0;
|
||||||
char initErrorMessage[MAX_STR_LENGTH];
|
char initErrorMessage[MAX_STR_LENGTH];
|
||||||
@ -45,7 +41,6 @@ char initErrorMessage[MAX_STR_LENGTH];
|
|||||||
#ifdef VIRTUAL
|
#ifdef VIRTUAL
|
||||||
pthread_t pthread_virtual_tid;
|
pthread_t pthread_virtual_tid;
|
||||||
int64_t virtual_currentFrameNumber = 2;
|
int64_t virtual_currentFrameNumber = 2;
|
||||||
int virtual_moduleid = 0;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
enum detectorSettings thisSettings = UNINITIALIZED;
|
enum detectorSettings thisSettings = UNINITIALIZED;
|
||||||
@ -73,7 +68,6 @@ int64_t burstPeriodReg = 0;
|
|||||||
int filterResistor = 0;
|
int filterResistor = 0;
|
||||||
int cdsGain = 0;
|
int cdsGain = 0;
|
||||||
int detPos[2] = {};
|
int detPos[2] = {};
|
||||||
int master = 1;
|
|
||||||
|
|
||||||
int isInitCheckDone() { return initCheckDone; }
|
int isInitCheckDone() { return initCheckDone; }
|
||||||
|
|
||||||
@ -107,9 +101,8 @@ void basictests() {
|
|||||||
}
|
}
|
||||||
// does check only if flag is 0 (by default), set by command line
|
// does check only if flag is 0 (by default), set by command line
|
||||||
if ((!debugflag) && (!updateFlag) &&
|
if ((!debugflag) && (!updateFlag) &&
|
||||||
((validateKernelVersion(KERNEL_DATE_VRSN) == FAIL) ||
|
((validateKernelVersion(KERNEL_DATE_VRSN) == FAIL) || (checkType() == FAIL) ||
|
||||||
(checkType() == FAIL) || (testFpga() == FAIL) ||
|
(testFpga() == FAIL) || (testBus() == FAIL))) {
|
||||||
(testBus() == FAIL))) {
|
|
||||||
sprintf(initErrorMessage,
|
sprintf(initErrorMessage,
|
||||||
"Could not pass basic tests of FPGA and bus. Dangerous to "
|
"Could not pass basic tests of FPGA and bus. Dangerous to "
|
||||||
"continue. (Firmware version:0x%llx) \n",
|
"continue. (Firmware version:0x%llx) \n",
|
||||||
@ -300,18 +293,6 @@ void setModuleId(int modid) {
|
|||||||
bus_r(MOD_ID_REG) | ((modid << MOD_ID_OFST) & MOD_ID_MSK));
|
bus_r(MOD_ID_REG) | ((modid << MOD_ID_OFST) & MOD_ID_MSK));
|
||||||
}
|
}
|
||||||
|
|
||||||
int updateModuleId() {
|
|
||||||
int modid = getModuleIdInFile(&initError, initErrorMessage, ID_FILE);
|
|
||||||
if (initError == FAIL) {
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
#ifdef VIRTUAL
|
|
||||||
virtual_moduleid = modid;
|
|
||||||
#endif
|
|
||||||
setModuleId(modid);
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
u_int64_t getDetectorMAC() {
|
u_int64_t getDetectorMAC() {
|
||||||
#ifdef VIRTUAL
|
#ifdef VIRTUAL
|
||||||
return 0;
|
return 0;
|
||||||
@ -375,27 +356,16 @@ void initControlServer() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void initStopServer() {
|
void initStopServer() {
|
||||||
if (!updateFlag && initError == OK) {
|
|
||||||
usleep(CTRL_SRVR_INIT_TIME_US);
|
usleep(CTRL_SRVR_INIT_TIME_US);
|
||||||
LOG(logINFOBLUE, ("Configuring Stop server\n"));
|
|
||||||
if (mapCSP0() == FAIL) {
|
if (mapCSP0() == FAIL) {
|
||||||
initError = FAIL;
|
LOG(logERROR,
|
||||||
strcpy(initErrorMessage,
|
("Stop Server: Map Fail. Dangerous to continue. Goodbye!\n"));
|
||||||
"Stop Server: Map Fail. Dangerous to continue. Goodbye!\n");
|
exit(EXIT_FAILURE);
|
||||||
LOG(logERROR, (initErrorMessage));
|
|
||||||
initCheckDone = 1;
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
#ifdef VIRTUAL
|
#ifdef VIRTUAL
|
||||||
sharedMemory_setStop(0);
|
sharedMemory_setStop(0);
|
||||||
// not reading config file (nothing of interest to stop server)
|
|
||||||
if (checkCommandLineConfiguration() == FAIL) {
|
|
||||||
initCheckDone = 1;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
}
|
|
||||||
initCheckDone = 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* set up detector */
|
/* set up detector */
|
||||||
@ -508,13 +478,12 @@ void setupDetector() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// master for virtual
|
// set module id in register
|
||||||
if (checkCommandLineConfiguration() == FAIL)
|
int modid = getModuleIdInFile(&initError, initErrorMessage, ID_FILE);
|
||||||
return;
|
if (initError == FAIL) {
|
||||||
|
|
||||||
if (updateModuleId() == FAIL) {
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
setModuleId(modid);
|
||||||
|
|
||||||
setBurstMode(DEFAULT_BURST_MODE);
|
setBurstMode(DEFAULT_BURST_MODE);
|
||||||
setFilterResistor(DEFAULT_FILTER_RESISTOR);
|
setFilterResistor(DEFAULT_FILTER_RESISTOR);
|
||||||
@ -626,11 +595,6 @@ int readConfigFile() {
|
|||||||
return initError;
|
return initError;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ignoreConfigFileFlag) {
|
|
||||||
LOG(logWARNING, ("Ignoring Config file\n"));
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
// require a sleep before and after the rst dac signal
|
// require a sleep before and after the rst dac signal
|
||||||
usleep(INITIAL_STARTUP_WAIT);
|
usleep(INITIAL_STARTUP_WAIT);
|
||||||
|
|
||||||
@ -955,21 +919,6 @@ int readConfigFile() {
|
|||||||
return initError;
|
return initError;
|
||||||
}
|
}
|
||||||
|
|
||||||
int checkCommandLineConfiguration() {
|
|
||||||
if (masterCommandLine != -1) {
|
|
||||||
#ifdef VIRTUAL
|
|
||||||
master = masterCommandLine;
|
|
||||||
#else
|
|
||||||
initError = FAIL;
|
|
||||||
strcpy(initErrorMessage,
|
|
||||||
"Cannot set Master from command line for this detector. "
|
|
||||||
"Should have been caught before!\n");
|
|
||||||
return FAIL;
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* firmware functions (resets) */
|
/* firmware functions (resets) */
|
||||||
|
|
||||||
void cleanFifos() {
|
void cleanFifos() {
|
||||||
@ -998,16 +947,7 @@ void resetPeripheral() {
|
|||||||
|
|
||||||
/* set parameters - dr, roi */
|
/* set parameters - dr, roi */
|
||||||
|
|
||||||
int setDynamicRange(int dr) {
|
int setDynamicRange(int dr) { return DYNAMIC_RANGE; }
|
||||||
if (dr == 16)
|
|
||||||
return OK;
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
|
|
||||||
int getDynamicRange(int *retval) {
|
|
||||||
*retval = DYNAMIC_RANGE;
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* parameters - timer */
|
/* parameters - timer */
|
||||||
void setNumFrames(int64_t val) {
|
void setNumFrames(int64_t val) {
|
||||||
@ -1497,11 +1437,6 @@ int setHighVoltage(int val) {
|
|||||||
|
|
||||||
/* parameters - timing */
|
/* parameters - timing */
|
||||||
|
|
||||||
int isMaster(int *retval) {
|
|
||||||
*retval = master;
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
void updatingRegisters() {
|
void updatingRegisters() {
|
||||||
LOG(logINFO, ("\tUpdating registers\n"));
|
LOG(logINFO, ("\tUpdating registers\n"));
|
||||||
// burst
|
// burst
|
||||||
@ -1981,17 +1916,9 @@ int checkDetectorType() {
|
|||||||
return -2;
|
return -2;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (abs(type - TYPE_GOTTHARD2_25UM_MASTER_MODULE_VAL) <= TYPE_TOLERANCE) {
|
if ((abs(type - TYPE_GOTTHARD2_MODULE_VAL) > TYPE_TOLERANCE) &&
|
||||||
LOG(logINFOBLUE, ("MASTER 25um Module\n"));
|
(abs(type - TYPE_GOTTHARD2_25UM_MASTER_MODULE_VAL) > TYPE_TOLERANCE) &&
|
||||||
master = 1;
|
(abs(type - TYPE_GOTTHARD2_25UM_SLAVE_MODULE_VAL) > TYPE_TOLERANCE)) {
|
||||||
} else if (abs(type - TYPE_GOTTHARD2_25UM_SLAVE_MODULE_VAL) <=
|
|
||||||
TYPE_TOLERANCE) {
|
|
||||||
master = 0;
|
|
||||||
LOG(logINFOBLUE, ("SLAVE 25um Module\n"));
|
|
||||||
} else if (abs(type - TYPE_GOTTHARD2_MODULE_VAL) <= TYPE_TOLERANCE) {
|
|
||||||
master = -1;
|
|
||||||
LOG(logINFOBLUE, ("50um Module\n"));
|
|
||||||
} else {
|
|
||||||
LOG(logERROR,
|
LOG(logERROR,
|
||||||
("Wrong Module attached! Expected %d, %d or %d for Gotthard2, got "
|
("Wrong Module attached! Expected %d, %d or %d for Gotthard2, got "
|
||||||
"%d\n",
|
"%d\n",
|
||||||
@ -2156,56 +2083,40 @@ int setReadoutSpeed(int val) {
|
|||||||
case G2_108MHZ:
|
case G2_108MHZ:
|
||||||
LOG(logINFOBLUE, ("Setting readout speed to 108 MHz\n"));
|
LOG(logINFOBLUE, ("Setting readout speed to 108 MHz\n"));
|
||||||
if (setClockDivider(READOUT_C0, SPEED_108_CLKDIV_0) == FAIL) {
|
if (setClockDivider(READOUT_C0, SPEED_108_CLKDIV_0) == FAIL) {
|
||||||
LOG(logERROR, ("Could not set readout speed to 108 MHz. Failed to "
|
LOG(logERROR, ("Could not set readout speed to 108 MHz. Failed to set readout clk 0 to %d\n", SPEED_108_CLKDIV_0));
|
||||||
"set readout clk 0 to %d\n",
|
|
||||||
SPEED_108_CLKDIV_0));
|
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
if (setClockDivider(READOUT_C1, SPEED_108_CLKDIV_1) == FAIL) {
|
if (setClockDivider(READOUT_C1, SPEED_108_CLKDIV_1) == FAIL) {
|
||||||
LOG(logERROR, ("Could not set readout speed to 108 MHz. Failed to "
|
LOG(logERROR, ("Could not set readout speed to 108 MHz. Failed to set readout clk 1 to %d\n", SPEED_108_CLKDIV_1));
|
||||||
"set readout clk 1 to %d\n",
|
|
||||||
SPEED_108_CLKDIV_1));
|
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
if (setPhase(READOUT_C1, SPEED_108_CLKPHASE_DEG_1, 1) == FAIL) {
|
if (setPhase(READOUT_C1, SPEED_108_CLKPHASE_DEG_1, 1) == FAIL) {
|
||||||
LOG(logERROR, ("Could not set readout speed to 108 MHz. Failed to "
|
LOG(logERROR, ("Could not set readout speed to 108 MHz. Failed to set clk phase 1 %d deg\n", SPEED_108_CLKPHASE_DEG_1));
|
||||||
"set clk phase 1 %d deg\n",
|
|
||||||
SPEED_108_CLKPHASE_DEG_1));
|
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
setDBITPipeline(SPEED_144_DBIT_PIPELINE);
|
setDBITPipeline(SPEED_144_DBIT_PIPELINE);
|
||||||
if (getDBITPipeline() != SPEED_144_DBIT_PIPELINE) {
|
if (getDBITPipeline() != SPEED_144_DBIT_PIPELINE) {
|
||||||
LOG(logERROR, ("Could not set readout speed to 108 MHz. Failed to "
|
LOG(logERROR, ("Could not set readout speed to 108 MHz. Failed to set dbitpipeline to %d \n", SPEED_144_DBIT_PIPELINE));
|
||||||
"set dbitpipeline to %d \n",
|
|
||||||
SPEED_144_DBIT_PIPELINE));
|
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case G2_144MHZ:
|
case G2_144MHZ:
|
||||||
LOG(logINFOBLUE, ("Setting readout speed to 144 MHz\n"));
|
LOG(logINFOBLUE, ("Setting readout speed to 144 MHz\n"));
|
||||||
if (setClockDivider(READOUT_C0, SPEED_144_CLKDIV_0) == FAIL) {
|
if (setClockDivider(READOUT_C0, SPEED_144_CLKDIV_0) == FAIL) {
|
||||||
LOG(logERROR, ("Could not set readout speed to 144 MHz. Failed to "
|
LOG(logERROR, ("Could not set readout speed to 144 MHz. Failed to set readout clk 0 to %d\n", SPEED_144_CLKDIV_0));
|
||||||
"set readout clk 0 to %d\n",
|
|
||||||
SPEED_144_CLKDIV_0));
|
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
if (setClockDivider(READOUT_C1, SPEED_144_CLKDIV_1) == FAIL) {
|
if (setClockDivider(READOUT_C1, SPEED_144_CLKDIV_1) == FAIL) {
|
||||||
LOG(logERROR, ("Could not set readout speed to 144 MHz. Failed to "
|
LOG(logERROR, ("Could not set readout speed to 144 MHz. Failed to set readout clk 1 to %d\n", SPEED_144_CLKDIV_1));
|
||||||
"set readout clk 1 to %d\n",
|
|
||||||
SPEED_144_CLKDIV_1));
|
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
if (setPhase(READOUT_C1, SPEED_144_CLKPHASE_DEG_1, 1) == FAIL) {
|
if (setPhase(READOUT_C1, SPEED_144_CLKPHASE_DEG_1, 1) == FAIL) {
|
||||||
LOG(logERROR, ("Could not set readout speed to 144 MHz. Failed to "
|
LOG(logERROR, ("Could not set readout speed to 144 MHz. Failed to set clk phase 1 %d deg\n", SPEED_144_CLKPHASE_DEG_1));
|
||||||
"set clk phase 1 %d deg\n",
|
|
||||||
SPEED_144_CLKPHASE_DEG_1));
|
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
setDBITPipeline(SPEED_144_DBIT_PIPELINE);
|
setDBITPipeline(SPEED_144_DBIT_PIPELINE);
|
||||||
if (getDBITPipeline() != SPEED_144_DBIT_PIPELINE) {
|
if (getDBITPipeline() != SPEED_144_DBIT_PIPELINE) {
|
||||||
LOG(logERROR, ("Could not set readout speed to 144 MHz. Failed to "
|
LOG(logERROR, ("Could not set readout speed to 144 MHz. Failed to set dbitpipeline to %d \n", SPEED_144_DBIT_PIPELINE));
|
||||||
"set dbitpipeline to %d \n",
|
|
||||||
SPEED_144_DBIT_PIPELINE));
|
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
@ -3094,7 +3005,7 @@ void *start_timer(void *arg) {
|
|||||||
header->version = SLS_DETECTOR_HEADER_VERSION - 1;
|
header->version = SLS_DETECTOR_HEADER_VERSION - 1;
|
||||||
header->frameNumber = virtual_currentFrameNumber;
|
header->frameNumber = virtual_currentFrameNumber;
|
||||||
header->packetNumber = 0;
|
header->packetNumber = 0;
|
||||||
header->modId = virtual_moduleid;
|
header->modId = 0;
|
||||||
header->row = detPos[X];
|
header->row = detPos[X];
|
||||||
header->column = detPos[Y];
|
header->column = detPos[Y];
|
||||||
// fill data
|
// fill data
|
||||||
|
Binary file not shown.
@ -25,11 +25,9 @@ extern int debugflag;
|
|||||||
extern int updateFlag;
|
extern int updateFlag;
|
||||||
extern udpStruct udpDetails[MAX_UDP_DESTINATION];
|
extern udpStruct udpDetails[MAX_UDP_DESTINATION];
|
||||||
extern const enum detectorType myDetectorType;
|
extern const enum detectorType myDetectorType;
|
||||||
extern int ignoreConfigFileFlag;
|
|
||||||
|
|
||||||
// Variables that will be exported
|
// Variables that will be exported
|
||||||
int phaseShift = DEFAULT_PHASE_SHIFT;
|
int phaseShift = DEFAULT_PHASE_SHIFT;
|
||||||
int masterCommandLine = -1;
|
|
||||||
|
|
||||||
// Global variable from communication_funcs.c
|
// Global variable from communication_funcs.c
|
||||||
extern int isControlServer;
|
extern int isControlServer;
|
||||||
@ -361,28 +359,16 @@ void initControlServer() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void initStopServer() {
|
void initStopServer() {
|
||||||
if (!updateFlag && initError == OK) {
|
|
||||||
usleep(CTRL_SRVR_INIT_TIME_US);
|
|
||||||
LOG(logINFOBLUE, ("Configuring Stop server\n"));
|
|
||||||
if (mapCSP0() == FAIL) {
|
if (mapCSP0() == FAIL) {
|
||||||
initError = FAIL;
|
LOG(logERROR,
|
||||||
strcpy(initErrorMessage,
|
("Stop Server: Map Fail. Dangerous to continue. Goodbye!\n"));
|
||||||
"Stop Server: Map Fail. Dangerous to continue. Goodbye!\n");
|
exit(EXIT_FAILURE);
|
||||||
LOG(logERROR, (initErrorMessage));
|
|
||||||
initCheckDone = 1;
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
#ifdef VIRTUAL
|
#ifdef VIRTUAL
|
||||||
sharedMemory_setStop(0);
|
sharedMemory_setStop(0);
|
||||||
#endif
|
#endif
|
||||||
// to get master from file
|
// to get master from file
|
||||||
if (readConfigFile() == FAIL ||
|
readConfigFile();
|
||||||
checkCommandLineConfiguration() == FAIL) {
|
|
||||||
initCheckDone = 1;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
initCheckDone = 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* set up detector */
|
/* set up detector */
|
||||||
@ -435,13 +421,6 @@ void setupDetector() {
|
|||||||
setROI(rois); // set adcsyncreg, daqreg, chipofinterestreg, cleanfifos,
|
setROI(rois); // set adcsyncreg, daqreg, chipofinterestreg, cleanfifos,
|
||||||
setGbitReadout();
|
setGbitReadout();
|
||||||
|
|
||||||
// no config file or not first time server
|
|
||||||
if (readConfigFile() == FAIL)
|
|
||||||
return;
|
|
||||||
|
|
||||||
if (checkCommandLineConfiguration() == FAIL)
|
|
||||||
return;
|
|
||||||
|
|
||||||
// master, slave (25um)
|
// master, slave (25um)
|
||||||
setMasterSlaveConfiguration();
|
setMasterSlaveConfiguration();
|
||||||
|
|
||||||
@ -645,16 +624,6 @@ void setGbitReadout() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int readConfigFile() {
|
int readConfigFile() {
|
||||||
|
|
||||||
if (initError == FAIL) {
|
|
||||||
return initError;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (ignoreConfigFileFlag) {
|
|
||||||
LOG(logWARNING, ("Ignoring Config file\n"));
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
const int fileNameSize = 128;
|
const int fileNameSize = 128;
|
||||||
char fname[fileNameSize];
|
char fname[fileNameSize];
|
||||||
if (getAbsPath(fname, fileNameSize, CONFIG_FILE) == FAIL) {
|
if (getAbsPath(fname, fileNameSize, CONFIG_FILE) == FAIL) {
|
||||||
@ -678,6 +647,7 @@ int readConfigFile() {
|
|||||||
memset(key, 0, keySize);
|
memset(key, 0, keySize);
|
||||||
char value[keySize];
|
char value[keySize];
|
||||||
memset(value, 0, keySize);
|
memset(value, 0, keySize);
|
||||||
|
int scan = OK;
|
||||||
|
|
||||||
// keep reading a line
|
// keep reading a line
|
||||||
while (fgets(line, lineSize, fd)) {
|
while (fgets(line, lineSize, fd)) {
|
||||||
@ -697,22 +667,19 @@ int readConfigFile() {
|
|||||||
master = 0;
|
master = 0;
|
||||||
LOG(logINFOBLUE, ("\tSlave or No Master\n"));
|
LOG(logINFOBLUE, ("\tSlave or No Master\n"));
|
||||||
} else {
|
} else {
|
||||||
initError = FAIL;
|
LOG(logERROR,
|
||||||
sprintf(
|
("\tCould not scan masterflags %s value from config file\n",
|
||||||
initErrorMessage,
|
value));
|
||||||
"Could not scan masterflags %s value from config file\n",
|
scan = FAIL;
|
||||||
value);
|
break;
|
||||||
LOG(logERROR, (initErrorMessage))
|
|
||||||
fclose(fd);
|
|
||||||
return FAIL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// not first server since detector power on
|
// not first server since detector power on
|
||||||
if (!detectorFirstServer) {
|
if (!detectorFirstServer) {
|
||||||
LOG(logWARNING, ("\tServer has been started up before. "
|
LOG(logINFOBLUE, ("\tServer has been started up before. "
|
||||||
"Ignoring rest of config file\n"));
|
"Ignoring rest of config file\n"));
|
||||||
fclose(fd);
|
fclose(fd);
|
||||||
return OK;
|
return FAIL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -721,14 +688,11 @@ int readConfigFile() {
|
|||||||
// convert value to int
|
// convert value to int
|
||||||
int ival = 0;
|
int ival = 0;
|
||||||
if (sscanf(value, "%d", &ival) <= 0) {
|
if (sscanf(value, "%d", &ival) <= 0) {
|
||||||
initError = FAIL;
|
LOG(logERROR, ("\tCould not scan parameter %s value %s from "
|
||||||
sprintf(initErrorMessage,
|
|
||||||
"Could not scan parameter %s value %s from "
|
|
||||||
"config file\n",
|
"config file\n",
|
||||||
key, value);
|
key, value));
|
||||||
LOG(logERROR, (initErrorMessage))
|
scan = FAIL;
|
||||||
fclose(fd);
|
break;
|
||||||
return FAIL;
|
|
||||||
}
|
}
|
||||||
// set value
|
// set value
|
||||||
if (!strcasecmp(key, "masterdefaultdelay"))
|
if (!strcasecmp(key, "masterdefaultdelay"))
|
||||||
@ -746,16 +710,16 @@ int readConfigFile() {
|
|||||||
else if (!strcasecmp(key, "startacqdelay"))
|
else if (!strcasecmp(key, "startacqdelay"))
|
||||||
startacqdelay = ival;
|
startacqdelay = ival;
|
||||||
else {
|
else {
|
||||||
initError = FAIL;
|
LOG(logERROR,
|
||||||
sprintf(initErrorMessage,
|
("\tCould not scan parameter %s from config file\n", key));
|
||||||
"Could not scan parameter %s from config file\n", key);
|
scan = FAIL;
|
||||||
LOG(logERROR, (initErrorMessage))
|
break;
|
||||||
fclose(fd);
|
|
||||||
return FAIL;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fclose(fd);
|
fclose(fd);
|
||||||
|
if (scan == FAIL)
|
||||||
|
exit(EXIT_FAILURE);
|
||||||
|
|
||||||
LOG(logINFOBLUE,
|
LOG(logINFOBLUE,
|
||||||
("\tmasterdefaultdelay:%d\n"
|
("\tmasterdefaultdelay:%d\n"
|
||||||
@ -770,28 +734,13 @@ int readConfigFile() {
|
|||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int checkCommandLineConfiguration() {
|
|
||||||
if (masterCommandLine != -1) {
|
|
||||||
#ifdef VIRTUAL
|
|
||||||
master = masterCommandLine;
|
|
||||||
#else
|
|
||||||
initError = FAIL;
|
|
||||||
strcpy(initErrorMessage,
|
|
||||||
"Cannot set Master from command line for this detector. "
|
|
||||||
"Should have been caught before!\n");
|
|
||||||
return FAIL;
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
void setMasterSlaveConfiguration() {
|
void setMasterSlaveConfiguration() {
|
||||||
// not the first time its being read
|
|
||||||
if (!detectorFirstServer) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
LOG(logINFO, ("Reading Master Slave Configuration\n"));
|
LOG(logINFO, ("Reading Master Slave Configuration\n"));
|
||||||
|
|
||||||
|
// no config file or not first time server
|
||||||
|
if (readConfigFile() == FAIL)
|
||||||
|
return;
|
||||||
|
|
||||||
// master configuration
|
// master configuration
|
||||||
if (master) {
|
if (master) {
|
||||||
// master default delay set, so reset delay
|
// master default delay set, so reset delay
|
||||||
@ -839,16 +788,7 @@ void setMasterSlaveConfiguration() {
|
|||||||
|
|
||||||
/* set parameters - dr, roi */
|
/* set parameters - dr, roi */
|
||||||
|
|
||||||
int setDynamicRange(int dr) {
|
int setDynamicRange(int dr) { return DYNAMIC_RANGE; }
|
||||||
if (dr == 16)
|
|
||||||
return OK;
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
|
|
||||||
int getDynamicRange(int *retval) {
|
|
||||||
*retval = DYNAMIC_RANGE;
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
int setROI(ROI arg) {
|
int setROI(ROI arg) {
|
||||||
|
|
||||||
@ -1298,10 +1238,7 @@ int setHighVoltage(int val) {
|
|||||||
|
|
||||||
/* parameters - timing, extsig */
|
/* parameters - timing, extsig */
|
||||||
|
|
||||||
int isMaster(int *retval) {
|
int isMaster() { return master; }
|
||||||
*retval = master;
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
void setTiming(enum timingMode arg) {
|
void setTiming(enum timingMode arg) {
|
||||||
u_int32_t addr = EXT_SIGNAL_REG;
|
u_int32_t addr = EXT_SIGNAL_REG;
|
||||||
@ -1362,8 +1299,6 @@ int getExtSignal(int signalIndex) {
|
|||||||
|
|
||||||
/* configure mac */
|
/* configure mac */
|
||||||
|
|
||||||
int getNumberofUDPInterfaces() { return 1; }
|
|
||||||
|
|
||||||
void calcChecksum(mac_conf *mac, int sourceip, int destip) {
|
void calcChecksum(mac_conf *mac, int sourceip, int destip) {
|
||||||
mac->ip.ip_ver = 0x4;
|
mac->ip.ip_ver = 0x4;
|
||||||
mac->ip.ip_ihl = 0x5;
|
mac->ip.ip_ihl = 0x5;
|
||||||
|
Binary file not shown.
@ -28,7 +28,6 @@ extern int updateFlag;
|
|||||||
extern udpStruct udpDetails[MAX_UDP_DESTINATION];
|
extern udpStruct udpDetails[MAX_UDP_DESTINATION];
|
||||||
extern int numUdpDestinations;
|
extern int numUdpDestinations;
|
||||||
extern const enum detectorType myDetectorType;
|
extern const enum detectorType myDetectorType;
|
||||||
extern int ignoreConfigFileFlag;
|
|
||||||
|
|
||||||
// Global variable from communication_funcs.c
|
// Global variable from communication_funcs.c
|
||||||
extern int isControlServer;
|
extern int isControlServer;
|
||||||
@ -393,20 +392,12 @@ void initControlServer() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void initStopServer() {
|
void initStopServer() {
|
||||||
if (!updateFlag && initError == OK) {
|
|
||||||
usleep(CTRL_SRVR_INIT_TIME_US);
|
usleep(CTRL_SRVR_INIT_TIME_US);
|
||||||
LOG(logINFOBLUE, ("Configuring Stop server\n"));
|
|
||||||
if (mapCSP0() == FAIL) {
|
if (mapCSP0() == FAIL) {
|
||||||
initError = FAIL;
|
LOG(logERROR,
|
||||||
strcpy(initErrorMessage,
|
("Stop Server: Map Fail. Dangerous to continue. Goodbye!\n"));
|
||||||
"Stop Server: Map Fail. Dangerous to continue. Goodbye!\n");
|
exit(EXIT_FAILURE);
|
||||||
LOG(logERROR, (initErrorMessage));
|
|
||||||
initCheckDone = 1;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (readConfigFile() == FAIL) {
|
|
||||||
initCheckDone = 1;
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
#ifdef VIRTUAL
|
#ifdef VIRTUAL
|
||||||
sharedMemory_setStop(0);
|
sharedMemory_setStop(0);
|
||||||
@ -414,8 +405,6 @@ void initStopServer() {
|
|||||||
setThresholdTemperature(DEFAULT_TMP_THRSHLD);
|
setThresholdTemperature(DEFAULT_TMP_THRSHLD);
|
||||||
setTemperatureEvent(0);
|
setTemperatureEvent(0);
|
||||||
#endif
|
#endif
|
||||||
}
|
|
||||||
initCheckDone = 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* set up detector */
|
/* set up detector */
|
||||||
@ -654,11 +643,6 @@ int readConfigFile() {
|
|||||||
return initError;
|
return initError;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ignoreConfigFileFlag) {
|
|
||||||
LOG(logWARNING, ("Ignoring Config file\n"));
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
const int fileNameSize = 128;
|
const int fileNameSize = 128;
|
||||||
char fname[fileNameSize];
|
char fname[fileNameSize];
|
||||||
if (getAbsPath(fname, fileNameSize, CONFIG_FILE) == FAIL) {
|
if (getAbsPath(fname, fileNameSize, CONFIG_FILE) == FAIL) {
|
||||||
@ -812,16 +796,7 @@ void resetPeripheral() {
|
|||||||
|
|
||||||
/* set parameters - dr, roi */
|
/* set parameters - dr, roi */
|
||||||
|
|
||||||
int setDynamicRange(int dr) {
|
int setDynamicRange(int dr) { return DYNAMIC_RANGE; }
|
||||||
if (dr == 16)
|
|
||||||
return OK;
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
|
|
||||||
int getDynamicRange(int *retval) {
|
|
||||||
*retval = DYNAMIC_RANGE;
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
void setADCInvertRegister(uint32_t val) {
|
void setADCInvertRegister(uint32_t val) {
|
||||||
LOG(logINFO, ("Setting ADC Port Invert Reg to 0x%x\n", val));
|
LOG(logINFO, ("Setting ADC Port Invert Reg to 0x%x\n", val));
|
||||||
|
@ -165,9 +165,11 @@
|
|||||||
#define PATTERN_OUT_LSB_REG (0x20 << MEM_MAP_SHIFT)
|
#define PATTERN_OUT_LSB_REG (0x20 << MEM_MAP_SHIFT)
|
||||||
#define PATTERN_OUT_MSB_REG (0x21 << MEM_MAP_SHIFT)
|
#define PATTERN_OUT_MSB_REG (0x21 << MEM_MAP_SHIFT)
|
||||||
|
|
||||||
/* Frame number of next acquisition register (64 bit register) */
|
/* Frames From Start 64 bit RO register TODO */
|
||||||
#define NEXT_FRAME_NUMB_LOCAL_LSB_REG (0x22 << MEM_MAP_SHIFT)
|
//#define FRAMES_FROM_START_LSB_REG (0x22 << MEM_MAP_SHIFT) // Not
|
||||||
#define NEXT_FRAME_NUMB_LOCAL_MSB_REG (0x23 << MEM_MAP_SHIFT)
|
// used in FW #define FRAMES_FROM_START_MSB_REG (0x23 <<
|
||||||
|
// MEM_MAP_SHIFT)
|
||||||
|
//// Not used in FW
|
||||||
|
|
||||||
/* Frames From Start PG 64 bit RO register. Reset using CONTROL_CRST. TODO */
|
/* Frames From Start PG 64 bit RO register. Reset using CONTROL_CRST. TODO */
|
||||||
#define FRAMES_FROM_START_PG_LSB_REG (0x24 << MEM_MAP_SHIFT)
|
#define FRAMES_FROM_START_PG_LSB_REG (0x24 << MEM_MAP_SHIFT)
|
||||||
|
Binary file not shown.
@ -43,6 +43,7 @@ char initErrorMessage[MAX_STR_LENGTH];
|
|||||||
|
|
||||||
#ifdef VIRTUAL
|
#ifdef VIRTUAL
|
||||||
pthread_t pthread_virtual_tid;
|
pthread_t pthread_virtual_tid;
|
||||||
|
int64_t virtual_currentFrameNumber = 2;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// 1g readout
|
// 1g readout
|
||||||
@ -67,13 +68,7 @@ int defaultDacValues[NDAC] = DEFAULT_DAC_VALS;
|
|||||||
int vLimit = 0;
|
int vLimit = 0;
|
||||||
enum detectorSettings thisSettings = UNINITIALIZED;
|
enum detectorSettings thisSettings = UNINITIALIZED;
|
||||||
int highvoltage = 0;
|
int highvoltage = 0;
|
||||||
|
|
||||||
// getNumberofchannels return 0 for y in --update mode (virtual servers)
|
|
||||||
#ifdef VIRTUAL
|
|
||||||
int nSamples = DEFAULT_NUM_SAMPLES;
|
|
||||||
#else
|
|
||||||
int nSamples = 1;
|
int nSamples = 1;
|
||||||
#endif
|
|
||||||
int detPos[2] = {0, 0};
|
int detPos[2] = {0, 0};
|
||||||
|
|
||||||
int isInitCheckDone() { return initCheckDone; }
|
int isInitCheckDone() { return initCheckDone; }
|
||||||
@ -436,22 +431,16 @@ void initControlServer() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void initStopServer() {
|
void initStopServer() {
|
||||||
if (!updateFlag && initError == OK) {
|
|
||||||
usleep(CTRL_SRVR_INIT_TIME_US);
|
usleep(CTRL_SRVR_INIT_TIME_US);
|
||||||
LOG(logINFOBLUE, ("Configuring Stop server\n"));
|
|
||||||
if (mapCSP0() == FAIL) {
|
if (mapCSP0() == FAIL) {
|
||||||
initError = FAIL;
|
LOG(logERROR,
|
||||||
strcpy(initErrorMessage,
|
("Stop Server: Map Fail. Dangerous to continue. Goodbye!\n"));
|
||||||
"Stop Server: Map Fail. Dangerous to continue. Goodbye!\n");
|
exit(EXIT_FAILURE);
|
||||||
LOG(logERROR, (initErrorMessage));
|
|
||||||
initCheckDone = 1;
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
#ifdef VIRTUAL
|
#ifdef VIRTUAL
|
||||||
sharedMemory_setStop(0);
|
sharedMemory_setStop(0);
|
||||||
#endif
|
#endif
|
||||||
}
|
|
||||||
initCheckDone = 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* set up detector */
|
/* set up detector */
|
||||||
@ -580,7 +569,6 @@ void setupDetector() {
|
|||||||
setFrequency(ADC_CLK, DEFAULT_ADC_CLK);
|
setFrequency(ADC_CLK, DEFAULT_ADC_CLK);
|
||||||
setFrequency(DBIT_CLK, DEFAULT_DBIT_CLK);
|
setFrequency(DBIT_CLK, DEFAULT_DBIT_CLK);
|
||||||
setPhase(ADC_CLK, DEFAULT_ADC_PHASE_DEG, 1);
|
setPhase(ADC_CLK, DEFAULT_ADC_PHASE_DEG, 1);
|
||||||
setNextFrameNumber(DEFAULT_STARTING_FRAME_NUMBER);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int updateDatabytesandAllocateRAM() {
|
int updateDatabytesandAllocateRAM() {
|
||||||
@ -712,16 +700,7 @@ void resetPeripheral() {
|
|||||||
|
|
||||||
/* set parameters - dr, adcenablemask */
|
/* set parameters - dr, adcenablemask */
|
||||||
|
|
||||||
int setDynamicRange(int dr) {
|
int setDynamicRange(int dr) { return DYNAMIC_RANGE; }
|
||||||
if (dr == 16)
|
|
||||||
return OK;
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
|
|
||||||
int getDynamicRange(int *retval) {
|
|
||||||
*retval = DYNAMIC_RANGE;
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
int setADCEnableMask(uint32_t mask) {
|
int setADCEnableMask(uint32_t mask) {
|
||||||
if (mask == 0u) {
|
if (mask == 0u) {
|
||||||
@ -821,24 +800,6 @@ uint32_t getADCInvertRegister() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* parameters - timer */
|
/* parameters - timer */
|
||||||
int setNextFrameNumber(uint64_t value) {
|
|
||||||
LOG(logINFO,
|
|
||||||
("Setting next frame number: %llu\n", (long long unsigned int)value));
|
|
||||||
setU64BitReg(value, NEXT_FRAME_NUMB_LOCAL_LSB_REG,
|
|
||||||
NEXT_FRAME_NUMB_LOCAL_MSB_REG);
|
|
||||||
#ifndef VIRTUAL
|
|
||||||
// for 1g udp interface
|
|
||||||
setUDPFrameNumber(value);
|
|
||||||
#endif
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
int getNextFrameNumber(uint64_t *retval) {
|
|
||||||
*retval = getU64BitReg(NEXT_FRAME_NUMB_LOCAL_LSB_REG,
|
|
||||||
NEXT_FRAME_NUMB_LOCAL_MSB_REG);
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
void setNumFrames(int64_t val) {
|
void setNumFrames(int64_t val) {
|
||||||
if (val > 0) {
|
if (val > 0) {
|
||||||
LOG(logINFO, ("Setting number of frames %lld\n", (long long int)val));
|
LOG(logINFO, ("Setting number of frames %lld\n", (long long int)val));
|
||||||
@ -1196,8 +1157,6 @@ enum timingMode getTiming() {
|
|||||||
|
|
||||||
/* configure mac */
|
/* configure mac */
|
||||||
|
|
||||||
int getNumberofUDPInterfaces() { return 1; }
|
|
||||||
|
|
||||||
void calcChecksum(udp_header *udp) {
|
void calcChecksum(udp_header *udp) {
|
||||||
int count = IP_HEADER_SIZE;
|
int count = IP_HEADER_SIZE;
|
||||||
long int sum = 0;
|
long int sum = 0;
|
||||||
@ -1703,14 +1662,11 @@ void *start_timer(void *arg) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Send data
|
// Send data
|
||||||
uint64_t frameNr = 0;
|
|
||||||
getNextFrameNumber(&frameNr);
|
|
||||||
// loop over number of frames
|
// loop over number of frames
|
||||||
for (int iframes = 0; iframes != numFrames; ++iframes) {
|
for (int frameNr = 0; frameNr != numFrames; ++frameNr) {
|
||||||
|
|
||||||
// check if manual stop
|
// check if manual stop
|
||||||
if (sharedMemory_getStop() == 1) {
|
if (sharedMemory_getStop() == 1) {
|
||||||
setNextFrameNumber(frameNr + iframes + 1);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1728,7 +1684,7 @@ void *start_timer(void *arg) {
|
|||||||
sls_detector_header *header = (sls_detector_header *)(packetData);
|
sls_detector_header *header = (sls_detector_header *)(packetData);
|
||||||
header->detType = (uint16_t)myDetectorType;
|
header->detType = (uint16_t)myDetectorType;
|
||||||
header->version = SLS_DETECTOR_HEADER_VERSION - 1;
|
header->version = SLS_DETECTOR_HEADER_VERSION - 1;
|
||||||
header->frameNumber = frameNr + iframes;
|
header->frameNumber = virtual_currentFrameNumber;
|
||||||
header->packetNumber = i;
|
header->packetNumber = i;
|
||||||
header->modId = 0;
|
header->modId = 0;
|
||||||
header->row = detPos[X];
|
header->row = detPos[X];
|
||||||
@ -1741,18 +1697,19 @@ void *start_timer(void *arg) {
|
|||||||
|
|
||||||
sendUDPPacket(0, 0, packetData, packetSize);
|
sendUDPPacket(0, 0, packetData, packetSize);
|
||||||
}
|
}
|
||||||
LOG(logINFO, ("Sent frame: %d [%lld]\n", iframes, frameNr + iframes));
|
LOG(logINFO, ("Sent frame: %d [%lld]\n", frameNr,
|
||||||
|
(long long unsigned int)virtual_currentFrameNumber));
|
||||||
clock_gettime(CLOCK_REALTIME, &end);
|
clock_gettime(CLOCK_REALTIME, &end);
|
||||||
int64_t timeNs =
|
int64_t timeNs =
|
||||||
((end.tv_sec - begin.tv_sec) * 1E9 + (end.tv_nsec - begin.tv_nsec));
|
((end.tv_sec - begin.tv_sec) * 1E9 + (end.tv_nsec - begin.tv_nsec));
|
||||||
|
|
||||||
// sleep for (period - exptime)
|
// sleep for (period - exptime)
|
||||||
if (iframes < numFrames) { // if there is a next frame
|
if (frameNr < numFrames) { // if there is a next frame
|
||||||
if (periodNs > timeNs) {
|
if (periodNs > timeNs) {
|
||||||
usleep((periodNs - timeNs) / 1000);
|
usleep((periodNs - timeNs) / 1000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
setNextFrameNumber(frameNr + numFrames);
|
++virtual_currentFrameNumber;
|
||||||
}
|
}
|
||||||
|
|
||||||
closeUDPSocket(0);
|
closeUDPSocket(0);
|
||||||
|
@ -79,7 +79,6 @@ enum CLKINDEX { RUN_CLK, ADC_CLK, SYNC_CLK, DBIT_CLK, NUM_CLOCKS };
|
|||||||
|
|
||||||
/** Default Parameters */
|
/** Default Parameters */
|
||||||
#define DEFAULT_PATTERN_FILE ("DefaultPattern_moench.txt")
|
#define DEFAULT_PATTERN_FILE ("DefaultPattern_moench.txt")
|
||||||
#define DEFAULT_STARTING_FRAME_NUMBER (1)
|
|
||||||
#define DEFAULT_DATA_BYTES (NCHIP * NCHAN * NUM_BITS_PER_PIXEL)
|
#define DEFAULT_DATA_BYTES (NCHIP * NCHAN * NUM_BITS_PER_PIXEL)
|
||||||
#define DEFAULT_NUM_SAMPLES (5000)
|
#define DEFAULT_NUM_SAMPLES (5000)
|
||||||
#define DEFAULT_EXPTIME (0)
|
#define DEFAULT_EXPTIME (0)
|
||||||
@ -105,8 +104,6 @@ enum CLKINDEX { RUN_CLK, ADC_CLK, SYNC_CLK, DBIT_CLK, NUM_CLOCKS };
|
|||||||
#define DEFAULT_PIPELINE (15)
|
#define DEFAULT_PIPELINE (15)
|
||||||
#define DEFAULT_SETTINGS (G4_HIGHGAIN)
|
#define DEFAULT_SETTINGS (G4_HIGHGAIN)
|
||||||
|
|
||||||
#define UDP_HEADER_MAX_FRAME_VALUE (0xFFFFFFFFFFFF)
|
|
||||||
|
|
||||||
// settings
|
// settings
|
||||||
#define DEFAULT_PATMASK (0x00000C800000800AULL)
|
#define DEFAULT_PATMASK (0x00000C800000800AULL)
|
||||||
#define G1_HIGHGAIN_PATSETBIT (0x00000C0000008008ULL)
|
#define G1_HIGHGAIN_PATSETBIT (0x00000C0000008008ULL)
|
||||||
|
Binary file not shown.
@ -35,9 +35,6 @@ extern int isControlServer;
|
|||||||
extern void getMacAddressinString(char *cmac, int size, uint64_t mac);
|
extern void getMacAddressinString(char *cmac, int size, uint64_t mac);
|
||||||
extern void getIpAddressinString(char *cip, uint32_t ip);
|
extern void getIpAddressinString(char *cip, uint32_t ip);
|
||||||
|
|
||||||
// Variables that will be exported
|
|
||||||
int masterCommandLine = -1;
|
|
||||||
|
|
||||||
int initError = OK;
|
int initError = OK;
|
||||||
int initCheckDone = 0;
|
int initCheckDone = 0;
|
||||||
char initErrorMessage[MAX_STR_LENGTH];
|
char initErrorMessage[MAX_STR_LENGTH];
|
||||||
@ -45,7 +42,6 @@ char initErrorMessage[MAX_STR_LENGTH];
|
|||||||
#ifdef VIRTUAL
|
#ifdef VIRTUAL
|
||||||
pthread_t pthread_virtual_tid;
|
pthread_t pthread_virtual_tid;
|
||||||
int64_t virtual_currentFrameNumber = 2;
|
int64_t virtual_currentFrameNumber = 2;
|
||||||
int virtual_moduleid = 0;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
enum detectorSettings thisSettings = UNINITIALIZED;
|
enum detectorSettings thisSettings = UNINITIALIZED;
|
||||||
@ -292,18 +288,6 @@ void setModuleId(int modid) {
|
|||||||
bus_r(MOD_ID_REG) | ((modid << MOD_ID_OFST) & MOD_ID_MSK));
|
bus_r(MOD_ID_REG) | ((modid << MOD_ID_OFST) & MOD_ID_MSK));
|
||||||
}
|
}
|
||||||
|
|
||||||
int updateModuleId() {
|
|
||||||
int modid = getModuleIdInFile(&initError, initErrorMessage, ID_FILE);
|
|
||||||
if (initError == FAIL) {
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
#ifdef VIRTUAL
|
|
||||||
virtual_moduleid = modid;
|
|
||||||
#endif
|
|
||||||
setModuleId(modid);
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
u_int64_t getDetectorMAC() {
|
u_int64_t getDetectorMAC() {
|
||||||
#ifdef VIRTUAL
|
#ifdef VIRTUAL
|
||||||
return 0;
|
return 0;
|
||||||
@ -367,26 +351,16 @@ void initControlServer() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void initStopServer() {
|
void initStopServer() {
|
||||||
if (!updateFlag && initError == OK) {
|
|
||||||
usleep(CTRL_SRVR_INIT_TIME_US);
|
usleep(CTRL_SRVR_INIT_TIME_US);
|
||||||
LOG(logINFOBLUE, ("Configuring Stop server\n"));
|
|
||||||
if (mapCSP0() == FAIL) {
|
if (mapCSP0() == FAIL) {
|
||||||
initError = FAIL;
|
LOG(logERROR,
|
||||||
strcpy(initErrorMessage,
|
("Stop Server: Map Fail. Dangerous to continue. Goodbye!\n"));
|
||||||
"Stop Server: Map Fail. Dangerous to continue. Goodbye!\n");
|
exit(EXIT_FAILURE);
|
||||||
LOG(logERROR, (initErrorMessage));
|
|
||||||
initCheckDone = 1;
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
#ifdef VIRTUAL
|
#ifdef VIRTUAL
|
||||||
sharedMemory_setStop(0);
|
sharedMemory_setStop(0);
|
||||||
if (checkCommandLineConfiguration() == FAIL) {
|
|
||||||
initCheckDone = 1;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
}
|
|
||||||
initCheckDone = 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* set up detector */
|
/* set up detector */
|
||||||
@ -432,12 +406,6 @@ void setupDetector() {
|
|||||||
|
|
||||||
allocateDetectorStructureMemory();
|
allocateDetectorStructureMemory();
|
||||||
|
|
||||||
if (checkCommandLineConfiguration() == FAIL)
|
|
||||||
return;
|
|
||||||
|
|
||||||
if (updateModuleId() == FAIL)
|
|
||||||
return;
|
|
||||||
|
|
||||||
clkDivider[READOUT_C0] = DEFAULT_READOUT_C0;
|
clkDivider[READOUT_C0] = DEFAULT_READOUT_C0;
|
||||||
clkDivider[READOUT_C1] = DEFAULT_READOUT_C1;
|
clkDivider[READOUT_C1] = DEFAULT_READOUT_C1;
|
||||||
clkDivider[SYSTEM_C0] = DEFAULT_SYSTEM_C0;
|
clkDivider[SYSTEM_C0] = DEFAULT_SYSTEM_C0;
|
||||||
@ -478,6 +446,13 @@ void setupDetector() {
|
|||||||
setASICDefaults();
|
setASICDefaults();
|
||||||
setADIFDefaults();
|
setADIFDefaults();
|
||||||
|
|
||||||
|
// set module id in register
|
||||||
|
int modid = getModuleIdInFile(&initError, initErrorMessage, ID_FILE);
|
||||||
|
if (initError == FAIL) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
setModuleId(modid);
|
||||||
|
|
||||||
// set trigger flow for m3 (for all timing modes)
|
// set trigger flow for m3 (for all timing modes)
|
||||||
bus_w(FLOW_TRIGGER_REG, bus_r(FLOW_TRIGGER_REG) | FLOW_TRIGGER_MSK);
|
bus_w(FLOW_TRIGGER_REG, bus_r(FLOW_TRIGGER_REG) | FLOW_TRIGGER_MSK);
|
||||||
|
|
||||||
@ -501,6 +476,13 @@ void setupDetector() {
|
|||||||
setInitialExtSignals();
|
setInitialExtSignals();
|
||||||
// 10G UDP
|
// 10G UDP
|
||||||
enableTenGigabitEthernet(1);
|
enableTenGigabitEthernet(1);
|
||||||
|
#ifdef VIRTUAL
|
||||||
|
enableTenGigabitEthernet(0);
|
||||||
|
#endif
|
||||||
|
getModuleIdInFile(&initError, initErrorMessage, ID_FILE);
|
||||||
|
if (initError == FAIL) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
setSettings(DEFAULT_SETTINGS);
|
setSettings(DEFAULT_SETTINGS);
|
||||||
|
|
||||||
// check module type attached if not in debug mode
|
// check module type attached if not in debug mode
|
||||||
@ -717,27 +699,6 @@ void setADIFDefaults() {
|
|||||||
ADIF_ADDTNL_OFST_MSK)));
|
ADIF_ADDTNL_OFST_MSK)));
|
||||||
}
|
}
|
||||||
|
|
||||||
int checkCommandLineConfiguration() {
|
|
||||||
if (masterCommandLine != -1) {
|
|
||||||
#ifdef VIRTUAL
|
|
||||||
if (masterCommandLine == 1) {
|
|
||||||
bus_w(SYSTEM_STATUS_REG,
|
|
||||||
bus_r(SYSTEM_STATUS_REG) & ~SYSTEM_STATUS_SLV_BRD_DTCT_MSK);
|
|
||||||
} else {
|
|
||||||
bus_w(SYSTEM_STATUS_REG,
|
|
||||||
bus_r(SYSTEM_STATUS_REG) | SYSTEM_STATUS_SLV_BRD_DTCT_MSK);
|
|
||||||
}
|
|
||||||
#else
|
|
||||||
initError = FAIL;
|
|
||||||
strcpy(initErrorMessage,
|
|
||||||
"Cannot set Master from command line for this detector. "
|
|
||||||
"Should have been caught before!\n");
|
|
||||||
return FAIL;
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
return OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* firmware functions (resets) */
|
/* firmware functions (resets) */
|
||||||
|
|
||||||
void cleanFifos() {
|
void cleanFifos() {
|
||||||
@ -767,9 +728,7 @@ void resetPeripheral() {
|
|||||||
/* set parameters - dr, roi */
|
/* set parameters - dr, roi */
|
||||||
|
|
||||||
int setDynamicRange(int dr) {
|
int setDynamicRange(int dr) {
|
||||||
if (dr <= 0) {
|
if (dr > 0) {
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
uint32_t regval = 0;
|
uint32_t regval = 0;
|
||||||
switch (dr) {
|
switch (dr) {
|
||||||
/*case 1: TODO:Not implemented in firmware yet
|
/*case 1: TODO:Not implemented in firmware yet
|
||||||
@ -792,29 +751,23 @@ int setDynamicRange(int dr) {
|
|||||||
bus_w(CONFIG_REG, bus_r(CONFIG_REG) & ~CONFIG_DYNAMIC_RANGE_MSK);
|
bus_w(CONFIG_REG, bus_r(CONFIG_REG) & ~CONFIG_DYNAMIC_RANGE_MSK);
|
||||||
bus_w(CONFIG_REG, bus_r(CONFIG_REG) | regval);
|
bus_w(CONFIG_REG, bus_r(CONFIG_REG) | regval);
|
||||||
updatePacketizing();
|
updatePacketizing();
|
||||||
return OK;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
int getDynamicRange(int *retval) {
|
|
||||||
uint32_t regval = bus_r(CONFIG_REG) & CONFIG_DYNAMIC_RANGE_MSK;
|
uint32_t regval = bus_r(CONFIG_REG) & CONFIG_DYNAMIC_RANGE_MSK;
|
||||||
switch (regval) {
|
switch (regval) {
|
||||||
/*case CONFIG_DYNAMIC_RANGE_1_VAL: TODO:Not implemented in firmware yet
|
/*case CONFIG_DYNAMIC_RANGE_1_VAL: TODO:Not implemented in firmware yet
|
||||||
return 1;*/
|
return 1;*/
|
||||||
case CONFIG_DYNAMIC_RANGE_8_VAL:
|
case CONFIG_DYNAMIC_RANGE_8_VAL:
|
||||||
*retval = 8;
|
return 8;
|
||||||
break;
|
|
||||||
case CONFIG_DYNAMIC_RANGE_16_VAL:
|
case CONFIG_DYNAMIC_RANGE_16_VAL:
|
||||||
*retval = 16;
|
return 16;
|
||||||
break;
|
|
||||||
case CONFIG_DYNAMIC_RANGE_24_VAL:
|
case CONFIG_DYNAMIC_RANGE_24_VAL:
|
||||||
*retval = 32;
|
return 32;
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
LOG(logERROR, ("Invalid dynamic range %d read back\n",
|
LOG(logERROR, ("Invalid dynamic range %d read back\n",
|
||||||
regval >> CONFIG_DYNAMIC_RANGE_OFST));
|
regval >> CONFIG_DYNAMIC_RANGE_OFST));
|
||||||
return FAIL;
|
return -1;
|
||||||
}
|
}
|
||||||
return OK;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* set parameters - readout */
|
/* set parameters - readout */
|
||||||
@ -1137,8 +1090,7 @@ void updatePacketizing() {
|
|||||||
|
|
||||||
// 10g
|
// 10g
|
||||||
if (tgEnable) {
|
if (tgEnable) {
|
||||||
int dr = 0;
|
const int dr = setDynamicRange(-1);
|
||||||
getDynamicRange(&dr);
|
|
||||||
packetsPerFrame = 1;
|
packetsPerFrame = 1;
|
||||||
if (dr == 32 && ncounters > 1) {
|
if (dr == 32 && ncounters > 1) {
|
||||||
packetsPerFrame = 2;
|
packetsPerFrame = 2;
|
||||||
@ -1592,18 +1544,14 @@ int setHighVoltage(int val) {
|
|||||||
|
|
||||||
/* parameters - timing */
|
/* parameters - timing */
|
||||||
|
|
||||||
int isMaster(int *retval) {
|
int isMaster() {
|
||||||
int slave = ((bus_r(SYSTEM_STATUS_REG) & SYSTEM_STATUS_SLV_BRD_DTCT_MSK) >>
|
return !((bus_r(SYSTEM_STATUS_REG) & SYSTEM_STATUS_SLV_BRD_DTCT_MSK) >>
|
||||||
SYSTEM_STATUS_SLV_BRD_DTCT_OFST);
|
SYSTEM_STATUS_SLV_BRD_DTCT_OFST);
|
||||||
*retval = (slave == 0 ? 1 : 0);
|
|
||||||
return OK;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void setTiming(enum timingMode arg) {
|
void setTiming(enum timingMode arg) {
|
||||||
|
|
||||||
int master = 0;
|
if (!isMaster() && arg == AUTO_TIMING)
|
||||||
isMaster(&master);
|
|
||||||
if (master && arg == AUTO_TIMING)
|
|
||||||
arg = TRIGGER_EXPOSURE;
|
arg = TRIGGER_EXPOSURE;
|
||||||
|
|
||||||
uint32_t addr = CONFIG_REG;
|
uint32_t addr = CONFIG_REG;
|
||||||
@ -1771,8 +1719,6 @@ int getExtSignal(int signalIndex) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int getNumberofUDPInterfaces() { return 1; }
|
|
||||||
|
|
||||||
int configureMAC() {
|
int configureMAC() {
|
||||||
|
|
||||||
uint32_t srcip = udpDetails[0].srcip;
|
uint32_t srcip = udpDetails[0].srcip;
|
||||||
@ -2253,8 +2199,7 @@ void *start_timer(void *arg) {
|
|||||||
|
|
||||||
const int imageSize = calculateDataBytes();
|
const int imageSize = calculateDataBytes();
|
||||||
const int tgEnable = enableTenGigabitEthernet(-1);
|
const int tgEnable = enableTenGigabitEthernet(-1);
|
||||||
int dr = 0;
|
const int dr = setDynamicRange(-1);
|
||||||
getDynamicRange(&dr);
|
|
||||||
int ncounters = __builtin_popcount(getCounterMask());
|
int ncounters = __builtin_popcount(getCounterMask());
|
||||||
int dataSize = 0;
|
int dataSize = 0;
|
||||||
int packetsPerFrame = 0;
|
int packetsPerFrame = 0;
|
||||||
@ -2335,7 +2280,7 @@ void *start_timer(void *arg) {
|
|||||||
header->version = SLS_DETECTOR_HEADER_VERSION - 1;
|
header->version = SLS_DETECTOR_HEADER_VERSION - 1;
|
||||||
header->frameNumber = virtual_currentFrameNumber;
|
header->frameNumber = virtual_currentFrameNumber;
|
||||||
header->packetNumber = i;
|
header->packetNumber = i;
|
||||||
header->modId = virtual_moduleid;
|
header->modId = 0;
|
||||||
header->row = detPos[X];
|
header->row = detPos[X];
|
||||||
header->column = detPos[Y];
|
header->column = detPos[Y];
|
||||||
|
|
||||||
@ -2575,8 +2520,7 @@ int copyModule(sls_detector_module *destMod, sls_detector_module *srcMod) {
|
|||||||
|
|
||||||
int calculateDataBytes() {
|
int calculateDataBytes() {
|
||||||
int numCounters = __builtin_popcount(getCounterMask());
|
int numCounters = __builtin_popcount(getCounterMask());
|
||||||
int dr = 0;
|
int dr = setDynamicRange(-1);
|
||||||
getDynamicRange(&dr);
|
|
||||||
return (NCHAN_1_COUNTER * NCHIP * numCounters * ((double)dr / 8.00));
|
return (NCHAN_1_COUNTER * NCHIP * numCounters * ((double)dr / 8.00));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@ enum DACINDEX {
|
|||||||
#define DAC_NAMES \
|
#define DAC_NAMES \
|
||||||
"vcassh", "vth2", "vrshaper", "vrshaper_n", "vipre_out", "vth3", "vth1", \
|
"vcassh", "vth2", "vrshaper", "vrshaper_n", "vipre_out", "vth3", "vth1", \
|
||||||
"vicin", "vcas", "vrpreamp", "vcal_n", "vipre", "vishaper", "vcal_p", \
|
"vicin", "vcas", "vrpreamp", "vcal_n", "vipre", "vishaper", "vcal_p", \
|
||||||
"vtrim", "vdcsh", "vthreshold"
|
"vtrim", "vdcsh"
|
||||||
#define DEFAULT_DAC_VALS \
|
#define DEFAULT_DAC_VALS \
|
||||||
{ \
|
{ \
|
||||||
1200, /* casSh */ \
|
1200, /* casSh */ \
|
||||||
|
@ -4,11 +4,25 @@
|
|||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
uint32_t getUDPPacketNumber();
|
|
||||||
uint64_t getUDPFrameNumber();
|
|
||||||
void setUDPFrameNumber(uint64_t fnum);
|
|
||||||
/**
|
/**
|
||||||
|
* Get current udp packet number
|
||||||
|
*/
|
||||||
|
uint32_t getUDPPacketNumber();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get current udp frame number
|
||||||
|
*/
|
||||||
|
uint64_t getUDPFrameNumber();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Called for each UDP packet header creation
|
||||||
|
* @param buffer pointer to header
|
||||||
* @param id module id
|
* @param id module id
|
||||||
*/
|
*/
|
||||||
void createUDPPacketHeader(char *buffer, uint16_t id);
|
void createUDPPacketHeader(char *buffer, uint16_t id);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* fill up the udp packet with data till its full
|
||||||
|
* @param buffer pointer to memory
|
||||||
|
*/
|
||||||
int fillUDPPacket(char *buffer);
|
int fillUDPPacket(char *buffer);
|
||||||
|
@ -97,9 +97,6 @@ u_int32_t getDetectorNumber();
|
|||||||
#if defined(GOTTHARD2D) || defined(EIGERD) || defined(MYTHEN3D)
|
#if defined(GOTTHARD2D) || defined(EIGERD) || defined(MYTHEN3D)
|
||||||
int getModuleId(int *ret, char *mess);
|
int getModuleId(int *ret, char *mess);
|
||||||
#endif
|
#endif
|
||||||
#if defined(EIGERD) || defined(MYTHEN3D) || defined(GOTTHARD2D)
|
|
||||||
int updateModuleId();
|
|
||||||
#endif
|
|
||||||
#if defined(GOTTHARD2D) || defined(MYTHEN3D)
|
#if defined(GOTTHARD2D) || defined(MYTHEN3D)
|
||||||
void setModuleId(int modid);
|
void setModuleId(int modid);
|
||||||
#endif
|
#endif
|
||||||
@ -113,11 +110,7 @@ u_int32_t getBoardRevision();
|
|||||||
void initControlServer();
|
void initControlServer();
|
||||||
void initStopServer();
|
void initStopServer();
|
||||||
#ifdef EIGERD
|
#ifdef EIGERD
|
||||||
int updateModuleConfiguration();
|
void getModuleConfiguration();
|
||||||
int getModuleConfiguration(int *m, int *t, int *n);
|
|
||||||
#ifdef VIRTUAL
|
|
||||||
void checkVirtual9MFlag();
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// set up detector
|
// set up detector
|
||||||
@ -144,10 +137,6 @@ void setADIFDefaults();
|
|||||||
#if defined(GOTTHARD2D) || defined(EIGERD) || defined(JUNGFRAUD)
|
#if defined(GOTTHARD2D) || defined(EIGERD) || defined(JUNGFRAUD)
|
||||||
int readConfigFile();
|
int readConfigFile();
|
||||||
#endif
|
#endif
|
||||||
#if defined(GOTTHARDD) || defined(GOTTHARD2D) || defined(EIGERD) || \
|
|
||||||
defined(MYTHEN3D)
|
|
||||||
int checkCommandLineConfiguration();
|
|
||||||
#endif
|
|
||||||
#ifdef EIGERD
|
#ifdef EIGERD
|
||||||
void resetToHardwareSettings();
|
void resetToHardwareSettings();
|
||||||
#endif
|
#endif
|
||||||
@ -184,7 +173,6 @@ void setMasterSlaveConfiguration();
|
|||||||
|
|
||||||
// parameters - dr, roi
|
// parameters - dr, roi
|
||||||
int setDynamicRange(int dr);
|
int setDynamicRange(int dr);
|
||||||
int getDynamicRange(int *retval);
|
|
||||||
#ifdef GOTTHARDD
|
#ifdef GOTTHARDD
|
||||||
int setROI(ROI arg);
|
int setROI(ROI arg);
|
||||||
ROI getROI();
|
ROI getROI();
|
||||||
@ -225,8 +213,7 @@ int getReadoutMode();
|
|||||||
int selectStoragecellStart(int pos);
|
int selectStoragecellStart(int pos);
|
||||||
int getMaxStoragecellStart();
|
int getMaxStoragecellStart();
|
||||||
#endif
|
#endif
|
||||||
#if defined(JUNGFRAUD) || defined(EIGERD) || defined(MOENCHD) || \
|
#if defined(JUNGFRAUD) || defined(EIGERD)
|
||||||
defined(CHIPTESTBOARDD)
|
|
||||||
int setNextFrameNumber(uint64_t value);
|
int setNextFrameNumber(uint64_t value);
|
||||||
int getNextFrameNumber(uint64_t *value);
|
int getNextFrameNumber(uint64_t *value);
|
||||||
#endif
|
#endif
|
||||||
@ -374,16 +361,9 @@ int getADC(enum ADCINDEX ind);
|
|||||||
int setHighVoltage(int val);
|
int setHighVoltage(int val);
|
||||||
|
|
||||||
// parameters - timing, extsig
|
// parameters - timing, extsig
|
||||||
#ifdef EIGERD
|
#if defined(MYTHEN3D) || defined(EIGERD) || defined(GOTTHARDD)
|
||||||
int setMaster(enum MASTERINDEX m);
|
int isMaster();
|
||||||
int setTop(enum TOPINDEX t);
|
|
||||||
int isTop(int *retval);
|
|
||||||
#endif
|
#endif
|
||||||
#if defined(MYTHEN3D) || defined(EIGERD) || defined(GOTTHARDD) || \
|
|
||||||
defined(GOTTHARD2D)
|
|
||||||
int isMaster(int *retval);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef GOTTHARD2D
|
#ifdef GOTTHARD2D
|
||||||
void updatingRegisters();
|
void updatingRegisters();
|
||||||
#endif
|
#endif
|
||||||
@ -407,8 +387,8 @@ void calcChecksum(mac_conf *mac, int sourceip, int destip);
|
|||||||
#endif
|
#endif
|
||||||
#if defined(JUNGFRAUD) || defined(GOTTHARD2D)
|
#if defined(JUNGFRAUD) || defined(GOTTHARD2D)
|
||||||
void setNumberofUDPInterfaces(int val);
|
void setNumberofUDPInterfaces(int val);
|
||||||
#endif
|
|
||||||
int getNumberofUDPInterfaces();
|
int getNumberofUDPInterfaces();
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(JUNGFRAUD) || defined(EIGERD)
|
#if defined(JUNGFRAUD) || defined(EIGERD)
|
||||||
int getNumberofDestinations(int *retval);
|
int getNumberofDestinations(int *retval);
|
||||||
|
@ -245,7 +245,6 @@ int get_pattern(int);
|
|||||||
int load_default_pattern(int);
|
int load_default_pattern(int);
|
||||||
int get_all_threshold_energy(int);
|
int get_all_threshold_energy(int);
|
||||||
int get_master(int);
|
int get_master(int);
|
||||||
int set_master(int);
|
|
||||||
int get_csr();
|
int get_csr();
|
||||||
int set_gain_caps(int);
|
int set_gain_caps(int);
|
||||||
int get_gain_caps(int);
|
int get_gain_caps(int);
|
||||||
@ -291,5 +290,3 @@ void receive_program_default(int file_des, enum PROGRAM_INDEX index,
|
|||||||
char *checksum, char *serverName);
|
char *checksum, char *serverName);
|
||||||
int get_update_mode(int);
|
int get_update_mode(int);
|
||||||
int set_update_mode(int);
|
int set_update_mode(int);
|
||||||
int get_top(int);
|
|
||||||
int set_top(int);
|
|
@ -32,11 +32,6 @@ uint64_t udpFrameNumber = 0;
|
|||||||
uint32_t getUDPPacketNumber() { return udpPacketNumber; }
|
uint32_t getUDPPacketNumber() { return udpPacketNumber; }
|
||||||
|
|
||||||
uint64_t getUDPFrameNumber() { return udpFrameNumber; }
|
uint64_t getUDPFrameNumber() { return udpFrameNumber; }
|
||||||
void setUDPFrameNumber(uint64_t fnum) {
|
|
||||||
LOG(logINFO, ("Setting next frame number also for 1g to %lld\n", fnum));
|
|
||||||
// this gets incremented before setting it
|
|
||||||
udpFrameNumber = fnum - 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
void createUDPPacketHeader(char *buffer, uint16_t id) {
|
void createUDPPacketHeader(char *buffer, uint16_t id) {
|
||||||
memset(buffer, 0, sizeof(sls_detector_header));
|
memset(buffer, 0, sizeof(sls_detector_header));
|
||||||
|
@ -74,14 +74,8 @@ int getTimeFromString(char *buf, time_t *result) {
|
|||||||
// remove timezone as strptime cannot validate timezone despite
|
// remove timezone as strptime cannot validate timezone despite
|
||||||
// documentation (for blackfin)
|
// documentation (for blackfin)
|
||||||
LOG(logDEBUG, ("kernel v %s\n", buffer));
|
LOG(logDEBUG, ("kernel v %s\n", buffer));
|
||||||
char timezone[8] = {0};
|
const char *timezone = {"CEST"};
|
||||||
strcpy(timezone, "CEST");
|
|
||||||
char *res = strstr(buffer, timezone);
|
char *res = strstr(buffer, timezone);
|
||||||
// remove CET as well
|
|
||||||
if (res == NULL) {
|
|
||||||
strcpy(timezone, "CET");
|
|
||||||
res = strstr(buffer, timezone);
|
|
||||||
}
|
|
||||||
if (res != NULL) {
|
if (res != NULL) {
|
||||||
size_t cestPos = res - buffer;
|
size_t cestPos = res - buffer;
|
||||||
size_t pos = cestPos + strlen(timezone) + 1;
|
size_t pos = cestPos + strlen(timezone) + 1;
|
||||||
|
@ -26,19 +26,11 @@ extern int sockfd;
|
|||||||
extern int debugflag;
|
extern int debugflag;
|
||||||
extern int updateFlag;
|
extern int updateFlag;
|
||||||
extern int checkModuleFlag;
|
extern int checkModuleFlag;
|
||||||
extern int ignoreConfigFileFlag;
|
|
||||||
|
|
||||||
// Global variables from slsDetectorFunctionList
|
// Global variables from slsDetectorFunctionList
|
||||||
#ifdef GOTTHARDD
|
#ifdef GOTTHARDD
|
||||||
extern int phaseShift;
|
extern int phaseShift;
|
||||||
#endif
|
#endif
|
||||||
#if defined(GOTTHARDD) || defined(GOTTHARD2D) || defined(EIGERD) || \
|
|
||||||
defined(MYTHEN3D)
|
|
||||||
extern int masterCommandLine;
|
|
||||||
#endif
|
|
||||||
#ifdef EIGERD
|
|
||||||
extern int topCommandLine;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void error(char *msg) { perror(msg); }
|
void error(char *msg) { perror(msg); }
|
||||||
|
|
||||||
@ -56,57 +48,26 @@ int main(int argc, char *argv[]) {
|
|||||||
updateFlag = 0;
|
updateFlag = 0;
|
||||||
checkModuleFlag = 1;
|
checkModuleFlag = 1;
|
||||||
int version = 0;
|
int version = 0;
|
||||||
ignoreConfigFileFlag = 0;
|
|
||||||
#if defined(GOTTHARDD) || defined(GOTTHARD2D) || defined(EIGERD) || \
|
|
||||||
defined(MYTHEN3D)
|
|
||||||
masterCommandLine = -1;
|
|
||||||
#endif
|
|
||||||
#ifdef EIGERD
|
|
||||||
topCommandLine = -1;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// help message
|
// help message
|
||||||
const size_t helpMessageSize = 1200;
|
char helpMessage[MAX_STR_LENGTH];
|
||||||
char helpMessage[helpMessageSize];
|
memset(helpMessage, 0, MAX_STR_LENGTH);
|
||||||
{
|
sprintf(
|
||||||
memset(helpMessage, 0, helpMessageSize);
|
helpMessage,
|
||||||
int len = snprintf(
|
|
||||||
helpMessage, helpMessageSize,
|
|
||||||
"Usage: %s [arguments]\n"
|
"Usage: %s [arguments]\n"
|
||||||
"Possible arguments are:\n"
|
"Possible arguments are:\n"
|
||||||
"\t-v, --version : Software version\n"
|
"\t-v, --version : Software version\n"
|
||||||
"\t-p, --port <port> : TCP communication port with client. "
|
"\t-p, --port <port> : TCP communication port with client. \n"
|
||||||
"\n"
|
"\t-g, --nomodule : [Mythen3][Gotthard2] Generic or No "
|
||||||
"\t-g, --nomodule : [Mythen3][Gotthard2] \n"
|
"Module mode. Skips detector type checks. \n"
|
||||||
"\t Generic or No Module mode. Skips "
|
|
||||||
"detector type checks. \n"
|
|
||||||
"\t-f, --phaseshift <value> : [Gotthard] only. Sets phase shift. \n"
|
"\t-f, --phaseshift <value> : [Gotthard] only. Sets phase shift. \n"
|
||||||
"\t-d, --devel : Developer mode. Skips firmware "
|
"\t-d, --devel : Developer mode. Skips firmware checks. \n"
|
||||||
"checks. \n"
|
"\t-u, --update : Update mode. Skips firmware checks and "
|
||||||
"\t-u, --update : Update mode. Skips firmware checks "
|
|
||||||
"and "
|
|
||||||
"initial detector setup. \n"
|
"initial detector setup. \n"
|
||||||
"\t-i, --ignore-config : "
|
"\t-s, --stopserver : Stop server. Do not use as it is created "
|
||||||
"[Eiger][Jungfrau][Gotthard][Gotthard2] \n"
|
"by "
|
||||||
"\t Ignore config file. \n"
|
"control server \n\n",
|
||||||
"\t-m, --master <master> : "
|
|
||||||
"[Eiger][Mythen3][Gotthard][Gotthard2] \n"
|
|
||||||
"\t Set Master to 0 or 1. Precedence "
|
|
||||||
"over "
|
|
||||||
"config file. Only for virtual servers except Eiger. \n"
|
|
||||||
"\t-t, --top <top> : [Eiger] Set Top to 0 or 1. "
|
|
||||||
"Precedence "
|
|
||||||
"over config file. \n"
|
|
||||||
"\t-s, --stopserver : Stop server. Do not use as it is "
|
|
||||||
"created "
|
|
||||||
"by control server \n\n",
|
|
||||||
argv[0]);
|
argv[0]);
|
||||||
if (len >= (int)helpMessageSize) {
|
|
||||||
LOG(logERROR, ("Help for Server command line arguments size %d "
|
|
||||||
"exceed capacity of %d characters\n",
|
|
||||||
len, helpMessageSize));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// parse command line for config
|
// parse command line for config
|
||||||
static struct option long_options[] = {
|
static struct option long_options[] = {
|
||||||
@ -119,9 +80,6 @@ int main(int argc, char *argv[]) {
|
|||||||
{"nomodule", no_argument, NULL, 'g'}, // generic
|
{"nomodule", no_argument, NULL, 'g'}, // generic
|
||||||
{"devel", no_argument, NULL, 'd'},
|
{"devel", no_argument, NULL, 'd'},
|
||||||
{"update", no_argument, NULL, 'u'},
|
{"update", no_argument, NULL, 'u'},
|
||||||
{"ignore-config", no_argument, NULL, 'i'},
|
|
||||||
{"master", required_argument, NULL, 'm'},
|
|
||||||
{"top", required_argument, NULL, 't'},
|
|
||||||
{"stopserver", no_argument, NULL, 's'},
|
{"stopserver", no_argument, NULL, 's'},
|
||||||
{NULL, 0, NULL, 0}};
|
{NULL, 0, NULL, 0}};
|
||||||
|
|
||||||
@ -131,8 +89,7 @@ int main(int argc, char *argv[]) {
|
|||||||
int c = 0;
|
int c = 0;
|
||||||
|
|
||||||
while (c != -1) {
|
while (c != -1) {
|
||||||
c = getopt_long(argc, argv, "hvp:f:gduim:t:s", long_options,
|
c = getopt_long(argc, argv, "hvp:f:gdus", long_options, &option_index);
|
||||||
&option_index);
|
|
||||||
|
|
||||||
// Detect the end of the options
|
// Detect the end of the options
|
||||||
if (c == -1)
|
if (c == -1)
|
||||||
@ -203,57 +160,6 @@ int main(int argc, char *argv[]) {
|
|||||||
isControlServer = 0;
|
isControlServer = 0;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'i':
|
|
||||||
#if defined(EIGERD) || defined(GOTTHARDD) || defined(GOTTHARD2D) || \
|
|
||||||
defined(JUNGFRAUD)
|
|
||||||
LOG(logINFO, ("Ignoring config file\n"));
|
|
||||||
ignoreConfigFileFlag = 1;
|
|
||||||
#else
|
|
||||||
LOG(logERROR, ("No server config files for this detector\n"));
|
|
||||||
exit(EXIT_FAILURE);
|
|
||||||
#endif
|
|
||||||
break;
|
|
||||||
|
|
||||||
case 'm':
|
|
||||||
#if (defined(MYTHEN3D) || defined(GOTTHARDD) || defined(GOTTHARD2D)) && \
|
|
||||||
!defined(VIRTUAL)
|
|
||||||
LOG(logERROR, ("Cannot set master via the detector server for this "
|
|
||||||
"detector\n"));
|
|
||||||
exit(EXIT_FAILURE);
|
|
||||||
#elif defined(GOTTHARDD) || defined(GOTTHARD2D) || defined(EIGERD) || \
|
|
||||||
defined(MYTHEN3D)
|
|
||||||
if (sscanf(optarg, "%d", &masterCommandLine) != 1) {
|
|
||||||
LOG(logERROR, ("Cannot scan master argument\n%s", helpMessage));
|
|
||||||
exit(EXIT_FAILURE);
|
|
||||||
}
|
|
||||||
if (masterCommandLine == 1) {
|
|
||||||
LOG(logINFO, ("Detector Master mode\n"));
|
|
||||||
} else {
|
|
||||||
LOG(logINFO, ("Detector Slave mode\n"));
|
|
||||||
}
|
|
||||||
#else
|
|
||||||
LOG(logERROR, ("No master implemented for this detector server\n"));
|
|
||||||
exit(EXIT_FAILURE);
|
|
||||||
#endif
|
|
||||||
break;
|
|
||||||
|
|
||||||
case 't':
|
|
||||||
#ifdef EIGERD
|
|
||||||
if (sscanf(optarg, "%d", &topCommandLine) != 1) {
|
|
||||||
LOG(logERROR, ("Cannot scan top argument\n%s", helpMessage));
|
|
||||||
exit(EXIT_FAILURE);
|
|
||||||
}
|
|
||||||
if (topCommandLine == 1) {
|
|
||||||
LOG(logINFO, ("Detector Top mode\n"));
|
|
||||||
} else {
|
|
||||||
LOG(logINFO, ("Detector Bottom mode\n"));
|
|
||||||
}
|
|
||||||
#else
|
|
||||||
LOG(logERROR, ("No top implemented for this detector server\n"));
|
|
||||||
exit(EXIT_FAILURE);
|
|
||||||
#endif
|
|
||||||
break;
|
|
||||||
|
|
||||||
case 'h':
|
case 'h':
|
||||||
printf("%s", helpMessage);
|
printf("%s", helpMessage);
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
|
@ -37,8 +37,6 @@ const enum detectorType myDetectorType = GOTTHARD2;
|
|||||||
const enum detectorType myDetectorType = GENERIC;
|
const enum detectorType myDetectorType = GENERIC;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define LOCALHOSTIP_INT 2130706433
|
|
||||||
|
|
||||||
// Global variables from communication_funcs
|
// Global variables from communication_funcs
|
||||||
extern int lockStatus;
|
extern int lockStatus;
|
||||||
extern uint32_t lastClientIP;
|
extern uint32_t lastClientIP;
|
||||||
@ -54,7 +52,6 @@ int sockfd = 0;
|
|||||||
int debugflag = 0;
|
int debugflag = 0;
|
||||||
int updateFlag = 0;
|
int updateFlag = 0;
|
||||||
int checkModuleFlag = 1;
|
int checkModuleFlag = 1;
|
||||||
int ignoreConfigFileFlag = 0;
|
|
||||||
|
|
||||||
udpStruct udpDetails[MAX_UDP_DESTINATION];
|
udpStruct udpDetails[MAX_UDP_DESTINATION];
|
||||||
int numUdpDestinations = 1;
|
int numUdpDestinations = 1;
|
||||||
@ -81,7 +78,8 @@ char scanErrMessage[MAX_STR_LENGTH] = "";
|
|||||||
/* initialization functions */
|
/* initialization functions */
|
||||||
|
|
||||||
int updateModeAllowedFunction(int file_des) {
|
int updateModeAllowedFunction(int file_des) {
|
||||||
enum detFuncs allowedFuncs[] = {F_EXEC_COMMAND,
|
unsigned int listsize = 19;
|
||||||
|
enum detFuncs list[] = {F_EXEC_COMMAND,
|
||||||
F_GET_DETECTOR_TYPE,
|
F_GET_DETECTOR_TYPE,
|
||||||
F_GET_FIRMWARE_VERSION,
|
F_GET_FIRMWARE_VERSION,
|
||||||
F_GET_SERVER_VERSION,
|
F_GET_SERVER_VERSION,
|
||||||
@ -99,14 +97,9 @@ int updateModeAllowedFunction(int file_des) {
|
|||||||
F_UPDATE_KERNEL,
|
F_UPDATE_KERNEL,
|
||||||
F_UPDATE_DETECTOR_SERVER,
|
F_UPDATE_DETECTOR_SERVER,
|
||||||
F_GET_UPDATE_MODE,
|
F_GET_UPDATE_MODE,
|
||||||
F_SET_UPDATE_MODE,
|
F_SET_UPDATE_MODE};
|
||||||
F_GET_NUM_CHANNELS,
|
for (unsigned int i = 0; i < listsize; ++i) {
|
||||||
F_GET_NUM_INTERFACES,
|
if ((unsigned int)fnum == list[i]) {
|
||||||
F_ACTIVATE};
|
|
||||||
size_t allowedFuncsSize = sizeof(allowedFuncs) / sizeof(enum detFuncs);
|
|
||||||
|
|
||||||
for (unsigned int i = 0; i < allowedFuncsSize; ++i) {
|
|
||||||
if ((unsigned int)fnum == allowedFuncs[i]) {
|
|
||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -126,11 +119,10 @@ int printSocketReadError() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void init_detector() {
|
void init_detector() {
|
||||||
memset(udpDetails, 0, sizeof(udpDetails));
|
|
||||||
#ifdef VIRTUAL
|
#ifdef VIRTUAL
|
||||||
LOG(logINFO, ("This is a VIRTUAL detector\n"));
|
LOG(logINFO, ("This is a VIRTUAL detector\n"));
|
||||||
udpDetails[0].srcip = LOCALHOSTIP_INT;
|
|
||||||
#endif
|
#endif
|
||||||
|
memset(udpDetails, 0, sizeof(udpDetails));
|
||||||
udpDetails[0].srcport = DEFAULT_UDP_SRC_PORTNO;
|
udpDetails[0].srcport = DEFAULT_UDP_SRC_PORTNO;
|
||||||
udpDetails[0].dstport = DEFAULT_UDP_DST_PORTNO;
|
udpDetails[0].dstport = DEFAULT_UDP_DST_PORTNO;
|
||||||
#ifdef EIGERD
|
#ifdef EIGERD
|
||||||
@ -469,9 +461,6 @@ void function_table() {
|
|||||||
flist[F_UPDATE_DETECTOR_SERVER] = &update_detector_server;
|
flist[F_UPDATE_DETECTOR_SERVER] = &update_detector_server;
|
||||||
flist[F_GET_UPDATE_MODE] = &get_update_mode;
|
flist[F_GET_UPDATE_MODE] = &get_update_mode;
|
||||||
flist[F_SET_UPDATE_MODE] = &set_update_mode;
|
flist[F_SET_UPDATE_MODE] = &set_update_mode;
|
||||||
flist[F_SET_MASTER] = &set_master;
|
|
||||||
flist[F_GET_TOP] = &get_top;
|
|
||||||
flist[F_SET_TOP] = &set_top;
|
|
||||||
|
|
||||||
// check
|
// check
|
||||||
if (NUM_DET_FUNCTIONS >= RECEIVER_ENUM_START) {
|
if (NUM_DET_FUNCTIONS >= RECEIVER_ENUM_START) {
|
||||||
@ -2819,9 +2808,6 @@ int set_dynamic_range(int file_des) {
|
|||||||
#endif
|
#endif
|
||||||
#if defined(EIGERD) || defined(MYTHEN3D)
|
#if defined(EIGERD) || defined(MYTHEN3D)
|
||||||
case 8:
|
case 8:
|
||||||
#ifdef EIGERD
|
|
||||||
case 12:
|
|
||||||
#endif
|
|
||||||
case 16:
|
case 16:
|
||||||
case 32:
|
case 32:
|
||||||
#endif
|
#endif
|
||||||
@ -2829,25 +2815,14 @@ int set_dynamic_range(int file_des) {
|
|||||||
defined(MOENCHD) || defined(GOTTHARD2D)
|
defined(MOENCHD) || defined(GOTTHARD2D)
|
||||||
case 16:
|
case 16:
|
||||||
#endif
|
#endif
|
||||||
if (dr >= 0) {
|
retval = setDynamicRange(dr);
|
||||||
ret = setDynamicRange(dr);
|
|
||||||
if (ret == FAIL) {
|
|
||||||
sprintf(mess, "Could not set dynamic range to %d\n", dr);
|
|
||||||
LOG(logERROR, (mess));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// get
|
|
||||||
if (ret == OK) {
|
|
||||||
ret = getDynamicRange(&retval);
|
|
||||||
if (ret == FAIL) {
|
|
||||||
strcpy(mess, "Could not get dynamic range\n");
|
|
||||||
LOG(logERROR, (mess));
|
|
||||||
} else {
|
|
||||||
LOG(logDEBUG1, ("Dynamic range: %d\n", retval));
|
LOG(logDEBUG1, ("Dynamic range: %d\n", retval));
|
||||||
|
if (retval == -1) {
|
||||||
|
ret = FAIL;
|
||||||
|
sprintf(mess, "Could not get dynamic range.\n");
|
||||||
|
LOG(logERROR, (mess));
|
||||||
|
}
|
||||||
validate(&ret, mess, dr, retval, "set dynamic range", DEC);
|
validate(&ret, mess, dr, retval, "set dynamic range", DEC);
|
||||||
}
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
modeNotImplemented("Dynamic range", dr);
|
modeNotImplemented("Dynamic range", dr);
|
||||||
@ -2957,7 +2932,7 @@ int enable_ten_giga(int file_des) {
|
|||||||
|
|
||||||
if (receiveData(file_des, &arg, sizeof(arg), INT32) < 0)
|
if (receiveData(file_des, &arg, sizeof(arg), INT32) < 0)
|
||||||
return printSocketReadError();
|
return printSocketReadError();
|
||||||
LOG(logDEBUG, ("Setting 10GbE: %d\n", arg));
|
LOG(logINFOBLUE, ("Setting 10GbE: %d\n", arg));
|
||||||
|
|
||||||
#if defined(JUNGFRAUD) || defined(GOTTHARDD) || defined(GOTTHARD2D)
|
#if defined(JUNGFRAUD) || defined(GOTTHARDD) || defined(GOTTHARD2D)
|
||||||
functionNotImplemented();
|
functionNotImplemented();
|
||||||
@ -3995,6 +3970,7 @@ int check_version(int file_des) {
|
|||||||
return printSocketReadError();
|
return printSocketReadError();
|
||||||
|
|
||||||
// check software- firmware compatibility and basic tests
|
// check software- firmware compatibility and basic tests
|
||||||
|
if (isControlServer) {
|
||||||
LOG(logDEBUG1, ("Checking software-firmware compatibility and basic "
|
LOG(logDEBUG1, ("Checking software-firmware compatibility and basic "
|
||||||
"test result\n"));
|
"test result\n"));
|
||||||
|
|
||||||
@ -4003,11 +3979,12 @@ int check_version(int file_des) {
|
|||||||
usleep(3 * 1000 * 1000);
|
usleep(3 * 1000 * 1000);
|
||||||
if (!isInitCheckDone()) {
|
if (!isInitCheckDone()) {
|
||||||
ret = FAIL;
|
ret = FAIL;
|
||||||
strcpy(mess, "Server Initialization still not done done in server. Unexpected.\n");
|
strcpy(mess, "Firmware Software Compatibility Check (Server "
|
||||||
|
"Initialization) "
|
||||||
|
"still not done done in server. Unexpected.\n");
|
||||||
LOG(logERROR, (mess));
|
LOG(logERROR, (mess));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// check firmware check result
|
// check firmware check result
|
||||||
if (ret == OK) {
|
if (ret == OK) {
|
||||||
char *firmware_message = NULL;
|
char *firmware_message = NULL;
|
||||||
@ -4017,6 +3994,7 @@ int check_version(int file_des) {
|
|||||||
LOG(logERROR, (mess));
|
LOG(logERROR, (mess));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (ret == OK) {
|
if (ret == OK) {
|
||||||
LOG(logDEBUG1,
|
LOG(logDEBUG1,
|
||||||
@ -4433,10 +4411,9 @@ int set_next_frame_number(int file_des) {
|
|||||||
|
|
||||||
if (receiveData(file_des, &arg, sizeof(arg), INT64) < 0)
|
if (receiveData(file_des, &arg, sizeof(arg), INT64) < 0)
|
||||||
return printSocketReadError();
|
return printSocketReadError();
|
||||||
LOG(logDEBUG1, ("Setting next frame number to %llu\n", arg));
|
LOG(logINFO, ("Setting next frame number to %llu\n", arg));
|
||||||
|
|
||||||
#if (!defined(EIGERD)) && (!defined(JUNGFRAUD)) && (!defined(MOENCHD)) && \
|
#if (!defined(EIGERD)) && (!defined(JUNGFRAUD))
|
||||||
(!defined(CHIPTESTBOARDD))
|
|
||||||
functionNotImplemented();
|
functionNotImplemented();
|
||||||
#else
|
#else
|
||||||
// only set
|
// only set
|
||||||
@ -4446,7 +4423,7 @@ int set_next_frame_number(int file_des) {
|
|||||||
sprintf(mess, "Could not set next frame number. Cannot be 0.\n");
|
sprintf(mess, "Could not set next frame number. Cannot be 0.\n");
|
||||||
LOG(logERROR, (mess));
|
LOG(logERROR, (mess));
|
||||||
}
|
}
|
||||||
#if (defined(EIGERD)) || (defined(MOENCHD)) || (defined(CHIPTESTBOARDD))
|
#ifdef EIGERD
|
||||||
else if (arg > UDP_HEADER_MAX_FRAME_VALUE) {
|
else if (arg > UDP_HEADER_MAX_FRAME_VALUE) {
|
||||||
ret = FAIL;
|
ret = FAIL;
|
||||||
#ifdef VIRTUAL
|
#ifdef VIRTUAL
|
||||||
@ -4466,18 +4443,16 @@ int set_next_frame_number(int file_des) {
|
|||||||
else {
|
else {
|
||||||
ret = setNextFrameNumber(arg);
|
ret = setNextFrameNumber(arg);
|
||||||
if (ret == FAIL) {
|
if (ret == FAIL) {
|
||||||
sprintf(
|
sprintf(mess, "Could not set next frame number. Failed to "
|
||||||
mess, "Could not set next frame number. %s\n",
|
"map address.\n");
|
||||||
(myDetectorType == EIGER ? "Failed to map address" : ""));
|
|
||||||
LOG(logERROR, (mess));
|
LOG(logERROR, (mess));
|
||||||
}
|
}
|
||||||
if (ret == OK) {
|
if (ret == OK) {
|
||||||
uint64_t retval = 0;
|
uint64_t retval = 0;
|
||||||
ret = getNextFrameNumber(&retval);
|
ret = getNextFrameNumber(&retval);
|
||||||
if (ret == FAIL) {
|
if (ret == FAIL) {
|
||||||
sprintf(mess, "Could not set next frame number. %s\n",
|
sprintf(mess, "Could not get next frame number. Failed "
|
||||||
(myDetectorType == EIGER ? "Failed to map address"
|
"to map address.\n");
|
||||||
: ""));
|
|
||||||
LOG(logERROR, (mess));
|
LOG(logERROR, (mess));
|
||||||
} else if (ret == -2) {
|
} else if (ret == -2) {
|
||||||
sprintf(mess, "Inconsistent next frame number from "
|
sprintf(mess, "Inconsistent next frame number from "
|
||||||
@ -4514,15 +4489,14 @@ int get_next_frame_number(int file_des) {
|
|||||||
|
|
||||||
LOG(logDEBUG1, ("Getting next frame number \n"));
|
LOG(logDEBUG1, ("Getting next frame number \n"));
|
||||||
|
|
||||||
#if (!defined(EIGERD)) && (!defined(JUNGFRAUD)) && (!defined(MOENCHD)) && \
|
#if (!defined(EIGERD)) && (!defined(JUNGFRAUD))
|
||||||
(!defined(CHIPTESTBOARDD))
|
|
||||||
functionNotImplemented();
|
functionNotImplemented();
|
||||||
#else
|
#else
|
||||||
// get
|
// get
|
||||||
ret = getNextFrameNumber(&retval);
|
ret = getNextFrameNumber(&retval);
|
||||||
if (ret == FAIL) {
|
if (ret == FAIL) {
|
||||||
sprintf(mess, "Could not set next frame number. %s\n",
|
sprintf(mess, "Could not get next frame number. Failed to map "
|
||||||
(myDetectorType == EIGER ? "Failed to map address" : ""));
|
"address.\n");
|
||||||
LOG(logERROR, (mess));
|
LOG(logERROR, (mess));
|
||||||
} else if (ret == -2) {
|
} else if (ret == -2) {
|
||||||
sprintf(mess, "Inconsistent next frame number from left and right "
|
sprintf(mess, "Inconsistent next frame number from left and right "
|
||||||
@ -4665,17 +4639,11 @@ int set_read_n_rows(int file_des) {
|
|||||||
LOG(logERROR, (mess));
|
LOG(logERROR, (mess));
|
||||||
} else {
|
} else {
|
||||||
#ifdef EIGERD
|
#ifdef EIGERD
|
||||||
int dr = 0;
|
int dr = setDynamicRange(GET_FLAG);
|
||||||
ret = getDynamicRange(&dr);
|
|
||||||
int isTenGiga = enableTenGigabitEthernet(GET_FLAG);
|
int isTenGiga = enableTenGigabitEthernet(GET_FLAG);
|
||||||
unsigned int maxnl = MAX_ROWS_PER_READOUT;
|
unsigned int maxnl = MAX_ROWS_PER_READOUT;
|
||||||
unsigned int maxnp = (isTenGiga ? 4 : 16) * dr;
|
unsigned int maxnp = (isTenGiga ? 4 : 16) * dr;
|
||||||
// get dr fail
|
if ((arg * maxnp) % maxnl) {
|
||||||
if (ret == FAIL) {
|
|
||||||
strcpy(mess,
|
|
||||||
"Could not read n rows (failed to get dynamic range)\n");
|
|
||||||
LOG(logERROR, (mess));
|
|
||||||
} else if ((arg * maxnp) % maxnl) {
|
|
||||||
ret = FAIL;
|
ret = FAIL;
|
||||||
sprintf(mess,
|
sprintf(mess,
|
||||||
"Could not set number of rows to %d. For %d bit "
|
"Could not set number of rows to %d. For %d bit "
|
||||||
@ -4757,22 +4725,19 @@ void calculate_and_set_position() {
|
|||||||
LOG(logERROR, (mess));
|
LOG(logERROR, (mess));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
int maxy = maxydet;
|
||||||
// calculating new position
|
// position does not change for gotthard2 (2 interfaces)
|
||||||
int modulePorts[2] = {1, 1};
|
#ifdef JUNGFRAUD
|
||||||
// position does change for eiger and jungfrau (2 interfaces)
|
maxy *= getNumberofUDPInterfaces();
|
||||||
#if defined(EIGERD)
|
|
||||||
modulePorts[1] = getNumberofUDPInterfaces(); // horz
|
|
||||||
#elif defined(JUNGFRAUD)
|
|
||||||
modulePorts[0] = getNumberofUDPInterfaces(); // vert
|
|
||||||
#endif
|
#endif
|
||||||
int maxy = maxydet * modulePorts[0];
|
|
||||||
int pos[2] = {0, 0};
|
int pos[2] = {0, 0};
|
||||||
// row
|
// row
|
||||||
pos[0] = (detectorId % maxy);
|
pos[0] = (detectorId % maxy);
|
||||||
// col for horiz. udp ports
|
// col for horiz. udp ports
|
||||||
pos[1] = (detectorId / maxy) * modulePorts[1];
|
pos[1] = (detectorId / maxy);
|
||||||
|
#ifdef EIGERD
|
||||||
|
pos[1] *= 2;
|
||||||
|
#endif
|
||||||
LOG(logDEBUG, ("Setting Positions (%d,%d)\n", pos[0], pos[1]));
|
LOG(logDEBUG, ("Setting Positions (%d,%d)\n", pos[0], pos[1]));
|
||||||
if (setDetectorPosition(pos) == FAIL) {
|
if (setDetectorPosition(pos) == FAIL) {
|
||||||
ret = FAIL;
|
ret = FAIL;
|
||||||
@ -4883,15 +4848,12 @@ int is_udp_configured() {
|
|||||||
LOG(logWARNING, ("%s", configureMessage));
|
LOG(logWARNING, ("%s", configureMessage));
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
// virtual: no check (can be eth name: lo, ip: 127.0.0.1)
|
|
||||||
#ifndef VIRTUAL
|
|
||||||
if (udpDetails[i].dstmac == 0) {
|
if (udpDetails[i].dstmac == 0) {
|
||||||
sprintf(configureMessage,
|
sprintf(configureMessage,
|
||||||
"udp destination mac not configured [entry:%d]\n", i);
|
"udp destination mac not configured [entry:%d]\n", i);
|
||||||
LOG(logWARNING, ("%s", configureMessage));
|
LOG(logWARNING, ("%s", configureMessage));
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
#if defined(JUNGFRAUD) || defined(GOTTHARD2D)
|
#if defined(JUNGFRAUD) || defined(GOTTHARD2D)
|
||||||
if (getNumberofUDPInterfaces() == 2) {
|
if (getNumberofUDPInterfaces() == 2) {
|
||||||
if (udpDetails[i].srcip2 == 0) {
|
if (udpDetails[i].srcip2 == 0) {
|
||||||
@ -4912,14 +4874,12 @@ int is_udp_configured() {
|
|||||||
LOG(logWARNING, ("%s", configureMessage));
|
LOG(logWARNING, ("%s", configureMessage));
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
#ifndef VIRTUAL
|
|
||||||
if (udpDetails[i].dstmac2 == 0) {
|
if (udpDetails[i].dstmac2 == 0) {
|
||||||
sprintf(configureMessage,
|
sprintf(configureMessage,
|
||||||
"udp destination mac2 not configured [entry:%d]\n", i);
|
"udp destination mac2 not configured [entry:%d]\n", i);
|
||||||
LOG(logWARNING, ("%s", configureMessage));
|
LOG(logWARNING, ("%s", configureMessage));
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
@ -5360,16 +5320,7 @@ int set_num_interfaces(int file_des) {
|
|||||||
LOG(logINFO, ("Setting number of interfaces: %d\n", arg));
|
LOG(logINFO, ("Setting number of interfaces: %d\n", arg));
|
||||||
|
|
||||||
#if !defined(JUNGFRAUD) && !defined(GOTTHARD2D)
|
#if !defined(JUNGFRAUD) && !defined(GOTTHARD2D)
|
||||||
// fixed number of udp interfaces
|
functionNotImplemented();
|
||||||
int num_interfaces = getNumberofUDPInterfaces();
|
|
||||||
if (arg != num_interfaces) {
|
|
||||||
ret = FAIL;
|
|
||||||
sprintf(mess,
|
|
||||||
"Could not set number of interfaces. Invalid value: %d. Must "
|
|
||||||
"be %d\n",
|
|
||||||
arg, num_interfaces);
|
|
||||||
LOG(logERROR, (mess));
|
|
||||||
}
|
|
||||||
#else
|
#else
|
||||||
// only set
|
// only set
|
||||||
if (Server_VerifyLock() == OK) {
|
if (Server_VerifyLock() == OK) {
|
||||||
@ -5429,9 +5380,12 @@ int get_num_interfaces(int file_des) {
|
|||||||
int retval = -1;
|
int retval = -1;
|
||||||
LOG(logDEBUG1, ("Getting number of udp interfaces\n"));
|
LOG(logDEBUG1, ("Getting number of udp interfaces\n"));
|
||||||
|
|
||||||
|
#if !defined(JUNGFRAUD) && !defined(GOTTHARD2D)
|
||||||
|
retval = 1;
|
||||||
|
#else
|
||||||
// get only
|
// get only
|
||||||
retval = getNumberofUDPInterfaces();
|
retval = getNumberofUDPInterfaces();
|
||||||
|
#endif
|
||||||
LOG(logDEBUG1, ("Number of udp interfaces retval: %u\n", retval));
|
LOG(logDEBUG1, ("Number of udp interfaces retval: %u\n", retval));
|
||||||
return Server_SendResult(file_des, INT32, &retval, sizeof(retval));
|
return Server_SendResult(file_des, INT32, &retval, sizeof(retval));
|
||||||
}
|
}
|
||||||
@ -6929,7 +6883,11 @@ int get_receiver_parameters(int file_des) {
|
|||||||
|
|
||||||
// sending real detector parameters
|
// sending real detector parameters
|
||||||
// udp interfaces
|
// udp interfaces
|
||||||
|
#if defined(JUNGFRAUD) || defined(GOTTHARD2D)
|
||||||
i32 = getNumberofUDPInterfaces();
|
i32 = getNumberofUDPInterfaces();
|
||||||
|
#else
|
||||||
|
i32 = 1;
|
||||||
|
#endif
|
||||||
n += sendData(file_des, &i32, sizeof(i32), INT32);
|
n += sendData(file_des, &i32, sizeof(i32), INT32);
|
||||||
if (n < 0)
|
if (n < 0)
|
||||||
return printSocketReadError();
|
return printSocketReadError();
|
||||||
@ -7133,10 +7091,7 @@ int get_receiver_parameters(int file_des) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// dynamic range
|
// dynamic range
|
||||||
ret = getDynamicRange(&i32);
|
i32 = setDynamicRange(GET_FLAG);
|
||||||
if (ret == FAIL) {
|
|
||||||
i32 = 0;
|
|
||||||
}
|
|
||||||
n += sendData(file_des, &i32, sizeof(i32), INT32);
|
n += sendData(file_des, &i32, sizeof(i32), INT32);
|
||||||
if (n < 0)
|
if (n < 0)
|
||||||
return printSocketReadError();
|
return printSocketReadError();
|
||||||
@ -8218,60 +8173,14 @@ int get_master(int file_des) {
|
|||||||
|
|
||||||
LOG(logDEBUG1, ("Getting master\n"));
|
LOG(logDEBUG1, ("Getting master\n"));
|
||||||
|
|
||||||
#if !defined(MYTHEN3D) && !defined(EIGERD) && !defined(GOTTHARDD) && \
|
#if !defined(MYTHEN3D) && !defined(EIGERD) && !defined(GOTTHARDD)
|
||||||
!defined(GOTTHARD2D)
|
|
||||||
functionNotImplemented();
|
functionNotImplemented();
|
||||||
#else
|
#else
|
||||||
ret = isMaster(&retval);
|
retval = isMaster();
|
||||||
if (ret == FAIL) {
|
|
||||||
strcpy(mess, "Could not get master\n");
|
|
||||||
LOG(logERROR, (mess));
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
return Server_SendResult(file_des, INT32, &retval, sizeof(retval));
|
return Server_SendResult(file_des, INT32, &retval, sizeof(retval));
|
||||||
}
|
}
|
||||||
|
|
||||||
int set_master(int file_des) {
|
|
||||||
ret = OK;
|
|
||||||
memset(mess, 0, sizeof(mess));
|
|
||||||
int arg = -1;
|
|
||||||
|
|
||||||
if (receiveData(file_des, &arg, sizeof(arg), INT32) < 0)
|
|
||||||
return printSocketReadError();
|
|
||||||
LOG(logDEBUG1, ("Setting master: %u\n", (int)arg));
|
|
||||||
|
|
||||||
#ifndef EIGERD
|
|
||||||
functionNotImplemented();
|
|
||||||
#else
|
|
||||||
// only set
|
|
||||||
if (Server_VerifyLock() == OK) {
|
|
||||||
if ((check_detector_idle("set master") == OK) &&
|
|
||||||
(arg != 0 && arg != 1)) {
|
|
||||||
ret = FAIL;
|
|
||||||
sprintf(mess, "Could not set master. Invalid argument %d.\n", arg);
|
|
||||||
LOG(logERROR, (mess));
|
|
||||||
} else {
|
|
||||||
ret = setMaster(arg == 1 ? OW_MASTER : OW_SLAVE);
|
|
||||||
if (ret == FAIL) {
|
|
||||||
strcpy(mess, "Could not set master\n");
|
|
||||||
LOG(logERROR, (mess));
|
|
||||||
} else {
|
|
||||||
int retval = 0;
|
|
||||||
ret = isMaster(&retval);
|
|
||||||
if (ret == FAIL) {
|
|
||||||
strcpy(mess, "Could not get master\n");
|
|
||||||
LOG(logERROR, (mess));
|
|
||||||
} else {
|
|
||||||
LOG(logDEBUG1, ("master retval: %u\n", retval));
|
|
||||||
validate(&ret, mess, arg, retval, "set master", DEC);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
return Server_SendResult(file_des, INT32, NULL, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
int get_csr(int file_des) {
|
int get_csr(int file_des) {
|
||||||
ret = OK;
|
ret = OK;
|
||||||
memset(mess, 0, sizeof(mess));
|
memset(mess, 0, sizeof(mess));
|
||||||
@ -9220,25 +9129,8 @@ int clear_all_udp_dst(int file_des) {
|
|||||||
if (check_detector_idle("clear all udp destinations") == OK) {
|
if (check_detector_idle("clear all udp destinations") == OK) {
|
||||||
memset(udpDetails, 0, sizeof(udpDetails));
|
memset(udpDetails, 0, sizeof(udpDetails));
|
||||||
// minimum 1 destination in fpga
|
// minimum 1 destination in fpga
|
||||||
int numdest = 1;
|
numUdpDestinations = 1;
|
||||||
// set number of destinations
|
configure_mac();
|
||||||
#if defined(JUNGFRAUD) || defined(EIGERD)
|
|
||||||
if (setNumberofDestinations(numdest) == FAIL) {
|
|
||||||
ret = FAIL;
|
|
||||||
strcpy(mess, "Could not clear udp destinations to 1 entry.\n");
|
|
||||||
LOG(logERROR, (mess));
|
|
||||||
} else
|
|
||||||
#endif
|
|
||||||
{
|
|
||||||
numUdpDestinations = numdest;
|
|
||||||
LOG(logINFOBLUE, ("Number of UDP Destinations: %d\n",
|
|
||||||
numUdpDestinations));
|
|
||||||
ret = configureMAC();
|
|
||||||
if (ret == FAIL) {
|
|
||||||
strcpy(mess, "Could not clear all destinations in the fpga.\n");
|
|
||||||
LOG(logERROR, (mess));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return Server_SendResult(file_des, INT32, NULL, 0);
|
return Server_SendResult(file_des, INT32, NULL, 0);
|
||||||
@ -9763,65 +9655,3 @@ int set_update_mode(int file_des) {
|
|||||||
|
|
||||||
return Server_SendResult(file_des, INT32, NULL, 0);
|
return Server_SendResult(file_des, INT32, NULL, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
int get_top(int file_des) {
|
|
||||||
ret = OK;
|
|
||||||
memset(mess, 0, sizeof(mess));
|
|
||||||
int retval = -1;
|
|
||||||
LOG(logDEBUG1, ("Getting top\n"));
|
|
||||||
|
|
||||||
#ifndef EIGERD
|
|
||||||
functionNotImplemented();
|
|
||||||
#else
|
|
||||||
// get only
|
|
||||||
ret = isTop(&retval);
|
|
||||||
if (ret == FAIL) {
|
|
||||||
strcpy(mess, "Could not get Top\n");
|
|
||||||
LOG(logERROR, (mess));
|
|
||||||
} else {
|
|
||||||
LOG(logDEBUG1, ("retval top: %d\n", retval));
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
return Server_SendResult(file_des, INT32, &retval, sizeof(retval));
|
|
||||||
}
|
|
||||||
|
|
||||||
int set_top(int file_des) {
|
|
||||||
ret = OK;
|
|
||||||
memset(mess, 0, sizeof(mess));
|
|
||||||
int arg = -1;
|
|
||||||
|
|
||||||
if (receiveData(file_des, &arg, sizeof(arg), INT32) < 0)
|
|
||||||
return printSocketReadError();
|
|
||||||
LOG(logDEBUG1, ("Setting top : %u\n", arg));
|
|
||||||
|
|
||||||
#ifndef EIGERD
|
|
||||||
functionNotImplemented();
|
|
||||||
#else
|
|
||||||
|
|
||||||
// only set
|
|
||||||
if (Server_VerifyLock() == OK) {
|
|
||||||
if (arg != 0 && arg != 1) {
|
|
||||||
ret = FAIL;
|
|
||||||
sprintf(mess, "Could not set top mode. Invalid value: %d. Must be 0 or 1\n", arg);
|
|
||||||
LOG(logERROR, (mess));
|
|
||||||
} else {
|
|
||||||
ret = setTop(arg == 1 ? OW_TOP : OW_BOTTOM);
|
|
||||||
if (ret == FAIL) {
|
|
||||||
sprintf(mess, "Could not set %s\n", (arg == 1 ? "Top" : "Bottom"));
|
|
||||||
LOG(logERROR, (mess));
|
|
||||||
} else {
|
|
||||||
int retval = -1;
|
|
||||||
ret = isTop(&retval);
|
|
||||||
if (ret == FAIL) {
|
|
||||||
strcpy(mess, "Could not get Top mode\n");
|
|
||||||
LOG(logERROR, (mess));
|
|
||||||
} else {
|
|
||||||
LOG(logDEBUG1, ("retval top: %d\n", retval));
|
|
||||||
validate(&ret, mess, arg, retval, "set top mode", DEC);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
return Server_SendResult(file_des, INT32, NULL, 0);
|
|
||||||
}
|
|
@ -193,12 +193,6 @@ class Detector {
|
|||||||
*/
|
*/
|
||||||
void setFlipRows(bool value, Positions pos = {});
|
void setFlipRows(bool value, Positions pos = {});
|
||||||
|
|
||||||
/** [Eiger][Mythen3][Gotthard1] via stop server **/
|
|
||||||
Result<bool> getMaster(Positions pos = {}) const;
|
|
||||||
|
|
||||||
/** [Eiger] Set half module to master and the others to slaves */
|
|
||||||
void setMaster(bool value, int pos);
|
|
||||||
|
|
||||||
Result<bool> isVirtualDetectorServer(Positions pos = {}) const;
|
Result<bool> isVirtualDetectorServer(Positions pos = {}) const;
|
||||||
///@}
|
///@}
|
||||||
|
|
||||||
@ -290,7 +284,7 @@ class Detector {
|
|||||||
Result<int> getDynamicRange(Positions pos = {}) const;
|
Result<int> getDynamicRange(Positions pos = {}) const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* [Eiger] Options: 4, 8, 12, 16, 32. If i is 32, also sets clkdivider to 2,
|
* [Eiger] Options: 4, 8, 16, 32. If i is 32, also sets clkdivider to 2,
|
||||||
* else sets clkdivider to 1 \n [Mythen3] Options: 8, 16, 32 \n
|
* else sets clkdivider to 1 \n [Mythen3] Options: 8, 16, 32 \n
|
||||||
* [Jungfrau][Gotthard][Ctb][Moench][Mythen3][Gotthard2] 16
|
* [Jungfrau][Gotthard][Ctb][Moench][Mythen3][Gotthard2] 16
|
||||||
*/
|
*/
|
||||||
@ -573,7 +567,7 @@ class Detector {
|
|||||||
/** Non blocking: start detector acquisition. Status changes to RUNNING or
|
/** Non blocking: start detector acquisition. Status changes to RUNNING or
|
||||||
* WAITING and automatically returns to idle at the end of acquisition.
|
* WAITING and automatically returns to idle at the end of acquisition.
|
||||||
[Mythen3] Master starts acquisition first */
|
[Mythen3] Master starts acquisition first */
|
||||||
void startDetector(Positions pos = {});
|
void startDetector();
|
||||||
|
|
||||||
/** [Mythen3] Non blocking: start detector readout of counters in chip.
|
/** [Mythen3] Non blocking: start detector readout of counters in chip.
|
||||||
* Status changes to TRANSMITTING and automatically returns to idle at the
|
* Status changes to TRANSMITTING and automatically returns to idle at the
|
||||||
@ -594,15 +588,17 @@ class Detector {
|
|||||||
|
|
||||||
Result<int64_t> getFramesCaught(Positions pos = {}) const;
|
Result<int64_t> getFramesCaught(Positions pos = {}) const;
|
||||||
|
|
||||||
/** Gets the number of missing packets for each port in receiver. Negative
|
/** Gets the number of missing packets for each port in receiver.
|
||||||
* number denotes extra packets. */
|
* Troubleshoot: If they are large numbers, convert it to signed to get
|
||||||
Result<std::vector<int64_t>> getNumMissingPackets(Positions pos = {}) const;
|
* number of access packets received */
|
||||||
|
Result<std::vector<uint64_t>>
|
||||||
|
getNumMissingPackets(Positions pos = {}) const;
|
||||||
|
|
||||||
/** [Eiger][Jungfrau][Moench][CTB] */
|
/** [Eiger][Jungfrau] */
|
||||||
Result<uint64_t> getNextFrameNumber(Positions pos = {}) const;
|
Result<uint64_t> getNextFrameNumber(Positions pos = {}) const;
|
||||||
|
|
||||||
/** [Eiger][Jungfrau][Moench][CTB] Stopping acquisition might result in
|
/** [Eiger][Jungfrau] Stopping acquisition might result in different frame
|
||||||
* different frame numbers for different modules.*/
|
* numbers for different modules.*/
|
||||||
void setNextFrameNumber(uint64_t value, Positions pos = {});
|
void setNextFrameNumber(uint64_t value, Positions pos = {});
|
||||||
|
|
||||||
/** [Eiger][Mythen3] Sends an internal software trigger to the detector
|
/** [Eiger][Mythen3] Sends an internal software trigger to the detector
|
||||||
@ -699,60 +695,48 @@ class Detector {
|
|||||||
/**[Jungfrau] Options 0-31 (or number of udp destinations) */
|
/**[Jungfrau] Options 0-31 (or number of udp destinations) */
|
||||||
void setFirstUDPDestination(const int value, Positions pos = {});
|
void setFirstUDPDestination(const int value, Positions pos = {});
|
||||||
|
|
||||||
Result<IpAddr> getDestinationUDPIP(Positions pos = {},
|
Result<IpAddr> getDestinationUDPIP(Positions pos = {}) const;
|
||||||
const int rx_index = 0) const;
|
|
||||||
|
|
||||||
/** IP of the interface in receiver that the detector sends data to */
|
/** IP of the interface in receiver that the detector sends data to */
|
||||||
void setDestinationUDPIP(const IpAddr ip, Positions pos = {},
|
void setDestinationUDPIP(const IpAddr ip, Positions pos = {});
|
||||||
const int rx_index = 0);
|
|
||||||
|
|
||||||
/** [Jungfrau] bottom half \n [Gotthard2] veto debugging */
|
/** [Jungfrau] bottom half \n [Gotthard2] veto debugging */
|
||||||
Result<IpAddr> getDestinationUDPIP2(Positions pos = {},
|
Result<IpAddr> getDestinationUDPIP2(Positions pos = {}) const;
|
||||||
const int rx_index = 0) const;
|
|
||||||
|
|
||||||
/** [Jungfrau] bottom half \n [Gotthard2] veto debugging */
|
/** [Jungfrau] bottom half \n [Gotthard2] veto debugging */
|
||||||
void setDestinationUDPIP2(const IpAddr ip, Positions pos = {},
|
void setDestinationUDPIP2(const IpAddr ip, Positions pos = {});
|
||||||
const int rx_index = 0);
|
|
||||||
|
|
||||||
Result<MacAddr> getDestinationUDPMAC(Positions pos = {},
|
Result<MacAddr> getDestinationUDPMAC(Positions pos = {}) const;
|
||||||
const int rxIndex = 0) const;
|
|
||||||
|
|
||||||
/** Mac address of the receiver (destination) udp interface. Not mandatory
|
/** Mac address of the receiver (destination) udp interface. Not mandatory
|
||||||
* to set as setDestinationUDPIP (udp_dstip) retrieves it from slsReceiver
|
* to set as setDestinationUDPIP (udp_dstip) retrieves it from slsReceiver
|
||||||
* process but must be set if you use a custom receiver (not slsReceiver).
|
* process but must be set if you use a custom receiver (not slsReceiver).
|
||||||
*/
|
*/
|
||||||
void setDestinationUDPMAC(const MacAddr mac, Positions pos = {},
|
void setDestinationUDPMAC(const MacAddr mac, Positions pos = {});
|
||||||
const int rx_index = 0);
|
|
||||||
|
|
||||||
/** [Jungfrau] bottom half \n [Gotthard2] veto debugging */
|
/** [Jungfrau] bottom half \n [Gotthard2] veto debugging */
|
||||||
Result<MacAddr> getDestinationUDPMAC2(Positions pos = {},
|
Result<MacAddr> getDestinationUDPMAC2(Positions pos = {}) const;
|
||||||
const int rx_index = 0) const;
|
|
||||||
|
|
||||||
/* [Jungfrau][Gotthard2] Mac address of the receiver (destination) udp
|
/* [Jungfrau][Gotthard2] Mac address of the receiver (destination) udp
|
||||||
interface 2. \n Not mandatory to set as udp_dstip2 retrieves it from
|
interface 2. \n Not mandatory to set as udp_dstip2 retrieves it from
|
||||||
slsReceiver process but must be set if you use a custom receiver (not
|
slsReceiver process but must be set if you use a custom receiver (not
|
||||||
slsReceiver). \n [Jungfrau] bottom half \n [Gotthard2] veto debugging \n
|
slsReceiver). \n [Jungfrau] bottom half \n [Gotthard2] veto debugging \n
|
||||||
*/
|
*/
|
||||||
void setDestinationUDPMAC2(const MacAddr mac, Positions pos = {},
|
void setDestinationUDPMAC2(const MacAddr mac, Positions pos = {});
|
||||||
const int rx_index = 0);
|
|
||||||
|
|
||||||
Result<int> getDestinationUDPPort(Positions pos = {},
|
Result<int> getDestinationUDPPort(Positions pos = {}) const;
|
||||||
const int rx_index = 0) const;
|
|
||||||
|
|
||||||
/** Default is 50001. \n If module_id is -1, ports for each module is
|
/** Default is 50001. \n If module_id is -1, ports for each module is
|
||||||
* calculated (incremented by 1 if no 2nd interface) */
|
* calculated (incremented by 1 if no 2nd interface) */
|
||||||
void setDestinationUDPPort(int port, int module_id = -1,
|
void setDestinationUDPPort(int port, int module_id = -1);
|
||||||
const int rxIndex = 0);
|
|
||||||
|
|
||||||
/** [Eiger] right port[Jungfrau] bottom half [Gotthard2] veto debugging */
|
/** [Eiger] right port[Jungfrau] bottom half [Gotthard2] veto debugging */
|
||||||
Result<int> getDestinationUDPPort2(Positions pos = {},
|
Result<int> getDestinationUDPPort2(Positions pos = {}) const;
|
||||||
const int rx_index = 0) const;
|
|
||||||
|
|
||||||
/** [Eiger] right port[Jungfrau] bottom half [Gotthard2] veto debugging \n
|
/** [Eiger] right port[Jungfrau] bottom half [Gotthard2] veto debugging \n
|
||||||
* Default is 50002. \n If module_id is -1, ports for each module is
|
* Default is 50002. \n If module_id is -1, ports for each module is
|
||||||
* calculated (incremented by 1 if no 2nd interface)*/
|
* calculated (incremented by 1 if no 2nd interface)*/
|
||||||
void setDestinationUDPPort2(int port, int module_id = -1,
|
void setDestinationUDPPort2(int port, int module_id = -1);
|
||||||
const int rxIndex = 0);
|
|
||||||
|
|
||||||
/** Reconfigures Detector with UDP destination. More for debugging as the
|
/** Reconfigures Detector with UDP destination. More for debugging as the
|
||||||
* configuration is done automatically when the detector has sufficient UDP
|
* configuration is done automatically when the detector has sufficient UDP
|
||||||
@ -764,8 +748,7 @@ class Detector {
|
|||||||
* information */
|
* information */
|
||||||
void validateUDPConfiguration(Positions pos = {});
|
void validateUDPConfiguration(Positions pos = {});
|
||||||
|
|
||||||
Result<std::string> printRxConfiguration(Positions pos = {},
|
Result<std::string> printRxConfiguration(Positions pos = {}) const;
|
||||||
const int rx_index = 0) const;
|
|
||||||
|
|
||||||
/** [Eiger][CTB][Moench][Mythen3] */
|
/** [Eiger][CTB][Moench][Mythen3] */
|
||||||
Result<bool> getTenGiga(Positions pos = {}) const;
|
Result<bool> getTenGiga(Positions pos = {}) const;
|
||||||
@ -824,8 +807,7 @@ class Detector {
|
|||||||
/** true when slsReceiver is used */
|
/** true when slsReceiver is used */
|
||||||
Result<bool> getUseReceiverFlag(Positions pos = {}) const;
|
Result<bool> getUseReceiverFlag(Positions pos = {}) const;
|
||||||
|
|
||||||
Result<std::string> getRxHostname(Positions pos = {},
|
Result<std::string> getRxHostname(Positions pos = {}) const;
|
||||||
const int rx_index = 0) const;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets receiver hostname or IP address for each module. \n Used for TCP
|
* Sets receiver hostname or IP address for each module. \n Used for TCP
|
||||||
@ -833,24 +815,20 @@ class Detector {
|
|||||||
* Also updates receiver with detector parameters. \n Also resets any prior
|
* Also updates receiver with detector parameters. \n Also resets any prior
|
||||||
* receiver property (not on detector). \n receiver is receiver hostname or
|
* receiver property (not on detector). \n receiver is receiver hostname or
|
||||||
* IP address, can include tcp port eg. hostname:port
|
* IP address, can include tcp port eg. hostname:port
|
||||||
*
|
|
||||||
* rxIndex of -1 is rewritten as 0 (for backwards compatibility)
|
|
||||||
*/
|
*/
|
||||||
void setRxHostname(const std::string &receiver, Positions pos = {}, const int rxIndex = 0);
|
void setRxHostname(const std::string &receiver, Positions pos = {});
|
||||||
|
|
||||||
/** - single element, assumes rxIndex is 0 (for backwards compatibility).
|
/** multiple rx hostnames. Single element will set it for all */
|
||||||
* - muliple element with pos empty or -1, sets each element for each module (1:1 for backwards compatibility, rxIndex = 0)
|
void setRxHostname(const std::vector<std::string> &name);
|
||||||
* multiple element for specific position, each element for each RR rxr */
|
|
||||||
void setRxHostname(const std::vector<std::string> &name, Positions pos);
|
|
||||||
|
|
||||||
Result<int> getRxPort(Positions pos = {}, const int rx_index = 0) const;
|
Result<int> getRxPort(Positions pos = {}) const;
|
||||||
|
|
||||||
/** TCP port for client-receiver communication. \n
|
/** TCP port for client-receiver communication. \n
|
||||||
* Default is 1954. \n Must be different if multiple receivers on same pc.
|
* Default is 1954. \n Must be different if multiple receivers on same pc.
|
||||||
* \n Must be first command to set a receiver parameter to be able to
|
* \n Must be first command to set a receiver parameter to be able to
|
||||||
* communicate. \n Multi command will automatically increment port for
|
* communicate. \n Multi command will automatically increment port for
|
||||||
* individual modules.*/
|
* individual modules.*/
|
||||||
void setRxPort(int port, int module_id = -1, const int rx_index = 0);
|
void setRxPort(int port, int module_id = -1);
|
||||||
|
|
||||||
Result<int> getRxFifoDepth(Positions pos = {}) const;
|
Result<int> getRxFifoDepth(Positions pos = {}) const;
|
||||||
|
|
||||||
@ -900,18 +878,10 @@ class Detector {
|
|||||||
Result<sls::IpAddr> getRxLastClientIP(Positions pos = {}) const;
|
Result<sls::IpAddr> getRxLastClientIP(Positions pos = {}) const;
|
||||||
|
|
||||||
/** Get thread ids from the receiver in order of [parent, tcp, listener 0,
|
/** Get thread ids from the receiver in order of [parent, tcp, listener 0,
|
||||||
* processor 0, streamer 0, listener 1, processor 1, streamer 1, arping]. If
|
* processor 0, streamer 0, listener 1, processor 1, streamer 1]. If no
|
||||||
* no streamer yet or there is no second interface, it gives 0 in its place.
|
* streamer yet or there is no second interface, it gives 0 in its place. */
|
||||||
*/
|
|
||||||
Result<std::array<pid_t, NUM_RX_THREAD_IDS>>
|
Result<std::array<pid_t, NUM_RX_THREAD_IDS>>
|
||||||
getRxThreadIds(Positions pos = {}) const;
|
getRxThreadIds(Positions pos = {}) const;
|
||||||
|
|
||||||
Result<bool> getRxArping(Positions pos = {}) const;
|
|
||||||
|
|
||||||
/** Starts a thread in slsReceiver to arping the interface it is listening
|
|
||||||
* every minute. Useful in 10G mode. */
|
|
||||||
void setRxArping(bool value, Positions pos = {});
|
|
||||||
|
|
||||||
///@}
|
///@}
|
||||||
|
|
||||||
/** @name File */
|
/** @name File */
|
||||||
@ -1028,15 +998,13 @@ class Detector {
|
|||||||
*/
|
*/
|
||||||
void setRxZmqPort(int port, int module_id = -1);
|
void setRxZmqPort(int port, int module_id = -1);
|
||||||
|
|
||||||
Result<IpAddr> getRxZmqIP(Positions pos = {},
|
Result<IpAddr> getRxZmqIP(Positions pos = {}) const;
|
||||||
const int rx_index = 0) const;
|
|
||||||
|
|
||||||
/** Zmq Ip Address from which data is to be streamed out of the receiver. \n
|
/** Zmq Ip Address from which data is to be streamed out of the receiver. \n
|
||||||
* Also restarts receiver zmq streaming if enabled. \n Default is from
|
* Also restarts receiver zmq streaming if enabled. \n Default is from
|
||||||
* rx_hostname. \n Modified only when using an intermediate process between
|
* rx_hostname. \n Modified only when using an intermediate process between
|
||||||
* receiver. */
|
* receiver. */
|
||||||
void setRxZmqIP(const IpAddr ip, Positions pos = {},
|
void setRxZmqIP(const IpAddr ip, Positions pos = {});
|
||||||
const int rx_index = 0);
|
|
||||||
|
|
||||||
Result<int> getClientZmqPort(Positions pos = {}) const;
|
Result<int> getClientZmqPort(Positions pos = {}) const;
|
||||||
|
|
||||||
@ -1171,18 +1139,12 @@ class Detector {
|
|||||||
Result<bool> getDataStream(const defs::portPosition port,
|
Result<bool> getDataStream(const defs::portPosition port,
|
||||||
Positions pos = {}) const;
|
Positions pos = {}) const;
|
||||||
|
|
||||||
/** [Eiger] enable or disable data streaming from left or right of detector
|
/** [Eiger] enable or disable data streaming from left or right of detector.
|
||||||
* for 10GbE. Default: enabled
|
* Default: enabled
|
||||||
*/
|
*/
|
||||||
void setDataStream(const defs::portPosition port, const bool enable,
|
void setDataStream(const defs::portPosition port, const bool enable,
|
||||||
Positions pos = {});
|
Positions pos = {});
|
||||||
|
|
||||||
/** [Eiger] Advanced */
|
|
||||||
Result<bool> getTop(Positions pos = {}) const;
|
|
||||||
|
|
||||||
/** [Eiger] Advanced. Default is hardware default */
|
|
||||||
void setTop(bool value, Positions pos = {});
|
|
||||||
|
|
||||||
///@}
|
///@}
|
||||||
|
|
||||||
/** @name Jungfrau Specific */
|
/** @name Jungfrau Specific */
|
||||||
@ -1480,6 +1442,9 @@ class Detector {
|
|||||||
* (internal gating). Gate index: 0-2, -1 for all */
|
* (internal gating). Gate index: 0-2, -1 for all */
|
||||||
Result<std::array<ns, 3>> getGateDelayForAllGates(Positions pos = {}) const;
|
Result<std::array<ns, 3>> getGateDelayForAllGates(Positions pos = {}) const;
|
||||||
|
|
||||||
|
/** [Eiger][Mythen3][Gotthard1] via stop server **/
|
||||||
|
Result<bool> getMaster(Positions pos = {}) const;
|
||||||
|
|
||||||
// TODO! check if we really want to expose this !!!!!
|
// TODO! check if we really want to expose this !!!!!
|
||||||
Result<int> getChipStatusRegister(Positions pos = {}) const;
|
Result<int> getChipStatusRegister(Positions pos = {}) const;
|
||||||
|
|
||||||
|
@ -1484,7 +1484,7 @@ std::string CmdProxy::UDPDestinationList(int action) {
|
|||||||
}
|
}
|
||||||
if (rx_id < 0 || rx_id >= MAX_UDP_DESTINATION) {
|
if (rx_id < 0 || rx_id >= MAX_UDP_DESTINATION) {
|
||||||
throw sls::RuntimeError(
|
throw sls::RuntimeError(
|
||||||
std::string("Invalid receiver index ") + std::to_string(rx_id) + std::string(" to set round robin entry."));
|
"Invalid receiver index to set round robin entry.");
|
||||||
}
|
}
|
||||||
auto t = getUdpEntry();
|
auto t = getUdpEntry();
|
||||||
det->setDestinationUDPList(t, det_id);
|
det->setDestinationUDPList(t, det_id);
|
||||||
@ -1504,7 +1504,7 @@ std::string CmdProxy::UDPDestinationIP(int action) {
|
|||||||
"rx_hostname."
|
"rx_hostname."
|
||||||
<< '\n';
|
<< '\n';
|
||||||
} else if (action == defs::GET_ACTION) {
|
} else if (action == defs::GET_ACTION) {
|
||||||
auto t = det->getDestinationUDPIP(std::vector<int>{det_id}, rx_id);
|
auto t = det->getDestinationUDPIP(std::vector<int>{det_id});
|
||||||
if (!args.empty()) {
|
if (!args.empty()) {
|
||||||
WrongNumberOfParameters(0);
|
WrongNumberOfParameters(0);
|
||||||
}
|
}
|
||||||
@ -1517,11 +1517,11 @@ std::string CmdProxy::UDPDestinationIP(int action) {
|
|||||||
auto val = getIpFromAuto();
|
auto val = getIpFromAuto();
|
||||||
LOG(logINFO) << "Setting udp_dstip of detector " << det_id << " to "
|
LOG(logINFO) << "Setting udp_dstip of detector " << det_id << " to "
|
||||||
<< val;
|
<< val;
|
||||||
det->setDestinationUDPIP(val, std::vector<int>{det_id}, rx_id);
|
det->setDestinationUDPIP(val, std::vector<int>{det_id});
|
||||||
os << val << '\n';
|
os << val << '\n';
|
||||||
} else {
|
} else {
|
||||||
auto val = IpAddr(args[0]);
|
auto val = IpAddr(args[0]);
|
||||||
det->setDestinationUDPIP(val, std::vector<int>{det_id}, rx_id);
|
det->setDestinationUDPIP(val, std::vector<int>{det_id});
|
||||||
os << args.front() << '\n';
|
os << args.front() << '\n';
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@ -1540,7 +1540,7 @@ std::string CmdProxy::UDPDestinationIP2(int action) {
|
|||||||
"\n\t[Gotthard2] veto debugging. "
|
"\n\t[Gotthard2] veto debugging. "
|
||||||
<< '\n';
|
<< '\n';
|
||||||
} else if (action == defs::GET_ACTION) {
|
} else if (action == defs::GET_ACTION) {
|
||||||
auto t = det->getDestinationUDPIP2(std::vector<int>{det_id}, rx_id);
|
auto t = det->getDestinationUDPIP2(std::vector<int>{det_id});
|
||||||
if (!args.empty()) {
|
if (!args.empty()) {
|
||||||
WrongNumberOfParameters(0);
|
WrongNumberOfParameters(0);
|
||||||
}
|
}
|
||||||
@ -1553,11 +1553,11 @@ std::string CmdProxy::UDPDestinationIP2(int action) {
|
|||||||
auto val = getIpFromAuto();
|
auto val = getIpFromAuto();
|
||||||
LOG(logINFO) << "Setting udp_dstip2 of detector " << det_id
|
LOG(logINFO) << "Setting udp_dstip2 of detector " << det_id
|
||||||
<< " to " << val;
|
<< " to " << val;
|
||||||
det->setDestinationUDPIP2(val, std::vector<int>{det_id}, rx_id);
|
det->setDestinationUDPIP2(val, std::vector<int>{det_id});
|
||||||
os << val << '\n';
|
os << val << '\n';
|
||||||
} else {
|
} else {
|
||||||
auto val = IpAddr(args[0]);
|
auto val = IpAddr(args[0]);
|
||||||
det->setDestinationUDPIP2(val, std::vector<int>{det_id}, rx_id);
|
det->setDestinationUDPIP2(val, std::vector<int>{det_id});
|
||||||
os << args.front() << '\n';
|
os << args.front() << '\n';
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@ -1593,54 +1593,33 @@ std::string CmdProxy::ReceiverHostname(int action) {
|
|||||||
}
|
}
|
||||||
// multiple arguments
|
// multiple arguments
|
||||||
if (args.size() > 1) {
|
if (args.size() > 1) {
|
||||||
if (rx_id != -1) {
|
// multiple in mulitple
|
||||||
throw sls::RuntimeError(
|
|
||||||
"Cannot add multiple receivers at RR level");
|
|
||||||
}
|
|
||||||
// multiple arguments (multiple rxr each)// backwards compatibility
|
|
||||||
if (args[0].find('+') != std::string::npos) {
|
if (args[0].find('+') != std::string::npos) {
|
||||||
|
throw sls::RuntimeError(
|
||||||
|
"Cannot add multiple receivers at module level");
|
||||||
|
}
|
||||||
if (det_id != -1) {
|
if (det_id != -1) {
|
||||||
throw sls::RuntimeError(
|
throw sls::RuntimeError(
|
||||||
"Cannot add multiple receivers for multiple modules at module level");
|
"Cannot add multiple receivers at module level");
|
||||||
}
|
}
|
||||||
for (int i = 0; i < (int)args.size(); ++i) {
|
det->setRxHostname(args);
|
||||||
auto t = sls::split(args[i], '+');
|
|
||||||
det->setRxHostname(t, {i});
|
|
||||||
os << ToString(t) << '\n';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// multiple arguments (single rxr each) (for both: each module and RR)
|
|
||||||
else {
|
|
||||||
det->setRxHostname(args, {det_id});
|
|
||||||
os << ToString(args) << '\n';
|
os << ToString(args) << '\n';
|
||||||
}
|
}
|
||||||
}
|
|
||||||
// single argument
|
// single argument
|
||||||
else {
|
else {
|
||||||
// multiple receivers concatenated with +
|
// multiple receivers concatenated with +
|
||||||
if (args[0].find('+') != std::string::npos) {
|
if (args[0].find('+') != std::string::npos) {
|
||||||
auto t = sls::split(args[0], '+');
|
if (det_id != -1) {
|
||||||
if (t.size() <= 0) {
|
|
||||||
throw sls::RuntimeError("Invalid argument for rx_hostname");
|
|
||||||
}
|
|
||||||
// single receiver
|
|
||||||
if (t.size() == 1) {
|
|
||||||
det->setRxHostname(t[0], std::vector<int>{det_id});
|
|
||||||
os << ToString(t[0]) << '\n';
|
|
||||||
}
|
|
||||||
// multiple receivers
|
|
||||||
else {
|
|
||||||
if (rx_id != -1) {
|
|
||||||
throw sls::RuntimeError(
|
throw sls::RuntimeError(
|
||||||
"Cannot add multiple receivers at RR level");
|
"Cannot add multiple receivers at module level");
|
||||||
}
|
}
|
||||||
det->setRxHostname(t, {det_id});
|
auto t = sls::split(args[0], '+');
|
||||||
|
det->setRxHostname(t);
|
||||||
os << ToString(t) << '\n';
|
os << ToString(t) << '\n';
|
||||||
}
|
}
|
||||||
}
|
|
||||||
// single receiver
|
// single receiver
|
||||||
else {
|
else {
|
||||||
det->setRxHostname(args[0], std::vector<int>{det_id}, rx_id);
|
det->setRxHostname(args[0], std::vector<int>{det_id});
|
||||||
os << ToString(args) << '\n';
|
os << ToString(args) << '\n';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1825,9 +1804,7 @@ std::string CmdProxy::DataStream(int action) {
|
|||||||
os << cmd << ' ';
|
os << cmd << ' ';
|
||||||
if (action == defs::HELP_ACTION) {
|
if (action == defs::HELP_ACTION) {
|
||||||
os << "[left|right] [0, 1]\n\t[Eiger] Enables or disables data "
|
os << "[left|right] [0, 1]\n\t[Eiger] Enables or disables data "
|
||||||
"streaming from left or/and right side of detector for 10 GbE "
|
"streaming from left or/and right side of detector. 1 (enabled) "
|
||||||
"mode. "
|
|
||||||
"1 (enabled) "
|
|
||||||
"by default."
|
"by default."
|
||||||
<< '\n';
|
<< '\n';
|
||||||
} else if (action == defs::GET_ACTION) {
|
} else if (action == defs::GET_ACTION) {
|
||||||
|
@ -185,34 +185,8 @@
|
|||||||
return os.str(); \
|
return os.str(); \
|
||||||
}
|
}
|
||||||
|
|
||||||
#define INTEGER_COMMAND_VEC_ID_RX(CMDNAME, GETFCN, SETFCN, CONV, HLPSTR) \
|
|
||||||
std::string CMDNAME(const int action) { \
|
|
||||||
std::ostringstream os; \
|
|
||||||
os << cmd << ' '; \
|
|
||||||
if (action == slsDetectorDefs::HELP_ACTION) \
|
|
||||||
os << HLPSTR << '\n'; \
|
|
||||||
else if (action == slsDetectorDefs::GET_ACTION) { \
|
|
||||||
if (!args.empty()) { \
|
|
||||||
WrongNumberOfParameters(0); \
|
|
||||||
} \
|
|
||||||
auto t = det->GETFCN(std::vector<int>{det_id}, rx_id); \
|
|
||||||
os << OutString(t) << '\n'; \
|
|
||||||
} else if (action == slsDetectorDefs::PUT_ACTION) { \
|
|
||||||
if (args.size() != 1) { \
|
|
||||||
WrongNumberOfParameters(1); \
|
|
||||||
} \
|
|
||||||
auto val = CONV(args[0]); \
|
|
||||||
det->SETFCN(val, std::vector<int>{det_id}, rx_id); \
|
|
||||||
os << args.front() << '\n'; \
|
|
||||||
} else { \
|
|
||||||
throw sls::RuntimeError("Unknown action"); \
|
|
||||||
} \
|
|
||||||
return os.str(); \
|
|
||||||
}
|
|
||||||
|
|
||||||
/** int or enum */
|
/** int or enum */
|
||||||
#define INTEGER_COMMAND_VEC_ID_PUT_SINGLE_ID(CMDNAME, GETFCN, SETFCN, CONV, \
|
#define INTEGER_COMMAND_VEC_ID_GET(CMDNAME, GETFCN, SETFCN, CONV, HLPSTR) \
|
||||||
HLPSTR) \
|
|
||||||
std::string CMDNAME(const int action) { \
|
std::string CMDNAME(const int action) { \
|
||||||
std::ostringstream os; \
|
std::ostringstream os; \
|
||||||
os << cmd << ' '; \
|
os << cmd << ' '; \
|
||||||
@ -237,32 +211,6 @@
|
|||||||
return os.str(); \
|
return os.str(); \
|
||||||
}
|
}
|
||||||
|
|
||||||
#define INTEGER_COMMAND_VEC_ID_P_RX_SINGLE_ID(CMDNAME, GETFCN, SETFCN, CONV, \
|
|
||||||
HLPSTR) \
|
|
||||||
std::string CMDNAME(const int action) { \
|
|
||||||
std::ostringstream os; \
|
|
||||||
os << cmd << ' '; \
|
|
||||||
if (action == slsDetectorDefs::HELP_ACTION) \
|
|
||||||
os << HLPSTR << '\n'; \
|
|
||||||
else if (action == slsDetectorDefs::GET_ACTION) { \
|
|
||||||
if (!args.empty()) { \
|
|
||||||
WrongNumberOfParameters(0); \
|
|
||||||
} \
|
|
||||||
auto t = det->GETFCN(std::vector<int>{det_id}, rx_id); \
|
|
||||||
os << OutString(t) << '\n'; \
|
|
||||||
} else if (action == slsDetectorDefs::PUT_ACTION) { \
|
|
||||||
if (args.size() != 1) { \
|
|
||||||
WrongNumberOfParameters(1); \
|
|
||||||
} \
|
|
||||||
auto val = CONV(args[0]); \
|
|
||||||
det->SETFCN(val, det_id, rx_id); \
|
|
||||||
os << args.front() << '\n'; \
|
|
||||||
} else { \
|
|
||||||
throw sls::RuntimeError("Unknown action"); \
|
|
||||||
} \
|
|
||||||
return os.str(); \
|
|
||||||
}
|
|
||||||
|
|
||||||
/** int or enum */
|
/** int or enum */
|
||||||
#define INTEGER_COMMAND_SINGLE_ID(CMDNAME, GETFCN, SETFCN, CONV, HLPSTR) \
|
#define INTEGER_COMMAND_SINGLE_ID(CMDNAME, GETFCN, SETFCN, CONV, HLPSTR) \
|
||||||
std::string CMDNAME(const int action) { \
|
std::string CMDNAME(const int action) { \
|
||||||
@ -513,26 +461,6 @@
|
|||||||
return os.str(); \
|
return os.str(); \
|
||||||
}
|
}
|
||||||
|
|
||||||
#define GET_COMMAND_RX(CMDNAME, GETFCN, HLPSTR) \
|
|
||||||
std::string CMDNAME(const int action) { \
|
|
||||||
std::ostringstream os; \
|
|
||||||
os << cmd << ' '; \
|
|
||||||
if (action == slsDetectorDefs::HELP_ACTION) \
|
|
||||||
os << HLPSTR << '\n'; \
|
|
||||||
else if (action == slsDetectorDefs::GET_ACTION) { \
|
|
||||||
if (!args.empty()) { \
|
|
||||||
WrongNumberOfParameters(0); \
|
|
||||||
} \
|
|
||||||
auto t = det->GETFCN(std::vector<int>{det_id}); \
|
|
||||||
os << OutString(t) << '\n'; \
|
|
||||||
} else if (action == slsDetectorDefs::PUT_ACTION) { \
|
|
||||||
throw sls::RuntimeError("Cannot put"); \
|
|
||||||
} else { \
|
|
||||||
throw sls::RuntimeError("Unknown action"); \
|
|
||||||
} \
|
|
||||||
return os.str(); \
|
|
||||||
}
|
|
||||||
|
|
||||||
/** get only no id (vector, not result) */
|
/** get only no id (vector, not result) */
|
||||||
#define GET_COMMAND_NOID(CMDNAME, GETFCN, HLPSTR) \
|
#define GET_COMMAND_NOID(CMDNAME, GETFCN, HLPSTR) \
|
||||||
std::string CMDNAME(const int action) { \
|
std::string CMDNAME(const int action) { \
|
||||||
@ -856,7 +784,6 @@ class CmdProxy {
|
|||||||
{"trimen", &CmdProxy::TrimEnergies},
|
{"trimen", &CmdProxy::TrimEnergies},
|
||||||
{"gappixels", &CmdProxy::GapPixels},
|
{"gappixels", &CmdProxy::GapPixels},
|
||||||
{"fliprows", &CmdProxy::fliprows},
|
{"fliprows", &CmdProxy::fliprows},
|
||||||
{"master", &CmdProxy::master},
|
|
||||||
|
|
||||||
/* acquisition parameters */
|
/* acquisition parameters */
|
||||||
{"acquire", &CmdProxy::Acquire},
|
{"acquire", &CmdProxy::Acquire},
|
||||||
@ -976,7 +903,6 @@ class CmdProxy {
|
|||||||
{"rx_lock", &CmdProxy::rx_lock},
|
{"rx_lock", &CmdProxy::rx_lock},
|
||||||
{"rx_lastclient", &CmdProxy::rx_lastclient},
|
{"rx_lastclient", &CmdProxy::rx_lastclient},
|
||||||
{"rx_threads", &CmdProxy::rx_threads},
|
{"rx_threads", &CmdProxy::rx_threads},
|
||||||
{"rx_arping", &CmdProxy::rx_arping},
|
|
||||||
|
|
||||||
/* File */
|
/* File */
|
||||||
{"fformat", &CmdProxy::fformat},
|
{"fformat", &CmdProxy::fformat},
|
||||||
@ -1015,7 +941,6 @@ class CmdProxy {
|
|||||||
{"pulsechip", &CmdProxy::PulseChip},
|
{"pulsechip", &CmdProxy::PulseChip},
|
||||||
{"quad", &CmdProxy::Quad},
|
{"quad", &CmdProxy::Quad},
|
||||||
{"datastream", &CmdProxy::DataStream},
|
{"datastream", &CmdProxy::DataStream},
|
||||||
{"top", &CmdProxy::top},
|
|
||||||
|
|
||||||
/* Jungfrau Specific */
|
/* Jungfrau Specific */
|
||||||
{"chipversion", &CmdProxy::chipversion},
|
{"chipversion", &CmdProxy::chipversion},
|
||||||
@ -1183,6 +1108,7 @@ class CmdProxy {
|
|||||||
/* acquisition parameters */
|
/* acquisition parameters */
|
||||||
std::string Acquire(int action);
|
std::string Acquire(int action);
|
||||||
std::string Exptime(int action);
|
std::string Exptime(int action);
|
||||||
|
std::string DynamicRange(int action);
|
||||||
std::string ReadoutSpeed(int action);
|
std::string ReadoutSpeed(int action);
|
||||||
std::string Adcphase(int action);
|
std::string Adcphase(int action);
|
||||||
std::string Dbitphase(int action);
|
std::string Dbitphase(int action);
|
||||||
@ -1354,12 +1280,6 @@ class CmdProxy {
|
|||||||
"interfaces must be set to 2. slsReceiver and slsDetectorGui "
|
"interfaces must be set to 2. slsReceiver and slsDetectorGui "
|
||||||
"does not handle.");
|
"does not handle.");
|
||||||
|
|
||||||
INTEGER_COMMAND_VEC_ID_PUT_SINGLE_ID(
|
|
||||||
master, getMaster, setMaster, StringTo<int>,
|
|
||||||
"[0, 1]\n\t[Eiger] Sets half module to master and "
|
|
||||||
"others to slaves.\n\t[Gotthard][Gotthard2][Mythen3][Eiger] "
|
|
||||||
"Gets if the current module/ half module is master.");
|
|
||||||
|
|
||||||
/* acquisition parameters */
|
/* acquisition parameters */
|
||||||
|
|
||||||
INTEGER_COMMAND_SET_NOID_GET_ID(
|
INTEGER_COMMAND_SET_NOID_GET_ID(
|
||||||
@ -1407,7 +1327,7 @@ class CmdProxy {
|
|||||||
dr, getDynamicRange, setDynamicRange, StringTo<int>,
|
dr, getDynamicRange, setDynamicRange, StringTo<int>,
|
||||||
"[value]\n\tDynamic Range or number of bits per "
|
"[value]\n\tDynamic Range or number of bits per "
|
||||||
"pixel in detector.\n\t"
|
"pixel in detector.\n\t"
|
||||||
"[Eiger] Options: 4, 8, 12, 16, 32. If set to 32, also sets "
|
"[Eiger] Options: 4, 8, 16, 32. If set to 32, also sets "
|
||||||
"clkdivider to 2, else to 0.\n\t"
|
"clkdivider to 2, else to 0.\n\t"
|
||||||
"[Mythen3] Options: 8, 16, 32\n\t"
|
"[Mythen3] Options: 8, 16, 32\n\t"
|
||||||
"[Jungfrau][Gotthard][Ctb][Moench][Mythen3][Gotthard2] 16");
|
"[Jungfrau][Gotthard][Ctb][Moench][Mythen3][Gotthard2] 16");
|
||||||
@ -1595,7 +1515,7 @@ class CmdProxy {
|
|||||||
"\n\tStops receiver listener for detector data packets and closes "
|
"\n\tStops receiver listener for detector data packets and closes "
|
||||||
"current data file (if file write enabled).");
|
"current data file (if file write enabled).");
|
||||||
|
|
||||||
EXECUTE_SET_COMMAND(
|
EXECUTE_SET_COMMAND_NOID(
|
||||||
start, startDetector,
|
start, startDetector,
|
||||||
"\n\tStarts detector acquisition. Status changes to RUNNING or WAITING "
|
"\n\tStarts detector acquisition. Status changes to RUNNING or WAITING "
|
||||||
"and automatically returns to idle at the end of acquisition. If the "
|
"and automatically returns to idle at the end of acquisition. If the "
|
||||||
@ -1615,15 +1535,13 @@ class CmdProxy {
|
|||||||
"\n\tNumber of frames caught by receiver.");
|
"\n\tNumber of frames caught by receiver.");
|
||||||
|
|
||||||
GET_COMMAND(rx_missingpackets, getNumMissingPackets,
|
GET_COMMAND(rx_missingpackets, getNumMissingPackets,
|
||||||
"\n\tNumber of missing packets for each port in receiver. "
|
"\n\tNumber of missing packets for each port in receiver.");
|
||||||
"Negative number denotes extra packets.");
|
|
||||||
|
|
||||||
INTEGER_COMMAND_VEC_ID(
|
INTEGER_COMMAND_VEC_ID(nextframenumber, getNextFrameNumber,
|
||||||
nextframenumber, getNextFrameNumber, setNextFrameNumber,
|
setNextFrameNumber, StringTo<uint64_t>,
|
||||||
StringTo<uint64_t>,
|
"[n_value]\n\t[Eiger][Jungfrau] Next frame number. "
|
||||||
"[n_value]\n\t[Eiger][Jungfrau][Moench][CTB] Next frame number. "
|
"Stopping acquisition might result in "
|
||||||
"Stopping acquisition might result in different frame numbers for "
|
"different frame numbers for different modules.");
|
||||||
"different modules.");
|
|
||||||
|
|
||||||
GET_COMMAND(scanerrmsg, getScanErrorMessage,
|
GET_COMMAND(scanerrmsg, getScanErrorMessage,
|
||||||
"\n\tGets Scan error message if scan ended in error for non "
|
"\n\tGets Scan error message if scan ended in error for non "
|
||||||
@ -1689,14 +1607,14 @@ class CmdProxy {
|
|||||||
"[x:x:x:x:x:x]\n\t[Jungfrau] Mac address of the top "
|
"[x:x:x:x:x:x]\n\t[Jungfrau] Mac address of the top "
|
||||||
"half or inner (source) udp interface. ");
|
"half or inner (source) udp interface. ");
|
||||||
|
|
||||||
INTEGER_COMMAND_VEC_ID_RX(
|
INTEGER_COMMAND_VEC_ID(
|
||||||
udp_dstmac, getDestinationUDPMAC, setDestinationUDPMAC, MacAddr,
|
udp_dstmac, getDestinationUDPMAC, setDestinationUDPMAC, MacAddr,
|
||||||
"[x:x:x:x:x:x]\n\tMac address of the receiver (destination) udp "
|
"[x:x:x:x:x:x]\n\tMac address of the receiver (destination) udp "
|
||||||
"interface. Not mandatory to set as udp_dstip retrieves it from "
|
"interface. Not mandatory to set as udp_dstip retrieves it from "
|
||||||
"slsReceiver process, but must be set if you use a custom receiver "
|
"slsReceiver process, but must be set if you use a custom receiver "
|
||||||
"(not slsReceiver).");
|
"(not slsReceiver).");
|
||||||
|
|
||||||
INTEGER_COMMAND_VEC_ID_RX(
|
INTEGER_COMMAND_VEC_ID(
|
||||||
udp_dstmac2, getDestinationUDPMAC2, setDestinationUDPMAC2, MacAddr,
|
udp_dstmac2, getDestinationUDPMAC2, setDestinationUDPMAC2, MacAddr,
|
||||||
"[x:x:x:x:x:x]\n\t[Jungfrau] Mac address of the receiver (destination) "
|
"[x:x:x:x:x:x]\n\t[Jungfrau] Mac address of the receiver (destination) "
|
||||||
"udp interface 2. Not mandatory to set as udp_dstip2 retrieves it from "
|
"udp interface 2. Not mandatory to set as udp_dstip2 retrieves it from "
|
||||||
@ -1705,14 +1623,14 @@ class CmdProxy {
|
|||||||
"[Gotthard2] veto "
|
"[Gotthard2] veto "
|
||||||
"debugging.");
|
"debugging.");
|
||||||
|
|
||||||
INTEGER_COMMAND_VEC_ID_P_RX_SINGLE_ID(
|
INTEGER_COMMAND_VEC_ID_GET(
|
||||||
udp_dstport, getDestinationUDPPort, setDestinationUDPPort,
|
udp_dstport, getDestinationUDPPort, setDestinationUDPPort,
|
||||||
StringTo<int>,
|
StringTo<int>,
|
||||||
"[n]\n\tPort number of the receiver (destination) udp "
|
"[n]\n\tPort number of the receiver (destination) udp "
|
||||||
"interface. Default is 50001. \n\tIf multi command, ports for each "
|
"interface. Default is 50001. \n\tIf multi command, ports for each "
|
||||||
"module is calculated (incremented by 1 if no 2nd interface)");
|
"module is calculated (incremented by 1 if no 2nd interface)");
|
||||||
|
|
||||||
INTEGER_COMMAND_VEC_ID_P_RX_SINGLE_ID(
|
INTEGER_COMMAND_VEC_ID_GET(
|
||||||
udp_dstport2, getDestinationUDPPort2, setDestinationUDPPort2,
|
udp_dstport2, getDestinationUDPPort2, setDestinationUDPPort2,
|
||||||
StringTo<int>,
|
StringTo<int>,
|
||||||
"[n]\n\t[Jungfrau][Eiger][Gotthard2] Port number of the "
|
"[n]\n\t[Jungfrau][Eiger][Gotthard2] Port number of the "
|
||||||
@ -1734,7 +1652,7 @@ class CmdProxy {
|
|||||||
"valid. If not configured, it will throw with error message "
|
"valid. If not configured, it will throw with error message "
|
||||||
"requesting missing udp information.");
|
"requesting missing udp information.");
|
||||||
|
|
||||||
GET_COMMAND_RX(rx_printconfig, printRxConfiguration,
|
GET_COMMAND(rx_printconfig, printRxConfiguration,
|
||||||
"\n\tPrints the receiver configuration.");
|
"\n\tPrints the receiver configuration.");
|
||||||
|
|
||||||
INTEGER_COMMAND_VEC_ID(
|
INTEGER_COMMAND_VEC_ID(
|
||||||
@ -1771,7 +1689,7 @@ class CmdProxy {
|
|||||||
|
|
||||||
/* Receiver Config */
|
/* Receiver Config */
|
||||||
|
|
||||||
INTEGER_COMMAND_VEC_ID_P_RX_SINGLE_ID(
|
INTEGER_COMMAND_VEC_ID_GET(
|
||||||
rx_tcpport, getRxPort, setRxPort, StringTo<int>,
|
rx_tcpport, getRxPort, setRxPort, StringTo<int>,
|
||||||
"[port]\n\tTCP port for client-receiver communication. Default is "
|
"[port]\n\tTCP port for client-receiver communication. Default is "
|
||||||
"1954. Must be different if multiple receivers on same pc. Must be "
|
"1954. Must be different if multiple receivers on same pc. Must be "
|
||||||
@ -1819,16 +1737,13 @@ class CmdProxy {
|
|||||||
rx_lastclient, getRxLastClientIP,
|
rx_lastclient, getRxLastClientIP,
|
||||||
"\n\tClient IP Address that last communicated with the receiver.");
|
"\n\tClient IP Address that last communicated with the receiver.");
|
||||||
|
|
||||||
GET_COMMAND(rx_threads, getRxThreadIds,
|
GET_COMMAND(
|
||||||
"\n\tGet thread ids from the receiver in order of [parent, "
|
rx_threads, getRxThreadIds,
|
||||||
"tcp, listener 0, processor 0, streamer 0, listener 1, "
|
"\n\tGet thread ids from the receiver in order of [parent, tcp, "
|
||||||
"processor 1, streamer 1, arping]. If no streamer yet or there "
|
"listener 0, "
|
||||||
"is no second interface, it gives 0 in its place.");
|
"processor 0, streamer 0, listener 1, processor 1, streamer 1]. If no "
|
||||||
|
"streamer yet or there is no second interface, it gives 0 in its "
|
||||||
INTEGER_COMMAND_VEC_ID(rx_arping, getRxArping, setRxArping, StringTo<int>,
|
"place.");
|
||||||
"[0, 1]\n\tStarts a thread in slsReceiver to arping "
|
|
||||||
"the interface it is "
|
|
||||||
"listening to every minute. Useful in 10G mode.");
|
|
||||||
|
|
||||||
/* File */
|
/* File */
|
||||||
|
|
||||||
@ -1896,7 +1811,7 @@ class CmdProxy {
|
|||||||
"default, which streams the first frame in an acquisition, "
|
"default, which streams the first frame in an acquisition, "
|
||||||
"and then depending on the rx zmq frequency/ timer");
|
"and then depending on the rx zmq frequency/ timer");
|
||||||
|
|
||||||
INTEGER_COMMAND_VEC_ID_PUT_SINGLE_ID(
|
INTEGER_COMMAND_VEC_ID_GET(
|
||||||
rx_zmqport, getRxZmqPort, setRxZmqPort, StringTo<int>,
|
rx_zmqport, getRxZmqPort, setRxZmqPort, StringTo<int>,
|
||||||
"[port]\n\tZmq port for data to be streamed out of the receiver. Also "
|
"[port]\n\tZmq port for data to be streamed out of the receiver. Also "
|
||||||
"restarts receiver zmq streaming if enabled. Default is 30001. "
|
"restarts receiver zmq streaming if enabled. Default is 30001. "
|
||||||
@ -1904,7 +1819,7 @@ class CmdProxy {
|
|||||||
"client(gui). Must be different for every detector (and udp port). "
|
"client(gui). Must be different for every detector (and udp port). "
|
||||||
"Multi command will automatically increment for individual modules.");
|
"Multi command will automatically increment for individual modules.");
|
||||||
|
|
||||||
INTEGER_COMMAND_VEC_ID_PUT_SINGLE_ID(
|
INTEGER_COMMAND_VEC_ID_GET(
|
||||||
zmqport, getClientZmqPort, setClientZmqPort, StringTo<int>,
|
zmqport, getClientZmqPort, setClientZmqPort, StringTo<int>,
|
||||||
"[port]\n\tZmq port in client(gui) or intermediate process for data to "
|
"[port]\n\tZmq port in client(gui) or intermediate process for data to "
|
||||||
"be streamed to from receiver. Default connects to receiver zmq "
|
"be streamed to from receiver. Default connects to receiver zmq "
|
||||||
@ -1914,7 +1829,7 @@ class CmdProxy {
|
|||||||
"port). Multi command will automatically increment for individual "
|
"port). Multi command will automatically increment for individual "
|
||||||
"modules.");
|
"modules.");
|
||||||
|
|
||||||
INTEGER_COMMAND_VEC_ID_RX(
|
INTEGER_COMMAND_VEC_ID(
|
||||||
rx_zmqip, getRxZmqIP, setRxZmqIP, IpAddr,
|
rx_zmqip, getRxZmqIP, setRxZmqIP, IpAddr,
|
||||||
"[x.x.x.x]\n\tZmq Ip Address from which data is to be streamed out of "
|
"[x.x.x.x]\n\tZmq Ip Address from which data is to be streamed out of "
|
||||||
"the receiver. Also restarts receiver zmq streaming if enabled. "
|
"the receiver. Also restarts receiver zmq streaming if enabled. "
|
||||||
@ -1980,10 +1895,6 @@ class CmdProxy {
|
|||||||
"start of acquisition. 0 complete reset, 1 partial reset. Default is "
|
"start of acquisition. 0 complete reset, 1 partial reset. Default is "
|
||||||
"complete reset. Advanced function!");
|
"complete reset. Advanced function!");
|
||||||
|
|
||||||
INTEGER_COMMAND_VEC_ID(
|
|
||||||
top, getTop, setTop, StringTo<int>,
|
|
||||||
"[0, 1]\n\t[Eiger] Sets half module to top (1), else bottom.");
|
|
||||||
|
|
||||||
/* Jungfrau Specific */
|
/* Jungfrau Specific */
|
||||||
|
|
||||||
GET_COMMAND(chipversion, getChipVersion,
|
GET_COMMAND(chipversion, getChipVersion,
|
||||||
|
@ -298,23 +298,6 @@ void Detector::setFlipRows(bool value, Positions pos) {
|
|||||||
pimpl->Parallel(&Module::setFlipRows, pos, value);
|
pimpl->Parallel(&Module::setFlipRows, pos, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
Result<bool> Detector::getMaster(Positions pos) const {
|
|
||||||
return pimpl->Parallel(&Module::isMaster, pos);
|
|
||||||
}
|
|
||||||
|
|
||||||
void Detector::setMaster(bool master, int pos) {
|
|
||||||
// multi mod, set slaves first
|
|
||||||
if (master && size() > 1) {
|
|
||||||
if (pos == -1) {
|
|
||||||
throw RuntimeError("Master can be set only to a single module");
|
|
||||||
}
|
|
||||||
pimpl->Parallel(&Module::setMaster, {}, false);
|
|
||||||
pimpl->Parallel(&Module::setMaster, {pos}, master);
|
|
||||||
} else {
|
|
||||||
pimpl->Parallel(&Module::setMaster, {pos}, master);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Result<bool> Detector::isVirtualDetectorServer(Positions pos) const {
|
Result<bool> Detector::isVirtualDetectorServer(Positions pos) const {
|
||||||
return pimpl->Parallel(&Module::isVirtualDetectorServer, pos);
|
return pimpl->Parallel(&Module::isVirtualDetectorServer, pos);
|
||||||
}
|
}
|
||||||
@ -404,7 +387,7 @@ void Detector::setDynamicRange(int value) {
|
|||||||
std::vector<int> Detector::getDynamicRangeList() const {
|
std::vector<int> Detector::getDynamicRangeList() const {
|
||||||
switch (getDetectorType().squash()) {
|
switch (getDetectorType().squash()) {
|
||||||
case defs::EIGER:
|
case defs::EIGER:
|
||||||
return std::vector<int>{4, 8, 12, 16, 32};
|
return std::vector<int>{4, 8, 16, 32};
|
||||||
case defs::MYTHEN3:
|
case defs::MYTHEN3:
|
||||||
return std::vector<int>{8, 16, 32};
|
return std::vector<int>{8, 16, 32};
|
||||||
default:
|
default:
|
||||||
@ -773,24 +756,22 @@ void Detector::startReceiver() { pimpl->Parallel(&Module::startReceiver, {}); }
|
|||||||
|
|
||||||
void Detector::stopReceiver() { pimpl->Parallel(&Module::stopReceiver, {}); }
|
void Detector::stopReceiver() { pimpl->Parallel(&Module::stopReceiver, {}); }
|
||||||
|
|
||||||
void Detector::startDetector(Positions pos) {
|
void Detector::startDetector() {
|
||||||
auto detector_type = getDetectorType(pos).squash();
|
auto detector_type = getDetectorType().squash();
|
||||||
if (detector_type == defs::MYTHEN3 && size() > 1) {
|
if (detector_type == defs::MYTHEN3 && size() > 1) {
|
||||||
std::vector<int> slaves(pos);
|
auto is_master = getMaster();
|
||||||
auto is_master = getMaster(pos);
|
int masterPosition = 0;
|
||||||
int masterPosition = -1;
|
std::vector<int> slaves;
|
||||||
for (unsigned int i = 0; i < is_master.size(); ++i) {
|
for (int i = 0; i < size(); ++i) {
|
||||||
if (is_master[i]) {
|
if (is_master[i])
|
||||||
masterPosition = i;
|
masterPosition = i;
|
||||||
slaves.erase(slaves.begin() + i);
|
else
|
||||||
|
slaves.push_back(i);
|
||||||
}
|
}
|
||||||
}
|
pimpl->Parallel(&Module::startAcquisition, slaves);
|
||||||
pimpl->Parallel(&Module::startAcquisition, pos);
|
|
||||||
if (masterPosition != -1) {
|
|
||||||
pimpl->Parallel(&Module::startAcquisition, {masterPosition});
|
pimpl->Parallel(&Module::startAcquisition, {masterPosition});
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
pimpl->Parallel(&Module::startAcquisition, pos);
|
pimpl->Parallel(&Module::startAcquisition, {});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -800,25 +781,6 @@ void Detector::startDetectorReadout() {
|
|||||||
|
|
||||||
void Detector::stopDetector(Positions pos) {
|
void Detector::stopDetector(Positions pos) {
|
||||||
pimpl->Parallel(&Module::stopAcquisition, pos);
|
pimpl->Parallel(&Module::stopAcquisition, pos);
|
||||||
|
|
||||||
// validate consistent frame numbers
|
|
||||||
switch (getDetectorType().squash()) {
|
|
||||||
case defs::EIGER:
|
|
||||||
case defs::JUNGFRAU:
|
|
||||||
case defs::MOENCH:
|
|
||||||
case defs::CHIPTESTBOARD: {
|
|
||||||
auto res = getNextFrameNumber(pos);
|
|
||||||
if (!res.equal()) {
|
|
||||||
uint64_t maxVal = 0;
|
|
||||||
for (auto it : res) {
|
|
||||||
maxVal = std::max(maxVal, it);
|
|
||||||
}
|
|
||||||
setNextFrameNumber(maxVal + 1);
|
|
||||||
}
|
|
||||||
} break;
|
|
||||||
default:
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Result<defs::runStatus> Detector::getDetectorStatus(Positions pos) const {
|
Result<defs::runStatus> Detector::getDetectorStatus(Positions pos) const {
|
||||||
@ -833,7 +795,7 @@ Result<int64_t> Detector::getFramesCaught(Positions pos) const {
|
|||||||
return pimpl->Parallel(&Module::getFramesCaughtByReceiver, pos);
|
return pimpl->Parallel(&Module::getFramesCaughtByReceiver, pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
Result<std::vector<int64_t>>
|
Result<std::vector<uint64_t>>
|
||||||
Detector::getNumMissingPackets(Positions pos) const {
|
Detector::getNumMissingPackets(Positions pos) const {
|
||||||
return pimpl->Parallel(&Module::getNumMissingPackets, pos);
|
return pimpl->Parallel(&Module::getNumMissingPackets, pos);
|
||||||
}
|
}
|
||||||
@ -977,81 +939,67 @@ void Detector::setFirstUDPDestination(const int value, Positions pos) {
|
|||||||
pimpl->Parallel(&Module::setFirstUDPDestination, pos, value);
|
pimpl->Parallel(&Module::setFirstUDPDestination, pos, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
Result<IpAddr> Detector::getDestinationUDPIP(Positions pos,
|
Result<IpAddr> Detector::getDestinationUDPIP(Positions pos) const {
|
||||||
const int rx_index) const {
|
return pimpl->Parallel(&Module::getDestinationUDPIP, pos);
|
||||||
return pimpl->Parallel(&Module::getDestinationUDPIP, pos, rx_index);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Detector::setDestinationUDPIP(const IpAddr ip, Positions pos,
|
void Detector::setDestinationUDPIP(const IpAddr ip, Positions pos) {
|
||||||
const int rx_index) {
|
pimpl->Parallel(&Module::setDestinationUDPIP, pos, ip);
|
||||||
pimpl->Parallel(&Module::setDestinationUDPIP, pos, ip, rx_index);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Result<IpAddr> Detector::getDestinationUDPIP2(Positions pos,
|
Result<IpAddr> Detector::getDestinationUDPIP2(Positions pos) const {
|
||||||
const int rx_index) const {
|
return pimpl->Parallel(&Module::getDestinationUDPIP2, pos);
|
||||||
return pimpl->Parallel(&Module::getDestinationUDPIP2, pos, rx_index);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Detector::setDestinationUDPIP2(const IpAddr ip, Positions pos,
|
void Detector::setDestinationUDPIP2(const IpAddr ip, Positions pos) {
|
||||||
const int rx_index) {
|
pimpl->Parallel(&Module::setDestinationUDPIP2, pos, ip);
|
||||||
pimpl->Parallel(&Module::setDestinationUDPIP2, pos, ip, rx_index);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Result<MacAddr> Detector::getDestinationUDPMAC(Positions pos,
|
Result<MacAddr> Detector::getDestinationUDPMAC(Positions pos) const {
|
||||||
const int rx_index) const {
|
return pimpl->Parallel(&Module::getDestinationUDPMAC, pos);
|
||||||
return pimpl->Parallel(&Module::getDestinationUDPMAC, pos, rx_index);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Detector::setDestinationUDPMAC(const MacAddr mac, Positions pos,
|
void Detector::setDestinationUDPMAC(const MacAddr mac, Positions pos) {
|
||||||
const int rx_index) {
|
pimpl->Parallel(&Module::setDestinationUDPMAC, pos, mac);
|
||||||
pimpl->Parallel(&Module::setDestinationUDPMAC, pos, mac, rx_index);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Result<MacAddr> Detector::getDestinationUDPMAC2(Positions pos,
|
Result<MacAddr> Detector::getDestinationUDPMAC2(Positions pos) const {
|
||||||
const int rx_index) const {
|
return pimpl->Parallel(&Module::getDestinationUDPMAC2, pos);
|
||||||
return pimpl->Parallel(&Module::getDestinationUDPMAC2, pos, rx_index);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Detector::setDestinationUDPMAC2(const MacAddr mac, Positions pos,
|
void Detector::setDestinationUDPMAC2(const MacAddr mac, Positions pos) {
|
||||||
const int rx_index) {
|
pimpl->Parallel(&Module::setDestinationUDPMAC2, pos, mac);
|
||||||
pimpl->Parallel(&Module::setDestinationUDPMAC2, pos, mac, rx_index);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Result<int> Detector::getDestinationUDPPort(Positions pos,
|
Result<int> Detector::getDestinationUDPPort(Positions pos) const {
|
||||||
const int rx_index) const {
|
return pimpl->Parallel(&Module::getDestinationUDPPort, pos);
|
||||||
return pimpl->Parallel(&Module::getDestinationUDPPort, pos, rx_index);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Detector::setDestinationUDPPort(int port, int module_id,
|
void Detector::setDestinationUDPPort(int port, int module_id) {
|
||||||
const int rx_index) {
|
|
||||||
if (module_id == -1) {
|
if (module_id == -1) {
|
||||||
std::vector<int> port_list = getPortNumbers(port);
|
std::vector<int> port_list = getPortNumbers(port);
|
||||||
for (int idet = 0; idet < size(); ++idet) {
|
for (int idet = 0; idet < size(); ++idet) {
|
||||||
pimpl->Parallel(&Module::setDestinationUDPPort, {idet},
|
pimpl->Parallel(&Module::setDestinationUDPPort, {idet},
|
||||||
port_list[idet], rx_index);
|
port_list[idet]);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
pimpl->Parallel(&Module::setDestinationUDPPort, {module_id}, port,
|
pimpl->Parallel(&Module::setDestinationUDPPort, {module_id}, port);
|
||||||
rx_index);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Result<int> Detector::getDestinationUDPPort2(Positions pos,
|
Result<int> Detector::getDestinationUDPPort2(Positions pos) const {
|
||||||
const int rx_index) const {
|
return pimpl->Parallel(&Module::getDestinationUDPPort2, pos);
|
||||||
return pimpl->Parallel(&Module::getDestinationUDPPort2, pos, rx_index);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Detector::setDestinationUDPPort2(int port, int module_id,
|
void Detector::setDestinationUDPPort2(int port, int module_id) {
|
||||||
const int rx_index) {
|
|
||||||
if (module_id == -1) {
|
if (module_id == -1) {
|
||||||
std::vector<int> port_list = getPortNumbers(port);
|
std::vector<int> port_list = getPortNumbers(port);
|
||||||
for (int idet = 0; idet < size(); ++idet) {
|
for (int idet = 0; idet < size(); ++idet) {
|
||||||
pimpl->Parallel(&Module::setDestinationUDPPort2, {idet},
|
pimpl->Parallel(&Module::setDestinationUDPPort2, {idet},
|
||||||
port_list[idet], rx_index);
|
port_list[idet]);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
pimpl->Parallel(&Module::setDestinationUDPPort2, {module_id}, port,
|
pimpl->Parallel(&Module::setDestinationUDPPort2, {module_id}, port);
|
||||||
rx_index);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1063,9 +1011,8 @@ void Detector::validateUDPConfiguration(Positions pos) {
|
|||||||
pimpl->Parallel(&Module::validateUDPConfiguration, pos);
|
pimpl->Parallel(&Module::validateUDPConfiguration, pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
Result<std::string> Detector::printRxConfiguration(Positions pos,
|
Result<std::string> Detector::printRxConfiguration(Positions pos) const {
|
||||||
const int rx_index) const {
|
return pimpl->Parallel(&Module::printReceiverConfiguration, pos);
|
||||||
return pimpl->Parallel(&Module::printReceiverConfiguration, pos, rx_index);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Result<bool> Detector::getTenGiga(Positions pos) const {
|
Result<bool> Detector::getTenGiga(Positions pos) const {
|
||||||
@ -1114,61 +1061,48 @@ Result<bool> Detector::getUseReceiverFlag(Positions pos) const {
|
|||||||
return pimpl->Parallel(&Module::getUseReceiverFlag, pos);
|
return pimpl->Parallel(&Module::getUseReceiverFlag, pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
Result<std::string> Detector::getRxHostname(Positions pos,
|
Result<std::string> Detector::getRxHostname(Positions pos) const {
|
||||||
const int rx_index) const {
|
return pimpl->Parallel(&Module::getReceiverHostname, pos);
|
||||||
return pimpl->Parallel(&Module::getReceiverHostname, pos, rx_index);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// rr added using + at module level
|
void Detector::setRxHostname(const std::string &receiver, Positions pos) {
|
||||||
void Detector::setRxHostname(const std::string &receiver, Positions pos,
|
pimpl->Parallel(&Module::setReceiverHostname, pos, receiver);
|
||||||
const int rxIndex) {
|
|
||||||
// for backwards compatibility
|
|
||||||
if (rxIndex == -1) {
|
|
||||||
pimpl->Parallel(&Module::setReceiverHostname, pos, receiver, 0);
|
|
||||||
} else {
|
|
||||||
pimpl->Parallel(&Module::setReceiverHostname, pos, receiver, rxIndex);
|
|
||||||
}
|
|
||||||
updateRxRateCorrections();
|
updateRxRateCorrections();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Detector::setRxHostname(const std::vector<std::string> &name,
|
void Detector::setRxHostname(const std::vector<std::string> &name) {
|
||||||
Positions pos) {
|
// set all to same rx_hostname
|
||||||
// multi module (backwards compatibility: every element for every module)
|
if (name.size() == 1) {
|
||||||
if (name.size() > 1 && ((pos.empty() || pos[0] == -1))) {
|
pimpl->Parallel(&Module::setReceiverHostname, {}, name[0]);
|
||||||
|
} else {
|
||||||
if ((int)name.size() != size()) {
|
if ((int)name.size() != size()) {
|
||||||
throw RuntimeError(
|
throw RuntimeError(
|
||||||
"Receiver hostnames size " + std::to_string(name.size()) +
|
"Receiver hostnames size " + std::to_string(name.size()) +
|
||||||
" does not match detector size " + std::to_string(size()));
|
" does not match detector size " + std::to_string(size()));
|
||||||
}
|
}
|
||||||
|
// set each rx_hostname
|
||||||
for (int idet = 0; idet < size(); ++idet) {
|
for (int idet = 0; idet < size(); ++idet) {
|
||||||
pimpl->Parallel(&Module::setReceiverHostname, {idet}, name[idet],
|
pimpl->Parallel(&Module::setReceiverHostname, {idet}, name[idet]);
|
||||||
0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// setting rr for specific module (backwards compaibility: single element is
|
|
||||||
// only for 0th RR)
|
|
||||||
else {
|
|
||||||
pimpl->Parallel(&Module::setAllReceiverHostnames, {pos}, name);
|
|
||||||
}
|
|
||||||
updateRxRateCorrections();
|
updateRxRateCorrections();
|
||||||
}
|
}
|
||||||
|
|
||||||
Result<int> Detector::getRxPort(Positions pos, const int rx_index) const {
|
Result<int> Detector::getRxPort(Positions pos) const {
|
||||||
return pimpl->Parallel(&Module::getReceiverPort, pos, rx_index);
|
return pimpl->Parallel(&Module::getReceiverPort, pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Detector::setRxPort(int port, int module_id, const int rx_index) {
|
void Detector::setRxPort(int port, int module_id) {
|
||||||
if (module_id == -1) {
|
if (module_id == -1) {
|
||||||
std::vector<int> port_list(size());
|
std::vector<int> port_list(size());
|
||||||
for (auto &it : port_list) {
|
for (auto &it : port_list) {
|
||||||
it = port++;
|
it = port++;
|
||||||
}
|
}
|
||||||
for (int idet = 0; idet < size(); ++idet) {
|
for (int idet = 0; idet < size(); ++idet) {
|
||||||
pimpl->Parallel(&Module::setReceiverPort, {idet}, port_list[idet],
|
pimpl->Parallel(&Module::setReceiverPort, {idet}, port_list[idet]);
|
||||||
rx_index);
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
pimpl->Parallel(&Module::setReceiverPort, {module_id}, port, rx_index);
|
pimpl->Parallel(&Module::setReceiverPort, {module_id}, port);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1236,14 +1170,6 @@ Detector::getRxThreadIds(Positions pos) const {
|
|||||||
return pimpl->Parallel(&Module::getReceiverThreadIds, pos);
|
return pimpl->Parallel(&Module::getReceiverThreadIds, pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
Result<bool> Detector::getRxArping(Positions pos) const {
|
|
||||||
return pimpl->Parallel(&Module::getRxArping, pos);
|
|
||||||
}
|
|
||||||
|
|
||||||
void Detector::setRxArping(bool value, Positions pos) {
|
|
||||||
pimpl->Parallel(&Module::setRxArping, pos, value);
|
|
||||||
}
|
|
||||||
|
|
||||||
// File
|
// File
|
||||||
|
|
||||||
Result<defs::fileFormat> Detector::getFileFormat(Positions pos) const {
|
Result<defs::fileFormat> Detector::getFileFormat(Positions pos) const {
|
||||||
@ -1366,13 +1292,13 @@ void Detector::setRxZmqPort(int port, int module_id) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Result<IpAddr> Detector::getRxZmqIP(Positions pos, const int rx_index) const {
|
Result<IpAddr> Detector::getRxZmqIP(Positions pos) const {
|
||||||
return pimpl->Parallel(&Module::getReceiverStreamingIP, pos, rx_index);
|
return pimpl->Parallel(&Module::getReceiverStreamingIP, pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Detector::setRxZmqIP(const IpAddr ip, Positions pos, const int rx_index) {
|
void Detector::setRxZmqIP(const IpAddr ip, Positions pos) {
|
||||||
bool previouslyReceiverStreaming = getRxZmqDataStream(pos).squash(false);
|
bool previouslyReceiverStreaming = getRxZmqDataStream(pos).squash(false);
|
||||||
pimpl->Parallel(&Module::setReceiverStreamingIP, pos, ip, rx_index);
|
pimpl->Parallel(&Module::setReceiverStreamingIP, pos, ip);
|
||||||
if (previouslyReceiverStreaming) {
|
if (previouslyReceiverStreaming) {
|
||||||
setRxZmqDataStream(false, pos);
|
setRxZmqDataStream(false, pos);
|
||||||
setRxZmqDataStream(true, pos);
|
setRxZmqDataStream(true, pos);
|
||||||
@ -1552,14 +1478,6 @@ void Detector::setDataStream(const defs::portPosition port, const bool enable,
|
|||||||
pimpl->Parallel(&Module::setDataStream, pos, port, enable);
|
pimpl->Parallel(&Module::setDataStream, pos, port, enable);
|
||||||
}
|
}
|
||||||
|
|
||||||
Result<bool> Detector::getTop(Positions pos) const {
|
|
||||||
return pimpl->Parallel(&Module::getTop, pos);
|
|
||||||
}
|
|
||||||
|
|
||||||
void Detector::setTop(bool value, Positions pos) {
|
|
||||||
pimpl->Parallel(&Module::setTop, pos, value);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Jungfrau Specific
|
// Jungfrau Specific
|
||||||
Result<double> Detector::getChipVersion(Positions pos) const {
|
Result<double> Detector::getChipVersion(Positions pos) const {
|
||||||
return pimpl->Parallel(&Module::getChipVersion, pos);
|
return pimpl->Parallel(&Module::getChipVersion, pos);
|
||||||
@ -1635,6 +1553,7 @@ std::vector<defs::gainMode> Detector::getGainModeList() const {
|
|||||||
return std::vector<defs::gainMode>{
|
return std::vector<defs::gainMode>{
|
||||||
defs::DYNAMIC, defs::FORCE_SWITCH_G1, defs::FORCE_SWITCH_G2,
|
defs::DYNAMIC, defs::FORCE_SWITCH_G1, defs::FORCE_SWITCH_G2,
|
||||||
defs::FIX_G1, defs::FIX_G2, defs::FIX_G0};
|
defs::FIX_G1, defs::FIX_G2, defs::FIX_G0};
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
throw RuntimeError("Gain mode is not implemented for this detector.");
|
throw RuntimeError("Gain mode is not implemented for this detector.");
|
||||||
}
|
}
|
||||||
@ -1879,6 +1798,10 @@ Detector::getGateDelayForAllGates(Positions pos) const {
|
|||||||
return pimpl->Parallel(&Module::getGateDelayForAllGates, pos);
|
return pimpl->Parallel(&Module::getGateDelayForAllGates, pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Result<bool> Detector::getMaster(Positions pos) const {
|
||||||
|
return pimpl->Parallel(&Module::isMaster, pos);
|
||||||
|
}
|
||||||
|
|
||||||
Result<int> Detector::getChipStatusRegister(Positions pos) const {
|
Result<int> Detector::getChipStatusRegister(Positions pos) const {
|
||||||
return pimpl->Parallel(&Module::getChipStatusRegister, pos);
|
return pimpl->Parallel(&Module::getChipStatusRegister, pos);
|
||||||
}
|
}
|
||||||
@ -2383,8 +2306,20 @@ Result<uint64_t> Detector::getRxCurrentFrameIndex(Positions pos) const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::vector<int> Detector::getPortNumbers(int start_port) {
|
std::vector<int> Detector::getPortNumbers(int start_port) {
|
||||||
int num_sockets_per_detector = pimpl->getNumberofUDPInterfaces({}).tsquash(
|
int num_sockets_per_detector = 1;
|
||||||
"Number of UDP Interfaces is not consistent among modules");
|
switch (getDetectorType().squash()) {
|
||||||
|
case defs::EIGER:
|
||||||
|
num_sockets_per_detector *= 2;
|
||||||
|
break;
|
||||||
|
case defs::JUNGFRAU:
|
||||||
|
case defs::GOTTHARD2:
|
||||||
|
if (pimpl->getNumberofUDPInterfaces({}).squash() == 2) {
|
||||||
|
num_sockets_per_detector *= 2;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
|
}
|
||||||
std::vector<int> res;
|
std::vector<int> res;
|
||||||
res.reserve(size());
|
res.reserve(size());
|
||||||
for (int idet = 0; idet < size(); ++idet) {
|
for (int idet = 0; idet < size(); ++idet) {
|
||||||
|
@ -245,15 +245,6 @@ void DetectorImpl::setHostname(const std::vector<std::string> &name) {
|
|||||||
addModule(hostname);
|
addModule(hostname);
|
||||||
}
|
}
|
||||||
updateDetectorSize();
|
updateDetectorSize();
|
||||||
|
|
||||||
// update zmq port (especially for eiger)
|
|
||||||
int numInterfaces = modules[0]->getNumberofUDPInterfaces();
|
|
||||||
if (numInterfaces == 2) {
|
|
||||||
for (size_t i = 0; i < modules.size(); ++i) {
|
|
||||||
modules[i]->setClientStreamingPort(DEFAULT_ZMQ_CL_PORTNO +
|
|
||||||
i * numInterfaces);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void DetectorImpl::addModule(const std::string &hostname) {
|
void DetectorImpl::addModule(const std::string &hostname) {
|
||||||
@ -411,21 +402,27 @@ int DetectorImpl::createReceivingDataSockets() {
|
|||||||
}
|
}
|
||||||
LOG(logINFO) << "Going to create data sockets";
|
LOG(logINFO) << "Going to create data sockets";
|
||||||
|
|
||||||
size_t numUDPInterfaces =
|
size_t numSockets = modules.size();
|
||||||
Parallel(&Module::getNumberofUDPInterfacesFromShm, {}).squash(1);
|
size_t numSocketsPerModule = 1;
|
||||||
// gotthard2 second interface is only for veto debugging (not in gui)
|
if (shm()->detType == EIGER) {
|
||||||
if (shm()->detType == GOTTHARD2) {
|
numSocketsPerModule = 2;
|
||||||
numUDPInterfaces = 1;
|
|
||||||
}
|
}
|
||||||
size_t numSockets = modules.size() * numUDPInterfaces;
|
// gotthard2 second interface is only for veto debugging
|
||||||
|
else if (shm()->detType != GOTTHARD2) {
|
||||||
|
if (Parallel(&Module::getNumberofUDPInterfacesFromShm, {}).squash() ==
|
||||||
|
2) {
|
||||||
|
numSocketsPerModule = 2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
numSockets *= numSocketsPerModule;
|
||||||
|
|
||||||
for (size_t iSocket = 0; iSocket < numSockets; ++iSocket) {
|
for (size_t iSocket = 0; iSocket < numSockets; ++iSocket) {
|
||||||
uint32_t portnum =
|
uint32_t portnum =
|
||||||
(modules[iSocket / numUDPInterfaces]->getClientStreamingPort());
|
(modules[iSocket / numSocketsPerModule]->getClientStreamingPort());
|
||||||
portnum += (iSocket % numUDPInterfaces);
|
portnum += (iSocket % numSocketsPerModule);
|
||||||
try {
|
try {
|
||||||
zmqSocket.push_back(
|
zmqSocket.push_back(sls::make_unique<ZmqSocket>(
|
||||||
sls::make_unique<ZmqSocket>(modules[iSocket / numUDPInterfaces]
|
modules[iSocket / numSocketsPerModule]
|
||||||
->getClientStreamingIP()
|
->getClientStreamingIP()
|
||||||
.str()
|
.str()
|
||||||
.c_str(),
|
.c_str(),
|
||||||
@ -463,9 +460,13 @@ void DetectorImpl::readFrameFromReceiver() {
|
|||||||
int nDetPixelsX = 0;
|
int nDetPixelsX = 0;
|
||||||
int nDetPixelsY = 0;
|
int nDetPixelsY = 0;
|
||||||
bool quadEnable = false;
|
bool quadEnable = false;
|
||||||
// to flip image
|
|
||||||
bool eiger = false;
|
bool eiger = false;
|
||||||
|
bool numInterfaces = 1;
|
||||||
|
// gotthard2 second interface is veto debugging
|
||||||
|
if (shm()->detType != GOTTHARD2) {
|
||||||
|
numInterfaces = Parallel(&Module::getNumberofUDPInterfacesFromShm, {})
|
||||||
|
.squash(); // cannot pick up from zmq
|
||||||
|
}
|
||||||
std::vector<bool> runningList(zmqSocket.size());
|
std::vector<bool> runningList(zmqSocket.size());
|
||||||
std::vector<bool> connectList(zmqSocket.size());
|
std::vector<bool> connectList(zmqSocket.size());
|
||||||
numZmqRunning = 0;
|
numZmqRunning = 0;
|
||||||
@ -541,9 +542,10 @@ void DetectorImpl::readFrameFromReceiver() {
|
|||||||
// shape
|
// shape
|
||||||
nPixelsX = zHeader.npixelsx;
|
nPixelsX = zHeader.npixelsx;
|
||||||
nPixelsY = zHeader.npixelsy;
|
nPixelsY = zHeader.npixelsy;
|
||||||
// module shape (port)
|
// module shape
|
||||||
nX = zHeader.ndetx;
|
nX = zHeader.ndetx;
|
||||||
nY = zHeader.ndety;
|
nY = zHeader.ndety;
|
||||||
|
nY *= numInterfaces;
|
||||||
nDetPixelsX = nX * nPixelsX;
|
nDetPixelsX = nX * nPixelsX;
|
||||||
nDetPixelsY = nY * nPixelsY;
|
nDetPixelsY = nY * nPixelsY;
|
||||||
// det type
|
// det type
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -17,15 +17,10 @@
|
|||||||
class ServerInterface;
|
class ServerInterface;
|
||||||
|
|
||||||
#define MODULE_SHMAPIVERSION 0x190726
|
#define MODULE_SHMAPIVERSION 0x190726
|
||||||
#define MODULE_SHMVERSION 0x210913
|
#define MODULE_SHMVERSION 0x200402
|
||||||
|
|
||||||
namespace sls {
|
namespace sls {
|
||||||
|
|
||||||
struct sharedReceiver {
|
|
||||||
char hostname[MAX_STR_LENGTH]{};
|
|
||||||
int tcpPort{};
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @short structure allocated in shared memory to store Module settings for
|
* @short structure allocated in shared memory to store Module settings for
|
||||||
* IPC and cache
|
* IPC and cache
|
||||||
@ -50,11 +45,8 @@ struct sharedModule {
|
|||||||
slsDetectorDefs::xy nChan;
|
slsDetectorDefs::xy nChan;
|
||||||
slsDetectorDefs::xy nChip;
|
slsDetectorDefs::xy nChip;
|
||||||
int nDacs;
|
int nDacs;
|
||||||
|
char rxHostname[MAX_STR_LENGTH];
|
||||||
/** receiver details for each module */
|
int rxTCPPort;
|
||||||
int numReceivers;
|
|
||||||
sharedReceiver receivers[MAX_UDP_DESTINATION];
|
|
||||||
|
|
||||||
/** if rxHostname and rxTCPPort can be connected to */
|
/** if rxHostname and rxTCPPort can be connected to */
|
||||||
bool useReceiverFlag;
|
bool useReceiverFlag;
|
||||||
/** Listening tcp port from gui (only data) */
|
/** Listening tcp port from gui (only data) */
|
||||||
@ -128,9 +120,6 @@ class Module : public virtual slsDetectorDefs {
|
|||||||
int setTrimEn(const std::vector<int> &energies = {});
|
int setTrimEn(const std::vector<int> &energies = {});
|
||||||
bool getFlipRows() const;
|
bool getFlipRows() const;
|
||||||
void setFlipRows(bool value);
|
void setFlipRows(bool value);
|
||||||
bool isMaster() const;
|
|
||||||
void setMaster(const bool master);
|
|
||||||
|
|
||||||
bool isVirtualDetectorServer() const;
|
bool isVirtualDetectorServer() const;
|
||||||
|
|
||||||
/**************************************************
|
/**************************************************
|
||||||
@ -195,7 +184,6 @@ class Module : public virtual slsDetectorDefs {
|
|||||||
void setDBITPipeline(int value);
|
void setDBITPipeline(int value);
|
||||||
int getReadNRows() const;
|
int getReadNRows() const;
|
||||||
void setReadNRows(const int value);
|
void setReadNRows(const int value);
|
||||||
|
|
||||||
/**************************************************
|
/**************************************************
|
||||||
* *
|
* *
|
||||||
* Acquisition *
|
* Acquisition *
|
||||||
@ -212,7 +200,7 @@ class Module : public virtual slsDetectorDefs {
|
|||||||
runStatus getReceiverStatus() const;
|
runStatus getReceiverStatus() const;
|
||||||
double getReceiverProgress() const;
|
double getReceiverProgress() const;
|
||||||
int64_t getFramesCaughtByReceiver() const;
|
int64_t getFramesCaughtByReceiver() const;
|
||||||
std::vector<int64_t> getNumMissingPackets() const;
|
std::vector<uint64_t> getNumMissingPackets() const;
|
||||||
uint64_t getNextFrameNumber() const;
|
uint64_t getNextFrameNumber() const;
|
||||||
void setNextFrameNumber(uint64_t value);
|
void setNextFrameNumber(uint64_t value);
|
||||||
void sendSoftwareTrigger(const bool block);
|
void sendSoftwareTrigger(const bool block);
|
||||||
@ -244,21 +232,21 @@ class Module : public virtual slsDetectorDefs {
|
|||||||
void clearUDPDestinations();
|
void clearUDPDestinations();
|
||||||
int getFirstUDPDestination() const;
|
int getFirstUDPDestination() const;
|
||||||
void setFirstUDPDestination(const int value);
|
void setFirstUDPDestination(const int value);
|
||||||
sls::IpAddr getDestinationUDPIP(const int rxIndex) const;
|
sls::IpAddr getDestinationUDPIP() const;
|
||||||
void setDestinationUDPIP(const sls::IpAddr ip, const int rxIndex);
|
void setDestinationUDPIP(const sls::IpAddr ip);
|
||||||
sls::IpAddr getDestinationUDPIP2(const int rxIndex) const;
|
sls::IpAddr getDestinationUDPIP2() const;
|
||||||
void setDestinationUDPIP2(const sls::IpAddr ip, const int rxIndex);
|
void setDestinationUDPIP2(const sls::IpAddr ip);
|
||||||
sls::MacAddr getDestinationUDPMAC(const int rxIndex) const;
|
sls::MacAddr getDestinationUDPMAC() const;
|
||||||
void setDestinationUDPMAC(const sls::MacAddr mac, const int rxIndex);
|
void setDestinationUDPMAC(const sls::MacAddr mac);
|
||||||
sls::MacAddr getDestinationUDPMAC2(const int rxIndex) const;
|
sls::MacAddr getDestinationUDPMAC2() const;
|
||||||
void setDestinationUDPMAC2(const sls::MacAddr mac, const int rxIndex);
|
void setDestinationUDPMAC2(const sls::MacAddr mac);
|
||||||
int getDestinationUDPPort(const int rxIndex) const;
|
int getDestinationUDPPort() const;
|
||||||
void setDestinationUDPPort(int udpport, const int rxIndex);
|
void setDestinationUDPPort(int udpport);
|
||||||
int getDestinationUDPPort2(const int rxIndex) const;
|
int getDestinationUDPPort2() const;
|
||||||
void setDestinationUDPPort2(int udpport, const int rxIndex);
|
void setDestinationUDPPort2(int udpport);
|
||||||
void reconfigureUDPDestination();
|
void reconfigureUDPDestination();
|
||||||
void validateUDPConfiguration();
|
void validateUDPConfiguration();
|
||||||
std::string printReceiverConfiguration(const int rxIndex);
|
std::string printReceiverConfiguration();
|
||||||
bool getTenGiga() const;
|
bool getTenGiga() const;
|
||||||
void setTenGiga(bool value);
|
void setTenGiga(bool value);
|
||||||
bool getTenGigaFlowControl() const;
|
bool getTenGigaFlowControl() const;
|
||||||
@ -276,11 +264,10 @@ class Module : public virtual slsDetectorDefs {
|
|||||||
* *
|
* *
|
||||||
* ************************************************/
|
* ************************************************/
|
||||||
bool getUseReceiverFlag() const;
|
bool getUseReceiverFlag() const;
|
||||||
std::string getReceiverHostname(const int rxIndex) const;
|
std::string getReceiverHostname() const;
|
||||||
void setAllReceiverHostnames(const std::vector<std::string> &receiver);
|
void setReceiverHostname(const std::string &receiver);
|
||||||
void setReceiverHostname(const std::string &receiver, const int rxIndex);
|
int getReceiverPort() const;
|
||||||
int getReceiverPort(const int rxIndex) const;
|
int setReceiverPort(int port_number);
|
||||||
void setReceiverPort(int port_number, const int rxIndex);
|
|
||||||
int getReceiverFifoDepth() const;
|
int getReceiverFifoDepth() const;
|
||||||
void setReceiverFifoDepth(int n_frames);
|
void setReceiverFifoDepth(int n_frames);
|
||||||
bool getReceiverSilentMode() const;
|
bool getReceiverSilentMode() const;
|
||||||
@ -296,8 +283,6 @@ class Module : public virtual slsDetectorDefs {
|
|||||||
void setReceiverLock(bool lock);
|
void setReceiverLock(bool lock);
|
||||||
sls::IpAddr getReceiverLastClientIP() const;
|
sls::IpAddr getReceiverLastClientIP() const;
|
||||||
std::array<pid_t, NUM_RX_THREAD_IDS> getReceiverThreadIds() const;
|
std::array<pid_t, NUM_RX_THREAD_IDS> getReceiverThreadIds() const;
|
||||||
bool getRxArping() const;
|
|
||||||
void setRxArping(bool enable);
|
|
||||||
|
|
||||||
/**************************************************
|
/**************************************************
|
||||||
* *
|
* *
|
||||||
@ -339,8 +324,8 @@ class Module : public virtual slsDetectorDefs {
|
|||||||
void setReceiverStreamingStartingFrame(int fnum);
|
void setReceiverStreamingStartingFrame(int fnum);
|
||||||
int getReceiverStreamingPort() const;
|
int getReceiverStreamingPort() const;
|
||||||
void setReceiverStreamingPort(int port);
|
void setReceiverStreamingPort(int port);
|
||||||
sls::IpAddr getReceiverStreamingIP(const int rxIndex) const;
|
sls::IpAddr getReceiverStreamingIP() const;
|
||||||
void setReceiverStreamingIP(const sls::IpAddr ip, const int rxIndex);
|
void setReceiverStreamingIP(const sls::IpAddr ip);
|
||||||
int getClientStreamingPort() const;
|
int getClientStreamingPort() const;
|
||||||
void setClientStreamingPort(int port);
|
void setClientStreamingPort(int port);
|
||||||
sls::IpAddr getClientStreamingIP() const;
|
sls::IpAddr getClientStreamingIP() const;
|
||||||
@ -378,8 +363,6 @@ class Module : public virtual slsDetectorDefs {
|
|||||||
void setQuad(const bool enable);
|
void setQuad(const bool enable);
|
||||||
bool getDataStream(const portPosition port) const;
|
bool getDataStream(const portPosition port) const;
|
||||||
void setDataStream(const portPosition port, const bool enable);
|
void setDataStream(const portPosition port, const bool enable);
|
||||||
bool getTop() const;
|
|
||||||
void setTop(bool value);
|
|
||||||
|
|
||||||
/**************************************************
|
/**************************************************
|
||||||
* *
|
* *
|
||||||
@ -471,6 +454,7 @@ class Module : public virtual slsDetectorDefs {
|
|||||||
int64_t getGateDelay(int gateIndex) const;
|
int64_t getGateDelay(int gateIndex) const;
|
||||||
void setGateDelay(int gateIndex, int64_t value);
|
void setGateDelay(int gateIndex, int64_t value);
|
||||||
std::array<time::ns, 3> getGateDelayForAllGates() const;
|
std::array<time::ns, 3> getGateDelayForAllGates() const;
|
||||||
|
bool isMaster() const;
|
||||||
int getChipStatusRegister() const;
|
int getChipStatusRegister() const;
|
||||||
void setGainCaps(int caps);
|
void setGainCaps(int caps);
|
||||||
int getGainCaps();
|
int getGainCaps();
|
||||||
@ -680,52 +664,43 @@ class Module : public virtual slsDetectorDefs {
|
|||||||
Ret sendToDetectorStop(int fnum, const Arg &args) const;
|
Ret sendToDetectorStop(int fnum, const Arg &args) const;
|
||||||
|
|
||||||
/** Send function parameters to receiver */
|
/** Send function parameters to receiver */
|
||||||
std::vector<int> getEntryList(const int rxIndex) const;
|
void sendToReceiver(int fnum, const void *args, size_t args_size,
|
||||||
void sendToReceiver(const int rxIndex, int fnum, const void *args,
|
void *retval, size_t retval_size);
|
||||||
size_t args_size, void *retval, size_t retval_size);
|
|
||||||
|
|
||||||
void sendToReceiver(const int rxIndex, int fnum, const void *args,
|
void sendToReceiver(int fnum, const void *args, size_t args_size,
|
||||||
size_t args_size, void *retval,
|
void *retval, size_t retval_size) const;
|
||||||
size_t retval_size) const;
|
|
||||||
|
|
||||||
template <typename Arg, typename Ret>
|
template <typename Arg, typename Ret>
|
||||||
void sendToReceiver(const int rxIndex, int fnum, const Arg &args,
|
void sendToReceiver(int fnum, const Arg &args, Ret &retval);
|
||||||
Ret &retval);
|
|
||||||
|
|
||||||
template <typename Arg, typename Ret>
|
template <typename Arg, typename Ret>
|
||||||
void sendToReceiver(const int rxIndex, int fnum, const Arg &args,
|
void sendToReceiver(int fnum, const Arg &args, Ret &retval) const;
|
||||||
Ret &retval) const;
|
|
||||||
|
|
||||||
template <typename Arg>
|
template <typename Arg>
|
||||||
void sendToReceiver(const int rxIndex, int fnum, const Arg &args,
|
void sendToReceiver(int fnum, const Arg &args, std::nullptr_t);
|
||||||
std::nullptr_t);
|
|
||||||
|
|
||||||
template <typename Arg>
|
template <typename Arg>
|
||||||
void sendToReceiver(const int rxIndex, int fnum, const Arg &args,
|
void sendToReceiver(int fnum, const Arg &args, std::nullptr_t) const;
|
||||||
std::nullptr_t) const;
|
|
||||||
|
|
||||||
template <typename Ret>
|
template <typename Ret>
|
||||||
void sendToReceiver(const int rxIndex, int fnum, std::nullptr_t,
|
void sendToReceiver(int fnum, std::nullptr_t, Ret &retval);
|
||||||
Ret &retval);
|
|
||||||
|
|
||||||
template <typename Ret>
|
template <typename Ret>
|
||||||
void sendToReceiver(const int rxIndex, int fnum, std::nullptr_t,
|
void sendToReceiver(int fnum, std::nullptr_t, Ret &retval) const;
|
||||||
Ret &retval) const;
|
|
||||||
|
|
||||||
template <typename Ret> Ret sendToReceiver(const int rxIndex, int fnum);
|
template <typename Ret> Ret sendToReceiver(int fnum);
|
||||||
|
|
||||||
template <typename Ret>
|
template <typename Ret> Ret sendToReceiver(int fnum) const;
|
||||||
Ret sendToReceiver(const int rxIndex, int fnum) const;
|
|
||||||
|
|
||||||
void sendToReceiver(const int rxIndex, int fnum);
|
void sendToReceiver(int fnum);
|
||||||
|
|
||||||
void sendToReceiver(const int rxIndex, int fnum) const;
|
void sendToReceiver(int fnum) const;
|
||||||
|
|
||||||
template <typename Ret, typename Arg>
|
template <typename Ret, typename Arg>
|
||||||
Ret sendToReceiver(const int rxIndex, int fnum, const Arg &args);
|
Ret sendToReceiver(int fnum, const Arg &args);
|
||||||
|
|
||||||
template <typename Ret, typename Arg>
|
template <typename Ret, typename Arg>
|
||||||
Ret sendToReceiver(const int rxIndex, int fnum, const Arg &args) const;
|
Ret sendToReceiver(int fnum, const Arg &args) const;
|
||||||
|
|
||||||
/** Get Detector Type from Shared Memory
|
/** Get Detector Type from Shared Memory
|
||||||
verify is if shm size matches existing one */
|
verify is if shm size matches existing one */
|
||||||
@ -743,7 +718,7 @@ class Module : public virtual slsDetectorDefs {
|
|||||||
void checkReceiverVersionCompatibility();
|
void checkReceiverVersionCompatibility();
|
||||||
void setModule(sls_detector_module &module, bool trimbits = true);
|
void setModule(sls_detector_module &module, bool trimbits = true);
|
||||||
int sendModule(sls_detector_module *myMod, sls::ClientSocket &client);
|
int sendModule(sls_detector_module *myMod, sls::ClientSocket &client);
|
||||||
void updateReceiverStreamingIP(const int rxIndex);
|
void updateReceiverStreamingIP();
|
||||||
|
|
||||||
void updateRateCorrection();
|
void updateRateCorrection();
|
||||||
/** Template function to do linear interpolation between two points (Eiger
|
/** Template function to do linear interpolation between two points (Eiger
|
||||||
|
@ -630,31 +630,3 @@ TEST_CASE("datastream", "[.cmd]") {
|
|||||||
REQUIRE_THROWS(proxy.Call("datastream", {"left", "1"}, -1, PUT));
|
REQUIRE_THROWS(proxy.Call("datastream", {"left", "1"}, -1, PUT));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_CASE("top", "[.cmd]") {
|
|
||||||
Detector det;
|
|
||||||
CmdProxy proxy(&det);
|
|
||||||
auto det_type = det.getDetectorType().squash();
|
|
||||||
if (det_type == defs::EIGER) {
|
|
||||||
auto prev_val = det.getTop();
|
|
||||||
int numModulesTested = 1;
|
|
||||||
if (det.size() > 1) {
|
|
||||||
numModulesTested = 2;
|
|
||||||
}
|
|
||||||
for (int i = 0; i != numModulesTested; ++i) {
|
|
||||||
std::ostringstream oss1, oss2, oss3;
|
|
||||||
proxy.Call("top", {"1"}, i, PUT, oss1);
|
|
||||||
REQUIRE(oss1.str() == "top 1\n");
|
|
||||||
proxy.Call("top", {}, i, GET, oss2);
|
|
||||||
REQUIRE(oss2.str() == "top 1\n");
|
|
||||||
proxy.Call("top", {"0"}, i, PUT, oss3);
|
|
||||||
REQUIRE(oss3.str() == "top 0\n");
|
|
||||||
}
|
|
||||||
for (int i = 0; i != det.size(); ++i) {
|
|
||||||
det.setTop(prev_val[i], {i});
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
REQUIRE_THROWS(proxy.Call("top", {}, -1, GET));
|
|
||||||
REQUIRE_THROWS(proxy.Call("top", {"1"}, -1, PUT));
|
|
||||||
}
|
|
||||||
}
|
|
@ -385,30 +385,6 @@ TEST_CASE("rx_threads", "[.cmd][.rx]") {
|
|||||||
REQUIRE_NOTHROW(proxy.Call("rx_threads", {}, -1, GET, oss));
|
REQUIRE_NOTHROW(proxy.Call("rx_threads", {}, -1, GET, oss));
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_CASE("rx_arping", "[.cmd][.rx]") {
|
|
||||||
Detector det;
|
|
||||||
CmdProxy proxy(&det);
|
|
||||||
auto prev_val = det.getRxArping();
|
|
||||||
{
|
|
||||||
std::ostringstream oss;
|
|
||||||
proxy.Call("rx_arping", {"1"}, -1, PUT, oss);
|
|
||||||
REQUIRE(oss.str() == "rx_arping 1\n");
|
|
||||||
}
|
|
||||||
{
|
|
||||||
std::ostringstream oss;
|
|
||||||
proxy.Call("rx_arping", {}, -1, GET, oss);
|
|
||||||
REQUIRE(oss.str() == "rx_arping 1\n");
|
|
||||||
}
|
|
||||||
{
|
|
||||||
std::ostringstream oss;
|
|
||||||
proxy.Call("rx_arping", {"0"}, -1, PUT, oss);
|
|
||||||
REQUIRE(oss.str() == "rx_arping 0\n");
|
|
||||||
}
|
|
||||||
for (int i = 0; i != det.size(); ++i) {
|
|
||||||
det.setRxArping(prev_val[i], {i});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* File */
|
/* File */
|
||||||
|
|
||||||
TEST_CASE("fformat", "[.cmd]") {
|
TEST_CASE("fformat", "[.cmd]") {
|
||||||
|
@ -570,46 +570,6 @@ TEST_CASE("fliprows", "[.cmd]") {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_CASE("master", "[.cmd]") {
|
|
||||||
Detector det;
|
|
||||||
CmdProxy proxy(&det);
|
|
||||||
auto det_type = det.getDetectorType().squash();
|
|
||||||
if (det_type == defs::EIGER || det_type == defs::MYTHEN3 || det_type == defs::GOTTHARD || det_type == defs::GOTTHARD2) {
|
|
||||||
REQUIRE_NOTHROW(proxy.Call("master", {}, -1, GET));
|
|
||||||
if (det_type == defs::EIGER) {
|
|
||||||
// get previous master
|
|
||||||
int prevMaster = 0;
|
|
||||||
{
|
|
||||||
auto previous = det.getMaster();
|
|
||||||
for (int i = 0; i != det.size(); ++i) {
|
|
||||||
if (previous[i] == 1) {
|
|
||||||
prevMaster = i;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
std::ostringstream oss1;
|
|
||||||
proxy.Call("master", {"0"}, 0, PUT, oss3);
|
|
||||||
REQUIRE(oss3.str() == "master 0\n");
|
|
||||||
}
|
|
||||||
{
|
|
||||||
std::ostringstream oss1;
|
|
||||||
proxy.Call("master", {"1"}, 0, PUT, oss3);
|
|
||||||
REQUIRE(oss3.str() == "master 1\n");
|
|
||||||
}
|
|
||||||
REQUIRE_THROWS(proxy.Call("master", {"1"}, -1, PUT));
|
|
||||||
// set all to slaves, and then master
|
|
||||||
for (int i = 0; i != det.size(); ++i) {
|
|
||||||
det.setMaster(0, {i});
|
|
||||||
}
|
|
||||||
det.setMaster(1, prevMaster);
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
REQUIRE_THROWS(proxy.Call("master", {}, -1, GET));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* acquisition parameters */
|
/* acquisition parameters */
|
||||||
|
|
||||||
// acquire: not testing
|
// acquire: not testing
|
||||||
@ -2147,8 +2107,7 @@ TEST_CASE("nextframenumber", "[.cmd]") {
|
|||||||
Detector det;
|
Detector det;
|
||||||
CmdProxy proxy(&det);
|
CmdProxy proxy(&det);
|
||||||
auto det_type = det.getDetectorType().squash();
|
auto det_type = det.getDetectorType().squash();
|
||||||
if (det_type == defs::EIGER || det_type == defs::JUNGFRAU ||
|
if (det_type == defs::EIGER || det_type == defs::JUNGFRAU) {
|
||||||
det_type == defs::MOENCH || det_type == defs::CHIPTESTBOARD) {
|
|
||||||
auto prev_sfnum = det.getNextFrameNumber();
|
auto prev_sfnum = det.getNextFrameNumber();
|
||||||
REQUIRE_THROWS(proxy.Call("nextframenumber", {"0"}, -1, PUT));
|
REQUIRE_THROWS(proxy.Call("nextframenumber", {"0"}, -1, PUT));
|
||||||
{
|
{
|
||||||
@ -2166,41 +2125,6 @@ TEST_CASE("nextframenumber", "[.cmd]") {
|
|||||||
proxy.Call("nextframenumber", {"1"}, -1, PUT, oss);
|
proxy.Call("nextframenumber", {"1"}, -1, PUT, oss);
|
||||||
REQUIRE(oss.str() == "nextframenumber 1\n");
|
REQUIRE(oss.str() == "nextframenumber 1\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
auto prev_timing =
|
|
||||||
det.getTimingMode().tsquash("inconsistent timing mode in test");
|
|
||||||
auto prev_frames =
|
|
||||||
det.getNumberOfFrames().tsquash("inconsistent #frames in test");
|
|
||||||
auto prev_exptime =
|
|
||||||
det.getExptime().tsquash("inconsistent exptime in test");
|
|
||||||
auto prev_period =
|
|
||||||
det.getPeriod().tsquash("inconsistent period in test");
|
|
||||||
det.setTimingMode(defs::AUTO_TIMING);
|
|
||||||
det.setNumberOfFrames(1);
|
|
||||||
det.setExptime(std::chrono::microseconds(200));
|
|
||||||
det.setPeriod(std::chrono::milliseconds(1));
|
|
||||||
det.startDetector();
|
|
||||||
std::this_thread::sleep_for(std::chrono::seconds(2));
|
|
||||||
auto currentfnum =
|
|
||||||
det.getNextFrameNumber().tsquash("inconsistent frame nr in test");
|
|
||||||
REQUIRE(currentfnum == 2);
|
|
||||||
if (det_type == defs::EIGER) {
|
|
||||||
auto prev_tengiga =
|
|
||||||
det.getTenGiga().tsquash("inconsistent ten giga enable");
|
|
||||||
det.setTenGiga(true);
|
|
||||||
det.setNextFrameNumber(1);
|
|
||||||
det.startDetector();
|
|
||||||
std::this_thread::sleep_for(std::chrono::seconds(2));
|
|
||||||
auto currentfnum = det.getNextFrameNumber().tsquash(
|
|
||||||
"inconsistent frame nr in test");
|
|
||||||
REQUIRE(currentfnum == 2);
|
|
||||||
det.setTenGiga(prev_tengiga);
|
|
||||||
}
|
|
||||||
|
|
||||||
det.setTimingMode(prev_timing);
|
|
||||||
det.setNumberOfFrames(prev_frames);
|
|
||||||
det.setExptime(prev_exptime);
|
|
||||||
det.setPeriod(prev_period);
|
|
||||||
for (int i = 0; i != det.size(); ++i) {
|
for (int i = 0; i != det.size(); ++i) {
|
||||||
det.setNextFrameNumber(prev_sfnum[i], {i});
|
det.setNextFrameNumber(prev_sfnum[i], {i});
|
||||||
}
|
}
|
||||||
|
@ -12,8 +12,6 @@ set(SOURCES
|
|||||||
src/DataProcessor.cpp
|
src/DataProcessor.cpp
|
||||||
src/DataStreamer.cpp
|
src/DataStreamer.cpp
|
||||||
src/Fifo.cpp
|
src/Fifo.cpp
|
||||||
src/Arping.cpp
|
|
||||||
src/MasterAttributes.cpp
|
|
||||||
)
|
)
|
||||||
|
|
||||||
set(PUBLICHEADERS
|
set(PUBLICHEADERS
|
||||||
|
@ -1,120 +0,0 @@
|
|||||||
// SPDX-License-Identifier: LGPL-3.0-or-other
|
|
||||||
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
|
||||||
|
|
||||||
#include "Arping.h"
|
|
||||||
|
|
||||||
#include <chrono>
|
|
||||||
#include <unistd.h>
|
|
||||||
|
|
||||||
// gettid added in glibc 2.30
|
|
||||||
#if __GLIBC__ == 2 && __GLIBC_MINOR__ < 30
|
|
||||||
#include <sys/syscall.h>
|
|
||||||
#define gettid() syscall(SYS_gettid)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void Arping::SetInterfacesAndIps(const int index, const std::string &interface,
|
|
||||||
const std::string &ip) {
|
|
||||||
|
|
||||||
if (interface.empty() || ip.empty()) {
|
|
||||||
throw sls::RuntimeError("Could not arping. Interface name and ip not "
|
|
||||||
"set up for interface " +
|
|
||||||
std::to_string(index));
|
|
||||||
}
|
|
||||||
// create commands to arping
|
|
||||||
std::ostringstream os;
|
|
||||||
os << "arping -c 1 -U -I " << interface << " " << ip;
|
|
||||||
// to read error messages
|
|
||||||
os << " 2>&1";
|
|
||||||
std::string cmd = os.str();
|
|
||||||
commands[index] = cmd;
|
|
||||||
}
|
|
||||||
|
|
||||||
pid_t Arping::GetThreadId() const { return threadId; }
|
|
||||||
|
|
||||||
bool Arping::IsRunning() const { return runningFlag; }
|
|
||||||
|
|
||||||
void Arping::StartThread() {
|
|
||||||
TestCommands();
|
|
||||||
try {
|
|
||||||
t = std::thread(&Arping::ThreadExecution, this);
|
|
||||||
} catch (...) {
|
|
||||||
throw sls::RuntimeError("Could not start arping thread");
|
|
||||||
}
|
|
||||||
runningFlag = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
void Arping::StopThread() {
|
|
||||||
runningFlag = false;
|
|
||||||
t.join();
|
|
||||||
}
|
|
||||||
|
|
||||||
void Arping::ThreadExecution() {
|
|
||||||
threadId = gettid();
|
|
||||||
LOG(logINFOBLUE) << "Created [ Arping Thread, Tid: " << threadId << " ]";
|
|
||||||
|
|
||||||
while (runningFlag) {
|
|
||||||
std::string error = ExecuteCommands();
|
|
||||||
// just print (was already tested at thread start)
|
|
||||||
if (!error.empty()) {
|
|
||||||
LOG(logERROR) << error;
|
|
||||||
}
|
|
||||||
|
|
||||||
// wait for 60s as long as thread not killed
|
|
||||||
int nsecs = 0;
|
|
||||||
while (runningFlag && nsecs != 60) {
|
|
||||||
std::this_thread::sleep_for(std::chrono::seconds(1));
|
|
||||||
++nsecs;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
LOG(logINFOBLUE) << "Exiting [ Arping Thread, Tid: " << threadId << " ]";
|
|
||||||
threadId = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
void Arping::TestCommands() {
|
|
||||||
// atleast one interface must be set up
|
|
||||||
if (commands[0].empty()) {
|
|
||||||
throw sls::RuntimeError(
|
|
||||||
"Could not arping. Interface not set up in apring thread");
|
|
||||||
}
|
|
||||||
// test if arping commands throw an error
|
|
||||||
std::string error = ExecuteCommands();
|
|
||||||
if (!error.empty()) {
|
|
||||||
throw sls::RuntimeError(error);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
std::string Arping::ExecuteCommands() {
|
|
||||||
for (auto cmd : commands) {
|
|
||||||
|
|
||||||
// empty if 2nd interface not enabled
|
|
||||||
if (cmd.empty())
|
|
||||||
continue;
|
|
||||||
|
|
||||||
LOG(logDEBUG) << "Executing Arping Command: " << cmd;
|
|
||||||
|
|
||||||
// execute command
|
|
||||||
FILE *sysFile = popen(cmd.c_str(), "r");
|
|
||||||
if (sysFile == NULL) {
|
|
||||||
std::ostringstream os;
|
|
||||||
os << "Could not Arping [" << cmd << " ] : Popen fail";
|
|
||||||
return os.str();
|
|
||||||
}
|
|
||||||
|
|
||||||
// copy output
|
|
||||||
char output[MAX_STR_LENGTH] = {0};
|
|
||||||
fgets(output, sizeof(output), sysFile);
|
|
||||||
output[sizeof(output) - 1] = '\0';
|
|
||||||
|
|
||||||
// check exit status of command
|
|
||||||
if (pclose(sysFile)) {
|
|
||||||
std::ostringstream os;
|
|
||||||
os << "Could not arping[" << cmd << "] : " << output;
|
|
||||||
return os.str();
|
|
||||||
} else {
|
|
||||||
LOG(logDEBUG) << output;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return std::string();
|
|
||||||
}
|
|
@ -1,35 +0,0 @@
|
|||||||
// SPDX-License-Identifier: LGPL-3.0-or-other
|
|
||||||
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
|
||||||
#pragma once
|
|
||||||
/**
|
|
||||||
*@short creates/destroys an ARPing thread to arping the interfaces slsReceiver
|
|
||||||
is listening to.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "receiver_defs.h"
|
|
||||||
#include "sls/logger.h"
|
|
||||||
|
|
||||||
#include <atomic>
|
|
||||||
#include <thread>
|
|
||||||
|
|
||||||
class Arping {
|
|
||||||
|
|
||||||
public:
|
|
||||||
void SetInterfacesAndIps(const int index, const std::string &interface,
|
|
||||||
const std::string &ip);
|
|
||||||
pid_t GetThreadId() const;
|
|
||||||
bool IsRunning() const;
|
|
||||||
void StartThread();
|
|
||||||
void StopThread();
|
|
||||||
|
|
||||||
private:
|
|
||||||
void TestCommands();
|
|
||||||
std::string ExecuteCommands();
|
|
||||||
void ThreadExecution();
|
|
||||||
|
|
||||||
std::vector<std::string> commands =
|
|
||||||
std::vector<std::string>(MAX_NUMBER_OF_LISTENING_THREADS);
|
|
||||||
std::atomic<bool> runningFlag{false};
|
|
||||||
std::thread t;
|
|
||||||
std::atomic<pid_t> threadId{0};
|
|
||||||
};
|
|
@ -19,6 +19,7 @@
|
|||||||
#include <memory>
|
#include <memory>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <sys/syscall.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
@ -27,12 +28,6 @@ using sls::RuntimeError;
|
|||||||
using sls::SocketError;
|
using sls::SocketError;
|
||||||
using Interface = sls::ServerInterface;
|
using Interface = sls::ServerInterface;
|
||||||
|
|
||||||
// gettid added in glibc 2.30
|
|
||||||
#if __GLIBC__ == 2 && __GLIBC_MINOR__ < 30
|
|
||||||
#include <sys/syscall.h>
|
|
||||||
#define gettid() syscall(SYS_gettid)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
ClientInterface::~ClientInterface() {
|
ClientInterface::~ClientInterface() {
|
||||||
killTcpThread = true;
|
killTcpThread = true;
|
||||||
LOG(logINFO) << "Shutting down TCP Socket on port " << portNumber;
|
LOG(logINFO) << "Shutting down TCP Socket on port " << portNumber;
|
||||||
@ -46,7 +41,7 @@ ClientInterface::ClientInterface(int portNumber)
|
|||||||
portNumber(portNumber > 0 ? portNumber : DEFAULT_PORTNO + 2),
|
portNumber(portNumber > 0 ? portNumber : DEFAULT_PORTNO + 2),
|
||||||
server(portNumber) {
|
server(portNumber) {
|
||||||
functionTable();
|
functionTable();
|
||||||
parentThreadId = gettid();
|
parentThreadId = syscall(SYS_gettid);
|
||||||
tcpThread =
|
tcpThread =
|
||||||
sls::make_unique<std::thread>(&ClientInterface::startTCPServer, this);
|
sls::make_unique<std::thread>(&ClientInterface::startTCPServer, this);
|
||||||
}
|
}
|
||||||
@ -81,7 +76,7 @@ void ClientInterface::registerCallBackRawDataModifyReady(
|
|||||||
}
|
}
|
||||||
|
|
||||||
void ClientInterface::startTCPServer() {
|
void ClientInterface::startTCPServer() {
|
||||||
tcpThreadId = gettid();
|
tcpThreadId = syscall(SYS_gettid);
|
||||||
LOG(logINFOBLUE) << "Created [ TCP server Tid: " << tcpThreadId << "]";
|
LOG(logINFOBLUE) << "Created [ TCP server Tid: " << tcpThreadId << "]";
|
||||||
LOG(logINFO) << "SLS Receiver starting TCP Server on port " << portNumber
|
LOG(logINFO) << "SLS Receiver starting TCP Server on port " << portNumber
|
||||||
<< '\n';
|
<< '\n';
|
||||||
@ -215,8 +210,7 @@ int ClientInterface::functionTable(){
|
|||||||
flist[F_SET_RECEIVER_STREAMING_HWM] = &ClientInterface::set_streaming_hwm;
|
flist[F_SET_RECEIVER_STREAMING_HWM] = &ClientInterface::set_streaming_hwm;
|
||||||
flist[F_RECEIVER_SET_ALL_THRESHOLD] = &ClientInterface::set_all_threshold;
|
flist[F_RECEIVER_SET_ALL_THRESHOLD] = &ClientInterface::set_all_threshold;
|
||||||
flist[F_RECEIVER_SET_DATASTREAM] = &ClientInterface::set_detector_datastream;
|
flist[F_RECEIVER_SET_DATASTREAM] = &ClientInterface::set_detector_datastream;
|
||||||
flist[F_GET_RECEIVER_ARPING] = &ClientInterface::get_arping;
|
|
||||||
flist[F_SET_RECEIVER_ARPING] = &ClientInterface::set_arping;
|
|
||||||
|
|
||||||
for (int i = NUM_DET_FUNCTIONS + 1; i < NUM_REC_FUNCTIONS ; i++) {
|
for (int i = NUM_DET_FUNCTIONS + 1; i < NUM_REC_FUNCTIONS ; i++) {
|
||||||
LOG(logDEBUG1) << "function fnum: " << i << " (" <<
|
LOG(logDEBUG1) << "function fnum: " << i << " (" <<
|
||||||
@ -323,7 +317,10 @@ int ClientInterface::setup_receiver(Interface &socket) {
|
|||||||
|
|
||||||
// basic setup
|
// basic setup
|
||||||
setDetectorType(arg.detType);
|
setDetectorType(arg.detType);
|
||||||
impl()->setDetectorSize(arg.numberOfModule);
|
{
|
||||||
|
int msize[2] = {arg.numberOfModule.x, arg.numberOfModule.y};
|
||||||
|
impl()->setDetectorSize(msize);
|
||||||
|
}
|
||||||
impl()->setModulePositionId(arg.moduleIndex);
|
impl()->setModulePositionId(arg.moduleIndex);
|
||||||
impl()->setDetectorHostname(arg.hostname);
|
impl()->setDetectorHostname(arg.hostname);
|
||||||
|
|
||||||
@ -716,7 +713,6 @@ int ClientInterface::set_dynamic_range(Interface &socket) {
|
|||||||
break;
|
break;
|
||||||
*/
|
*/
|
||||||
case 4:
|
case 4:
|
||||||
case 12:
|
|
||||||
if (detType == EIGER) {
|
if (detType == EIGER) {
|
||||||
exists = true;
|
exists = true;
|
||||||
}
|
}
|
||||||
@ -848,7 +844,7 @@ int ClientInterface::get_file_index(Interface &socket) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int ClientInterface::get_frame_index(Interface &socket) {
|
int ClientInterface::get_frame_index(Interface &socket) {
|
||||||
uint64_t retval = impl()->getCurrentFrameIndex();
|
uint64_t retval = impl()->getAcquisitionIndex();
|
||||||
LOG(logDEBUG1) << "frame index:" << retval;
|
LOG(logDEBUG1) << "frame index:" << retval;
|
||||||
return socket.sendResult(retval);
|
return socket.sendResult(retval);
|
||||||
}
|
}
|
||||||
@ -1405,13 +1401,9 @@ sls::MacAddr ClientInterface::setUdpIp(sls::IpAddr arg) {
|
|||||||
if (detType == EIGER) {
|
if (detType == EIGER) {
|
||||||
impl()->setEthernetInterface2(eth);
|
impl()->setEthernetInterface2(eth);
|
||||||
}
|
}
|
||||||
|
|
||||||
// update locally to use for arping
|
|
||||||
udpips[0] = arg.str();
|
|
||||||
|
|
||||||
// get mac address
|
// get mac address
|
||||||
auto retval = sls::InterfaceNameToMac(eth);
|
auto retval = sls::InterfaceNameToMac(eth);
|
||||||
if (retval == 0 && arg.str() != LOCALHOST_IP) {
|
if (retval == 0) {
|
||||||
throw RuntimeError("Failed to get udp mac adddress to listen to (eth:" +
|
throw RuntimeError("Failed to get udp mac adddress to listen to (eth:" +
|
||||||
eth + ", ip:" + arg.str() + ")\n");
|
eth + ", ip:" + arg.str() + ")\n");
|
||||||
}
|
}
|
||||||
@ -1441,12 +1433,9 @@ sls::MacAddr ClientInterface::setUdpIp2(sls::IpAddr arg) {
|
|||||||
}
|
}
|
||||||
impl()->setEthernetInterface2(eth);
|
impl()->setEthernetInterface2(eth);
|
||||||
|
|
||||||
// update locally to use for arping
|
|
||||||
udpips[1] = arg.str();
|
|
||||||
|
|
||||||
// get mac address
|
// get mac address
|
||||||
auto retval = sls::InterfaceNameToMac(eth);
|
auto retval = sls::InterfaceNameToMac(eth);
|
||||||
if (retval == 0 && arg.str() != LOCALHOST_IP) {
|
if (retval == 0) {
|
||||||
throw RuntimeError(
|
throw RuntimeError(
|
||||||
"Failed to get udp mac adddress2 to listen to (eth:" + eth +
|
"Failed to get udp mac adddress2 to listen to (eth:" + eth +
|
||||||
", ip:" + arg.str() + ")\n");
|
", ip:" + arg.str() + ")\n");
|
||||||
@ -1711,20 +1700,3 @@ int ClientInterface::set_detector_datastream(Interface &socket) {
|
|||||||
impl()->setDetectorDataStream(port, enable);
|
impl()->setDetectorDataStream(port, enable);
|
||||||
return socket.Send(OK);
|
return socket.Send(OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
int ClientInterface::get_arping(Interface &socket) {
|
|
||||||
auto retval = static_cast<int>(impl()->getArping());
|
|
||||||
LOG(logDEBUG1) << "arping thread status:" << retval;
|
|
||||||
return socket.sendResult(retval);
|
|
||||||
}
|
|
||||||
|
|
||||||
int ClientInterface::set_arping(Interface &socket) {
|
|
||||||
auto value = socket.Receive<int>();
|
|
||||||
if (value < 0) {
|
|
||||||
throw RuntimeError("Invalid arping value: " + std::to_string(value));
|
|
||||||
}
|
|
||||||
verifyIdle(socket);
|
|
||||||
LOG(logDEBUG1) << "Starting/ Killing arping thread:" << value;
|
|
||||||
impl()->setArping(value, udpips);
|
|
||||||
return socket.Send(OK);
|
|
||||||
}
|
|
||||||
|
@ -163,8 +163,6 @@ class ClientInterface : private virtual slsDetectorDefs {
|
|||||||
int set_streaming_hwm(sls::ServerInterface &socket);
|
int set_streaming_hwm(sls::ServerInterface &socket);
|
||||||
int set_all_threshold(sls::ServerInterface &socket);
|
int set_all_threshold(sls::ServerInterface &socket);
|
||||||
int set_detector_datastream(sls::ServerInterface &socket);
|
int set_detector_datastream(sls::ServerInterface &socket);
|
||||||
int get_arping(sls::ServerInterface &socket);
|
|
||||||
int set_arping(sls::ServerInterface &socket);
|
|
||||||
|
|
||||||
Implementation *impl() {
|
Implementation *impl() {
|
||||||
if (receiver != nullptr) {
|
if (receiver != nullptr) {
|
||||||
@ -192,6 +190,4 @@ class ClientInterface : private virtual slsDetectorDefs {
|
|||||||
|
|
||||||
pid_t parentThreadId{0};
|
pid_t parentThreadId{0};
|
||||||
pid_t tcpThreadId{0};
|
pid_t tcpThreadId{0};
|
||||||
std::vector<std::string> udpips =
|
|
||||||
std::vector<std::string>(MAX_NUMBER_OF_LISTENING_THREADS);
|
|
||||||
};
|
};
|
||||||
|
@ -17,12 +17,11 @@
|
|||||||
const std::string DataStreamer::TypeName = "DataStreamer";
|
const std::string DataStreamer::TypeName = "DataStreamer";
|
||||||
|
|
||||||
DataStreamer::DataStreamer(int ind, Fifo *f, uint32_t *dr, ROI *r, uint64_t *fi,
|
DataStreamer::DataStreamer(int ind, Fifo *f, uint32_t *dr, ROI *r, uint64_t *fi,
|
||||||
bool fr, slsDetectorDefs::xy nm, bool *qe,
|
bool fr, int *nm, bool *qe, uint64_t *tot)
|
||||||
uint64_t *tot)
|
|
||||||
: ThreadObject(ind, TypeName), fifo(f), dynamicRange(dr), roi(r),
|
: ThreadObject(ind, TypeName), fifo(f), dynamicRange(dr), roi(r),
|
||||||
fileIndex(fi), flipRows(fr), quadEnable(qe), totalNumFrames(tot) {
|
fileIndex(fi), flipRows(fr), quadEnable(qe), totalNumFrames(tot) {
|
||||||
numMods.x = nm.x;
|
numMods[0] = nm[0];
|
||||||
numMods.y = nm.y;
|
numMods[1] = nm[1];
|
||||||
|
|
||||||
LOG(logDEBUG) << "DataStreamer " << ind << " created";
|
LOG(logDEBUG) << "DataStreamer " << ind << " created";
|
||||||
}
|
}
|
||||||
@ -63,9 +62,9 @@ void DataStreamer::RecordFirstIndex(uint64_t fnum, char *buf) {
|
|||||||
|
|
||||||
void DataStreamer::SetGeneralData(GeneralData *g) { generalData = g; }
|
void DataStreamer::SetGeneralData(GeneralData *g) { generalData = g; }
|
||||||
|
|
||||||
void DataStreamer::SetNumberofModules(xy nm) {
|
void DataStreamer::SetNumberofModules(int *nm) {
|
||||||
numMods.x = nm.x;
|
numMods[0] = nm[0];
|
||||||
numMods.y = nm.y;
|
numMods[1] = nm[1];
|
||||||
}
|
}
|
||||||
|
|
||||||
void DataStreamer::SetFlipRows(bool fd) { flipRows = fd; }
|
void DataStreamer::SetFlipRows(bool fd) { flipRows = fd; }
|
||||||
@ -220,8 +219,8 @@ int DataStreamer::SendHeader(sls_receiver_header *rheader, uint32_t size,
|
|||||||
|
|
||||||
zHeader.dynamicRange = *dynamicRange;
|
zHeader.dynamicRange = *dynamicRange;
|
||||||
zHeader.fileIndex = *fileIndex;
|
zHeader.fileIndex = *fileIndex;
|
||||||
zHeader.ndetx = numMods.x;
|
zHeader.ndetx = numMods[0];
|
||||||
zHeader.ndety = numMods.y;
|
zHeader.ndety = numMods[1];
|
||||||
zHeader.npixelsx = nx;
|
zHeader.npixelsx = nx;
|
||||||
zHeader.npixelsy = ny;
|
zHeader.npixelsy = ny;
|
||||||
zHeader.imageSize = size;
|
zHeader.imageSize = size;
|
||||||
|
@ -33,12 +33,12 @@ class DataStreamer : private virtual slsDetectorDefs, public ThreadObject {
|
|||||||
* @param r roi
|
* @param r roi
|
||||||
* @param fi pointer to file index
|
* @param fi pointer to file index
|
||||||
* @param fr flip rows
|
* @param fr flip rows
|
||||||
* @param nm number of modules in each dimension
|
* @param nm pointer to number of modules in each dimension
|
||||||
* @param qe pointer to quad Enable
|
* @param qe pointer to quad Enable
|
||||||
* @param tot pointer to total number of frames
|
* @param tot pointer to total number of frames
|
||||||
*/
|
*/
|
||||||
DataStreamer(int ind, Fifo *f, uint32_t *dr, ROI *r, uint64_t *fi, bool fr,
|
DataStreamer(int ind, Fifo *f, uint32_t *dr, ROI *r, uint64_t *fi, bool fr,
|
||||||
xy nm, bool *qe, uint64_t *tot);
|
int *nm, bool *qe, uint64_t *tot);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Destructor
|
* Destructor
|
||||||
@ -65,9 +65,9 @@ class DataStreamer : private virtual slsDetectorDefs, public ThreadObject {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set number of detectors
|
* Set number of detectors
|
||||||
* @param nm number of modules/ports in both dimensions
|
* @param nm number of modules in both dimensions
|
||||||
*/
|
*/
|
||||||
void SetNumberofModules(xy nm);
|
void SetNumberofModules(int *nm);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set Flipped rows
|
* Set Flipped rows
|
||||||
@ -196,7 +196,7 @@ class DataStreamer : private virtual slsDetectorDefs, public ThreadObject {
|
|||||||
char *completeBuffer{nullptr};
|
char *completeBuffer{nullptr};
|
||||||
|
|
||||||
/** Number of Modules in X and Y dimension */
|
/** Number of Modules in X and Y dimension */
|
||||||
xy numMods{1, 1};
|
int numMods[2];
|
||||||
|
|
||||||
/** Quad Enable */
|
/** Quad Enable */
|
||||||
bool *quadEnable;
|
bool *quadEnable;
|
||||||
|
@ -38,7 +38,7 @@ class GeneralData {
|
|||||||
/** Header size of data saved into fifo buffer at a time*/
|
/** Header size of data saved into fifo buffer at a time*/
|
||||||
uint32_t fifoBufferHeaderSize{0};
|
uint32_t fifoBufferHeaderSize{0};
|
||||||
uint32_t defaultFifoDepth{0};
|
uint32_t defaultFifoDepth{0};
|
||||||
uint32_t numUDPInterfaces{1};
|
uint32_t threadsPerReceiver{1};
|
||||||
uint32_t headerPacketSize{0};
|
uint32_t headerPacketSize{0};
|
||||||
/** Streaming (for ROI - mainly short Gotthard) */
|
/** Streaming (for ROI - mainly short Gotthard) */
|
||||||
uint32_t nPixelsXComplete{0};
|
uint32_t nPixelsXComplete{0};
|
||||||
@ -54,27 +54,10 @@ class GeneralData {
|
|||||||
uint32_t vetoImageSize{0};
|
uint32_t vetoImageSize{0};
|
||||||
uint32_t vetoHsize{0};
|
uint32_t vetoHsize{0};
|
||||||
uint32_t maxRowsPerReadout{0};
|
uint32_t maxRowsPerReadout{0};
|
||||||
uint32_t dynamicRange{16};
|
|
||||||
bool tengigaEnable{false};
|
|
||||||
uint32_t nAnalogSamples{0};
|
|
||||||
uint32_t nDigitalSamples{0};
|
|
||||||
slsDetectorDefs::readoutMode readoutType{slsDetectorDefs::ANALOG_ONLY};
|
|
||||||
uint32_t adcEnableMaskOneGiga{BIT32_MASK};
|
|
||||||
uint32_t adcEnableMaskTenGiga{BIT32_MASK};
|
|
||||||
slsDetectorDefs::ROI roi{};
|
|
||||||
|
|
||||||
GeneralData(){};
|
GeneralData(){};
|
||||||
virtual ~GeneralData(){};
|
virtual ~GeneralData(){};
|
||||||
|
|
||||||
// Returns the pixel depth in byte, 4 bits being 0.5 byte
|
|
||||||
float GetPixelDepth() { return float(dynamicRange) / 8; }
|
|
||||||
|
|
||||||
void ThrowGenericError(std::string msg) const {
|
|
||||||
throw sls::RuntimeError(
|
|
||||||
msg + std::string("SetROI is a generic function that should be "
|
|
||||||
"overloaded by a derived class"));
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get Header Infomation (frame number, packet number)
|
* Get Header Infomation (frame number, packet number)
|
||||||
* @param index thread index for debugging purposes
|
* @param index thread index for debugging purposes
|
||||||
@ -95,61 +78,94 @@ class GeneralData {
|
|||||||
bunchId = -1;
|
bunchId = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set ROI
|
||||||
|
* @param i ROI
|
||||||
|
*/
|
||||||
virtual void SetROI(slsDetectorDefs::ROI i) {
|
virtual void SetROI(slsDetectorDefs::ROI i) {
|
||||||
ThrowGenericError("SetROI");
|
LOG(logERROR) << "SetROI is a generic function that should be "
|
||||||
|
"overloaded by a derived class";
|
||||||
};
|
};
|
||||||
|
|
||||||
/**@returns adc configured */
|
/**
|
||||||
|
* Get Adc configured
|
||||||
|
* @param index thread index for debugging purposes
|
||||||
|
* @param i
|
||||||
|
* @returns adc configured
|
||||||
|
*/
|
||||||
virtual int GetAdcConfigured(int index, slsDetectorDefs::ROI i) const {
|
virtual int GetAdcConfigured(int index, slsDetectorDefs::ROI i) const {
|
||||||
ThrowGenericError("GetAdcConfigured");
|
LOG(logERROR) << "GetAdcConfigured is a generic function that should "
|
||||||
|
"be overloaded by a derived class";
|
||||||
return 0;
|
return 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
virtual void SetDynamicRange(int dr) {
|
/**
|
||||||
ThrowGenericError("SetDynamicRange");
|
* Setting dynamic range changes member variables
|
||||||
|
* @param dr dynamic range
|
||||||
|
* @param tgEnable true if 10GbE is enabled, else false
|
||||||
|
*/
|
||||||
|
virtual void SetDynamicRange(int dr, bool tgEnable) {
|
||||||
|
LOG(logERROR) << "SetDynamicRange is a generic function that should be "
|
||||||
|
"overloaded by a derived class";
|
||||||
};
|
};
|
||||||
|
|
||||||
virtual void SetTenGigaEnable(bool tgEnable) {
|
/**
|
||||||
ThrowGenericError("SetTenGigaEnable");
|
* Setting ten giga enable changes member variables
|
||||||
|
* @param tgEnable true if 10GbE is enabled, else false
|
||||||
|
* @param dr dynamic range
|
||||||
|
*/
|
||||||
|
virtual void SetTenGigaEnable(bool tgEnable, int dr) {
|
||||||
|
LOG(logERROR) << "SetTenGigaEnable is a generic function that should "
|
||||||
|
"be overloaded by a derived class";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set odd starting packet (gotthard)
|
||||||
|
* @param index thread index for debugging purposes
|
||||||
|
* @param packetData pointer to data
|
||||||
|
* @returns true or false for odd starting packet number
|
||||||
|
*/
|
||||||
virtual bool SetOddStartingPacket(int index, char *packetData) {
|
virtual bool SetOddStartingPacket(int index, char *packetData) {
|
||||||
ThrowGenericError("SetOddStartingPacket");
|
LOG(logERROR) << "SetOddStartingPacket is a generic function that "
|
||||||
|
"should be overloaded by a derived class";
|
||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
|
|
||||||
virtual void SetNumberofInterfaces(const int n) {
|
/**
|
||||||
ThrowGenericError("SetNumberofInterfaces");
|
* Set databytes (ctb, moench)
|
||||||
};
|
* @param a adc enable mask
|
||||||
|
* @param as analog number of samples
|
||||||
virtual void SetNumberofCounters(const int n) {
|
* @param ds digital number of samples
|
||||||
ThrowGenericError("SetNumberofCounters");
|
* @param t tengiga enable
|
||||||
};
|
* @param f readout flags
|
||||||
|
* @returns analog data bytes
|
||||||
virtual int GetNumberOfAnalogDatabytes() {
|
*/
|
||||||
ThrowGenericError("GetNumberOfAnalogDatabytes");
|
virtual int setImageSize(uint32_t a, uint32_t as, uint32_t ds, bool t,
|
||||||
|
slsDetectorDefs::readoutMode f) {
|
||||||
|
LOG(logERROR) << "setImageSize is a generic function that should be "
|
||||||
|
"overloaded by a derived class";
|
||||||
return 0;
|
return 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
virtual void SetNumberOfAnalogSamples(int n) {
|
/**
|
||||||
ThrowGenericError("SetNumberOfAnalogSamples");
|
* set number of interfaces (jungfrau)
|
||||||
};
|
* @param n number of interfaces
|
||||||
|
*/
|
||||||
|
virtual void SetNumberofInterfaces(const int n) {
|
||||||
|
LOG(logERROR) << "SetNumberofInterfaces is a generic function that "
|
||||||
|
"should be overloaded by a derived class";
|
||||||
|
}
|
||||||
|
|
||||||
virtual void SetNumberOfDigitalSamples(int n) {
|
/**
|
||||||
ThrowGenericError("SetNumberOfDigitalSamples");
|
* set number of counters (mythen3)
|
||||||
};
|
* @param n number of counters
|
||||||
|
* @param dr dynamic range
|
||||||
virtual void SetOneGigaAdcEnableMask(int n) {
|
* @param tgEnable ten giga enable
|
||||||
ThrowGenericError("SetOneGigaAdcEnableMask");
|
*/
|
||||||
};
|
virtual void SetNumberofCounters(const int n, const int dr, bool tgEnable) {
|
||||||
|
LOG(logERROR) << "SetNumberofCounters is a generic function that "
|
||||||
virtual void SetTenGigaAdcEnableMask(int n) {
|
"should be overloaded by a derived class";
|
||||||
ThrowGenericError("SetTenGigaAdcEnableMask");
|
}
|
||||||
};
|
|
||||||
|
|
||||||
virtual void SetReadoutMode(slsDetectorDefs::readoutMode r) {
|
|
||||||
ThrowGenericError("SetReadoutMode");
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class GotthardData : public GeneralData {
|
class GotthardData : public GeneralData {
|
||||||
@ -159,14 +175,23 @@ class GotthardData : public GeneralData {
|
|||||||
const int nChipsPerAdc = 2;
|
const int nChipsPerAdc = 2;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
/** Constructor */
|
||||||
GotthardData() {
|
GotthardData() {
|
||||||
myDetectorType = slsDetectorDefs::GOTTHARD;
|
myDetectorType = slsDetectorDefs::GOTTHARD;
|
||||||
|
nPixelsX = 1280;
|
||||||
nPixelsY = 1;
|
nPixelsY = 1;
|
||||||
headerSizeinPacket = 6;
|
headerSizeinPacket = 4;
|
||||||
|
dataSize = 1280;
|
||||||
|
packetSize = GOTTHARD_PACKET_SIZE;
|
||||||
|
packetsPerFrame = 2;
|
||||||
|
imageSize = dataSize * packetsPerFrame;
|
||||||
|
frameIndexMask = 0xFFFFFFFE;
|
||||||
|
frameIndexOffset = 1;
|
||||||
|
packetIndexMask = 1;
|
||||||
maxFramesPerFile = MAX_FRAMES_PER_FILE;
|
maxFramesPerFile = MAX_FRAMES_PER_FILE;
|
||||||
fifoBufferHeaderSize =
|
fifoBufferHeaderSize =
|
||||||
FIFO_HEADER_NUMBYTES + sizeof(slsDetectorDefs::sls_receiver_header);
|
FIFO_HEADER_NUMBYTES + sizeof(slsDetectorDefs::sls_receiver_header);
|
||||||
UpdateImageSize();
|
defaultFifoDepth = 50000;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -194,7 +219,56 @@ class GotthardData : public GeneralData {
|
|||||||
bunchId = -1;
|
bunchId = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @returns adc configured */
|
/**
|
||||||
|
* Set ROI
|
||||||
|
* @param i ROI
|
||||||
|
*/
|
||||||
|
void SetROI(slsDetectorDefs::ROI i) {
|
||||||
|
// all adcs
|
||||||
|
if (i.xmin == -1) {
|
||||||
|
nPixelsX = 1280;
|
||||||
|
dataSize = 1280;
|
||||||
|
packetSize = GOTTHARD_PACKET_SIZE;
|
||||||
|
packetsPerFrame = 2;
|
||||||
|
imageSize = dataSize * packetsPerFrame;
|
||||||
|
frameIndexMask = 0xFFFFFFFE;
|
||||||
|
frameIndexOffset = 1;
|
||||||
|
packetIndexMask = 1;
|
||||||
|
maxFramesPerFile = MAX_FRAMES_PER_FILE;
|
||||||
|
fifoBufferHeaderSize = FIFO_HEADER_NUMBYTES +
|
||||||
|
sizeof(slsDetectorDefs::sls_receiver_header);
|
||||||
|
defaultFifoDepth = 50000;
|
||||||
|
nPixelsXComplete = 0;
|
||||||
|
nPixelsYComplete = 0;
|
||||||
|
imageSizeComplete = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
// single adc
|
||||||
|
else {
|
||||||
|
nPixelsX = 256;
|
||||||
|
dataSize = 512;
|
||||||
|
packetSize = 518;
|
||||||
|
packetsPerFrame = 1;
|
||||||
|
imageSize = dataSize * packetsPerFrame;
|
||||||
|
frameIndexMask = 0xFFFFFFFF;
|
||||||
|
frameIndexOffset = 0;
|
||||||
|
packetIndexMask = 0;
|
||||||
|
maxFramesPerFile = SHORT_MAX_FRAMES_PER_FILE;
|
||||||
|
fifoBufferHeaderSize = FIFO_HEADER_NUMBYTES +
|
||||||
|
sizeof(slsDetectorDefs::sls_receiver_header);
|
||||||
|
defaultFifoDepth = 75000;
|
||||||
|
nPixelsXComplete = 1280;
|
||||||
|
nPixelsYComplete = 1;
|
||||||
|
imageSizeComplete = 1280 * 2;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get Adc configured
|
||||||
|
* @param index thread index for debugging purposes
|
||||||
|
* @param i ROI
|
||||||
|
* @returns adc configured
|
||||||
|
*/
|
||||||
int GetAdcConfigured(int index, slsDetectorDefs::ROI i) const {
|
int GetAdcConfigured(int index, slsDetectorDefs::ROI i) const {
|
||||||
int adc = -1;
|
int adc = -1;
|
||||||
// single adc
|
// single adc
|
||||||
@ -246,114 +320,99 @@ class GotthardData : public GeneralData {
|
|||||||
}
|
}
|
||||||
return oddStartingPacket;
|
return oddStartingPacket;
|
||||||
};
|
};
|
||||||
|
|
||||||
void SetROI(slsDetectorDefs::ROI i) {
|
|
||||||
roi = i;
|
|
||||||
UpdateImageSize();
|
|
||||||
};
|
|
||||||
|
|
||||||
private:
|
|
||||||
void UpdateImageSize() {
|
|
||||||
|
|
||||||
// all adcs
|
|
||||||
if (roi.xmin == -1) {
|
|
||||||
nPixelsX = 1280;
|
|
||||||
dataSize = 1280;
|
|
||||||
packetsPerFrame = 2;
|
|
||||||
frameIndexMask = 0xFFFFFFFE;
|
|
||||||
frameIndexOffset = 1;
|
|
||||||
packetIndexMask = 1;
|
|
||||||
maxFramesPerFile = MAX_FRAMES_PER_FILE;
|
|
||||||
nPixelsXComplete = 0;
|
|
||||||
nPixelsYComplete = 0;
|
|
||||||
imageSizeComplete = 0;
|
|
||||||
defaultFifoDepth = 50000;
|
|
||||||
} else {
|
|
||||||
nPixelsX = 256;
|
|
||||||
dataSize = 512;
|
|
||||||
packetsPerFrame = 1;
|
|
||||||
frameIndexMask = 0xFFFFFFFF;
|
|
||||||
frameIndexOffset = 0;
|
|
||||||
packetIndexMask = 0;
|
|
||||||
maxFramesPerFile = SHORT_MAX_FRAMES_PER_FILE;
|
|
||||||
nPixelsXComplete = 1280;
|
|
||||||
nPixelsYComplete = 1;
|
|
||||||
imageSizeComplete = 1280 * 2;
|
|
||||||
defaultFifoDepth = 75000;
|
|
||||||
}
|
|
||||||
imageSize = int(nPixelsX * nPixelsY * GetPixelDepth());
|
|
||||||
packetSize = headerSizeinPacket + dataSize;
|
|
||||||
packetsPerFrame = imageSize / dataSize;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class EigerData : public GeneralData {
|
class EigerData : public GeneralData {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
/** Constructor */
|
||||||
EigerData() {
|
EigerData() {
|
||||||
myDetectorType = slsDetectorDefs::EIGER;
|
myDetectorType = slsDetectorDefs::EIGER;
|
||||||
|
nPixelsX = (256 * 2);
|
||||||
|
nPixelsY = 256;
|
||||||
headerSizeinPacket = sizeof(slsDetectorDefs::sls_detector_header);
|
headerSizeinPacket = sizeof(slsDetectorDefs::sls_detector_header);
|
||||||
|
dataSize = 1024;
|
||||||
|
packetSize = headerSizeinPacket + dataSize;
|
||||||
|
packetsPerFrame = 256;
|
||||||
|
imageSize = dataSize * packetsPerFrame;
|
||||||
maxFramesPerFile = EIGER_MAX_FRAMES_PER_FILE;
|
maxFramesPerFile = EIGER_MAX_FRAMES_PER_FILE;
|
||||||
fifoBufferHeaderSize =
|
fifoBufferHeaderSize =
|
||||||
FIFO_HEADER_NUMBYTES + sizeof(slsDetectorDefs::sls_receiver_header);
|
FIFO_HEADER_NUMBYTES + sizeof(slsDetectorDefs::sls_receiver_header);
|
||||||
numUDPInterfaces = 2;
|
defaultFifoDepth = 1000;
|
||||||
|
threadsPerReceiver = 2;
|
||||||
headerPacketSize = 40;
|
headerPacketSize = 40;
|
||||||
standardheader = true;
|
standardheader = true;
|
||||||
maxRowsPerReadout = 256;
|
maxRowsPerReadout = 256;
|
||||||
UpdateImageSize();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
void SetDynamicRange(int dr) {
|
/**
|
||||||
dynamicRange = dr;
|
* Setting dynamic range changes member variables
|
||||||
UpdateImageSize();
|
* @param dr dynamic range
|
||||||
|
* @param tgEnable true if 10GbE is enabled, else false
|
||||||
|
*/
|
||||||
|
void SetDynamicRange(int dr, bool tgEnable) {
|
||||||
|
packetsPerFrame = (tgEnable ? 4 : 16) * dr;
|
||||||
|
imageSize = dataSize * packetsPerFrame;
|
||||||
|
defaultFifoDepth = (dr == 32 ? 100 : 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SetTenGigaEnable(bool tgEnable) {
|
/**
|
||||||
tengigaEnable = tgEnable;
|
* Setting ten giga enable changes member variables
|
||||||
UpdateImageSize();
|
* @param tgEnable true if 10GbE is enabled, else false
|
||||||
};
|
* @param dr dynamic range
|
||||||
|
*/
|
||||||
private:
|
void SetTenGigaEnable(bool tgEnable, int dr) {
|
||||||
void UpdateImageSize() {
|
dataSize = (tgEnable ? 4096 : 1024);
|
||||||
nPixelsX = (256 * 4) / numUDPInterfaces;
|
|
||||||
nPixelsY = 256;
|
|
||||||
dataSize = (tengigaEnable ? 4096 : 1024);
|
|
||||||
packetSize = headerSizeinPacket + dataSize;
|
packetSize = headerSizeinPacket + dataSize;
|
||||||
imageSize = int(nPixelsX * nPixelsY * GetPixelDepth());
|
packetsPerFrame = (tgEnable ? 4 : 16) * dr;
|
||||||
packetsPerFrame = imageSize / dataSize;
|
imageSize = dataSize * packetsPerFrame;
|
||||||
defaultFifoDepth = (dynamicRange == 32 ? 100 : 1000);
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
class JungfrauData : public GeneralData {
|
class JungfrauData : public GeneralData {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
/** Constructor */
|
||||||
JungfrauData() {
|
JungfrauData() {
|
||||||
myDetectorType = slsDetectorDefs::JUNGFRAU;
|
myDetectorType = slsDetectorDefs::JUNGFRAU;
|
||||||
|
nPixelsX = (256 * 4);
|
||||||
|
nPixelsY = 512;
|
||||||
headerSizeinPacket = sizeof(slsDetectorDefs::sls_detector_header);
|
headerSizeinPacket = sizeof(slsDetectorDefs::sls_detector_header);
|
||||||
dataSize = 8192;
|
dataSize = 8192;
|
||||||
packetSize = headerSizeinPacket + dataSize;
|
packetSize = headerSizeinPacket + dataSize;
|
||||||
|
packetsPerFrame = 128;
|
||||||
|
imageSize = dataSize * packetsPerFrame;
|
||||||
maxFramesPerFile = JFRAU_MAX_FRAMES_PER_FILE;
|
maxFramesPerFile = JFRAU_MAX_FRAMES_PER_FILE;
|
||||||
fifoBufferHeaderSize =
|
fifoBufferHeaderSize =
|
||||||
FIFO_HEADER_NUMBYTES + sizeof(slsDetectorDefs::sls_receiver_header);
|
FIFO_HEADER_NUMBYTES + sizeof(slsDetectorDefs::sls_receiver_header);
|
||||||
defaultFifoDepth = 2500;
|
defaultFifoDepth = 2500;
|
||||||
standardheader = true;
|
standardheader = true;
|
||||||
|
defaultUdpSocketBufferSize = (1000 * 1024 * 1024);
|
||||||
maxRowsPerReadout = 512;
|
maxRowsPerReadout = 512;
|
||||||
UpdateImageSize();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* set number of interfaces (jungfrau)
|
||||||
|
* @param n number of interfaces
|
||||||
|
*/
|
||||||
void SetNumberofInterfaces(const int n) {
|
void SetNumberofInterfaces(const int n) {
|
||||||
numUDPInterfaces = n;
|
// 2 interfaces
|
||||||
UpdateImageSize();
|
if (n == 2) {
|
||||||
};
|
nPixelsY = 256;
|
||||||
|
packetsPerFrame = 64;
|
||||||
|
imageSize = dataSize * packetsPerFrame;
|
||||||
|
threadsPerReceiver = 2;
|
||||||
|
defaultUdpSocketBufferSize = (500 * 1024 * 1024);
|
||||||
|
|
||||||
private:
|
}
|
||||||
void UpdateImageSize() {
|
// 1 interface
|
||||||
nPixelsX = (256 * 4);
|
else {
|
||||||
nPixelsY = (256 * 2) / numUDPInterfaces;
|
nPixelsY = 512;
|
||||||
imageSize = int(nPixelsX * nPixelsY * GetPixelDepth());
|
packetsPerFrame = 128;
|
||||||
packetsPerFrame = imageSize / dataSize;
|
imageSize = dataSize * packetsPerFrame;
|
||||||
defaultUdpSocketBufferSize = (1000 * 1024 * 1024) / numUDPInterfaces;
|
threadsPerReceiver = 1;
|
||||||
|
defaultUdpSocketBufferSize = (1000 * 1024 * 1024);
|
||||||
|
}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -363,46 +422,39 @@ class Mythen3Data : public GeneralData {
|
|||||||
const int NCHAN = 1280;
|
const int NCHAN = 1280;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
/** Constructor */
|
||||||
Mythen3Data() {
|
Mythen3Data() {
|
||||||
myDetectorType = slsDetectorDefs::MYTHEN3;
|
myDetectorType = slsDetectorDefs::MYTHEN3;
|
||||||
ncounters = 3;
|
ncounters = 3;
|
||||||
|
nPixelsX = (NCHAN * ncounters); // max 1280 channels x 3 counters
|
||||||
nPixelsY = 1;
|
nPixelsY = 1;
|
||||||
headerSizeinPacket = sizeof(slsDetectorDefs::sls_detector_header);
|
headerSizeinPacket = sizeof(slsDetectorDefs::sls_detector_header);
|
||||||
|
dataSize = 7680;
|
||||||
|
packetSize = headerSizeinPacket + dataSize;
|
||||||
|
packetsPerFrame = 2;
|
||||||
|
imageSize = dataSize * packetsPerFrame;
|
||||||
maxFramesPerFile = MYTHEN3_MAX_FRAMES_PER_FILE;
|
maxFramesPerFile = MYTHEN3_MAX_FRAMES_PER_FILE;
|
||||||
fifoBufferHeaderSize =
|
fifoBufferHeaderSize =
|
||||||
FIFO_HEADER_NUMBYTES + sizeof(slsDetectorDefs::sls_receiver_header);
|
FIFO_HEADER_NUMBYTES + sizeof(slsDetectorDefs::sls_receiver_header);
|
||||||
defaultFifoDepth = 50000;
|
defaultFifoDepth = 50000;
|
||||||
standardheader = true;
|
standardheader = true;
|
||||||
defaultUdpSocketBufferSize = (1000 * 1024 * 1024);
|
defaultUdpSocketBufferSize = (1000 * 1024 * 1024);
|
||||||
dynamicRange = 32;
|
|
||||||
tengigaEnable = true;
|
|
||||||
UpdateImageSize();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
void SetDynamicRange(int dr) {
|
/**
|
||||||
dynamicRange = dr;
|
* set number of counters (mythen3)
|
||||||
UpdateImageSize();
|
* @param n number of counters
|
||||||
};
|
* @param dr dynamic range
|
||||||
|
* @param tgEnable ten giga enable
|
||||||
void SetTenGigaEnable(bool tg) {
|
*/
|
||||||
tengigaEnable = tg;
|
virtual void SetNumberofCounters(const int n, const int dr, bool tgEnable) {
|
||||||
UpdateImageSize();
|
|
||||||
};
|
|
||||||
|
|
||||||
virtual void SetNumberofCounters(const int n) {
|
|
||||||
ncounters = n;
|
ncounters = n;
|
||||||
UpdateImageSize();
|
nPixelsX = NCHAN * ncounters;
|
||||||
};
|
|
||||||
|
|
||||||
private:
|
|
||||||
void UpdateImageSize() {
|
|
||||||
nPixelsX = (NCHAN * ncounters); // max 1280 channels x 3 counters
|
|
||||||
LOG(logINFO) << "nPixelsX: " << nPixelsX;
|
LOG(logINFO) << "nPixelsX: " << nPixelsX;
|
||||||
imageSize = nPixelsX * nPixelsY * GetPixelDepth();
|
imageSize = nPixelsX * nPixelsY * ((double)dr / 8.00);
|
||||||
|
|
||||||
// 10g
|
// 10g
|
||||||
if (tengigaEnable) {
|
if (tgEnable) {
|
||||||
if (dynamicRange == 32 && ncounters > 1) {
|
if (dr == 32 && n > 1) {
|
||||||
packetsPerFrame = 2;
|
packetsPerFrame = 2;
|
||||||
} else {
|
} else {
|
||||||
packetsPerFrame = 1;
|
packetsPerFrame = 1;
|
||||||
@ -411,7 +463,7 @@ class Mythen3Data : public GeneralData {
|
|||||||
}
|
}
|
||||||
// 1g
|
// 1g
|
||||||
else {
|
else {
|
||||||
if (ncounters == 3) {
|
if (n == 3) {
|
||||||
dataSize = 768;
|
dataSize = 768;
|
||||||
} else {
|
} else {
|
||||||
dataSize = 1280;
|
dataSize = 1280;
|
||||||
@ -427,25 +479,41 @@ class Mythen3Data : public GeneralData {
|
|||||||
|
|
||||||
class Gotthard2Data : public GeneralData {
|
class Gotthard2Data : public GeneralData {
|
||||||
public:
|
public:
|
||||||
|
/** Constructor */
|
||||||
Gotthard2Data() {
|
Gotthard2Data() {
|
||||||
myDetectorType = slsDetectorDefs::GOTTHARD2;
|
myDetectorType = slsDetectorDefs::GOTTHARD2;
|
||||||
nPixelsX = 128 * 10;
|
nPixelsX = 128 * 10;
|
||||||
nPixelsY = 1;
|
nPixelsY = 1;
|
||||||
headerSizeinPacket = sizeof(slsDetectorDefs::sls_detector_header);
|
headerSizeinPacket = sizeof(slsDetectorDefs::sls_detector_header);
|
||||||
dataSize = 2560; // 1280 channels * 2 bytes
|
dataSize = 2560; // 1280 channels * 2 bytes
|
||||||
|
packetSize = headerSizeinPacket + dataSize;
|
||||||
|
packetsPerFrame = 1;
|
||||||
|
imageSize = dataSize * packetsPerFrame;
|
||||||
maxFramesPerFile = GOTTHARD2_MAX_FRAMES_PER_FILE;
|
maxFramesPerFile = GOTTHARD2_MAX_FRAMES_PER_FILE;
|
||||||
fifoBufferHeaderSize =
|
fifoBufferHeaderSize =
|
||||||
FIFO_HEADER_NUMBYTES + sizeof(slsDetectorDefs::sls_receiver_header);
|
FIFO_HEADER_NUMBYTES + sizeof(slsDetectorDefs::sls_receiver_header);
|
||||||
defaultFifoDepth = 50000;
|
defaultFifoDepth = 50000;
|
||||||
standardheader = true;
|
standardheader = true;
|
||||||
|
defaultUdpSocketBufferSize = (1000 * 1024 * 1024);
|
||||||
vetoDataSize = 160;
|
vetoDataSize = 160;
|
||||||
|
vetoImageSize = vetoDataSize * packetsPerFrame;
|
||||||
vetoHsize = 16;
|
vetoHsize = 16;
|
||||||
UpdateImageSize();
|
vetoPacketSize = vetoHsize + vetoDataSize;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* set number of interfaces
|
||||||
|
* @param n number of interfaces
|
||||||
|
*/
|
||||||
void SetNumberofInterfaces(const int n) {
|
void SetNumberofInterfaces(const int n) {
|
||||||
numUDPInterfaces = n;
|
// 2 interfaces (+veto)
|
||||||
UpdateImageSize();
|
if (n == 2) {
|
||||||
|
threadsPerReceiver = 2;
|
||||||
|
}
|
||||||
|
// 1 interface (data only)
|
||||||
|
else {
|
||||||
|
threadsPerReceiver = 1;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -464,158 +532,134 @@ class Gotthard2Data : public GeneralData {
|
|||||||
bunchId = *reinterpret_cast<uint64_t *>(packetData + 8);
|
bunchId = *reinterpret_cast<uint64_t *>(packetData + 8);
|
||||||
packetNumber = 0;
|
packetNumber = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
private:
|
|
||||||
void UpdateImageSize() {
|
|
||||||
packetSize = headerSizeinPacket + dataSize;
|
|
||||||
imageSize = int(nPixelsX * nPixelsY * GetPixelDepth());
|
|
||||||
packetsPerFrame = imageSize / dataSize;
|
|
||||||
vetoPacketSize = vetoHsize + vetoDataSize;
|
|
||||||
vetoImageSize = vetoDataSize * packetsPerFrame;
|
|
||||||
defaultUdpSocketBufferSize = (1000 * 1024 * 1024) / numUDPInterfaces;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class ChipTestBoardData : public GeneralData {
|
class ChipTestBoardData : public GeneralData {
|
||||||
private:
|
private:
|
||||||
|
/** Number of digital channels */
|
||||||
const int NCHAN_DIGITAL = 64;
|
const int NCHAN_DIGITAL = 64;
|
||||||
|
/** Number of bytes per analog channel */
|
||||||
const int NUM_BYTES_PER_ANALOG_CHANNEL = 2;
|
const int NUM_BYTES_PER_ANALOG_CHANNEL = 2;
|
||||||
int nAnalogBytes = 0;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
/** Constructor */
|
/** Constructor */
|
||||||
ChipTestBoardData() {
|
ChipTestBoardData() {
|
||||||
myDetectorType = slsDetectorDefs::CHIPTESTBOARD;
|
myDetectorType = slsDetectorDefs::CHIPTESTBOARD;
|
||||||
|
nPixelsX = 36; // total number of channels
|
||||||
nPixelsY = 1; // number of samples
|
nPixelsY = 1; // number of samples
|
||||||
headerSizeinPacket = sizeof(slsDetectorDefs::sls_detector_header);
|
headerSizeinPacket = sizeof(slsDetectorDefs::sls_detector_header);
|
||||||
|
dataSize = UDP_PACKET_DATA_BYTES;
|
||||||
|
packetSize = headerSizeinPacket + dataSize;
|
||||||
|
// packetsPerFrame = 1;
|
||||||
|
imageSize = nPixelsX * nPixelsY * 2;
|
||||||
frameIndexMask = 0xFFFFFF; // 10g
|
frameIndexMask = 0xFFFFFF; // 10g
|
||||||
frameIndexOffset = 8; // 10g
|
frameIndexOffset = 8; // 10g
|
||||||
packetIndexMask = 0xFF; // 10g
|
packetIndexMask = 0xFF; // 10g
|
||||||
|
packetsPerFrame =
|
||||||
|
ceil((double)imageSize / (double)UDP_PACKET_DATA_BYTES);
|
||||||
maxFramesPerFile = CTB_MAX_FRAMES_PER_FILE;
|
maxFramesPerFile = CTB_MAX_FRAMES_PER_FILE;
|
||||||
fifoBufferHeaderSize =
|
fifoBufferHeaderSize =
|
||||||
FIFO_HEADER_NUMBYTES + sizeof(slsDetectorDefs::sls_receiver_header);
|
FIFO_HEADER_NUMBYTES + sizeof(slsDetectorDefs::sls_receiver_header);
|
||||||
defaultFifoDepth = 2500;
|
defaultFifoDepth = 2500;
|
||||||
standardheader = true;
|
standardheader = true;
|
||||||
UpdateImageSize();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
public:
|
/**
|
||||||
int GetNumberOfAnalogDatabytes() { return nAnalogBytes; };
|
* Set databytes
|
||||||
|
* @param a adc enable mask
|
||||||
void SetNumberOfAnalogSamples(int n) {
|
* @param as analog number of samples
|
||||||
nAnalogSamples = n;
|
* @param ds digital number of samples
|
||||||
UpdateImageSize();
|
* @param t tengiga enable
|
||||||
};
|
* @param f readout flags
|
||||||
|
* @returns analog data bytes
|
||||||
void SetNumberOfDigitalSamples(int n) {
|
*/
|
||||||
nDigitalSamples = n;
|
int setImageSize(uint32_t a, uint32_t as, uint32_t ds, bool t,
|
||||||
UpdateImageSize();
|
slsDetectorDefs::readoutMode f) {
|
||||||
};
|
int nachans = 0, ndchans = 0;
|
||||||
|
int adatabytes = 0, ddatabytes = 0;
|
||||||
void SetOneGigaAdcEnableMask(int n) {
|
|
||||||
adcEnableMaskOneGiga = n;
|
|
||||||
UpdateImageSize();
|
|
||||||
};
|
|
||||||
|
|
||||||
void SetTenGigaAdcEnableMask(int n) {
|
|
||||||
adcEnableMaskTenGiga = n;
|
|
||||||
UpdateImageSize();
|
|
||||||
};
|
|
||||||
|
|
||||||
void SetReadoutMode(slsDetectorDefs::readoutMode r) {
|
|
||||||
readoutType = r;
|
|
||||||
UpdateImageSize();
|
|
||||||
};
|
|
||||||
|
|
||||||
void SetTenGigaEnable(bool tg) {
|
|
||||||
tengigaEnable = tg;
|
|
||||||
UpdateImageSize();
|
|
||||||
};
|
|
||||||
|
|
||||||
private:
|
|
||||||
void UpdateImageSize() {
|
|
||||||
nAnalogBytes = 0;
|
|
||||||
int nDigitalBytes = 0;
|
|
||||||
int nAnalogChans = 0, nDigitalChans = 0;
|
|
||||||
|
|
||||||
// analog channels (normal, analog/digital readout)
|
// analog channels (normal, analog/digital readout)
|
||||||
if (readoutType == slsDetectorDefs::ANALOG_ONLY ||
|
if (f == slsDetectorDefs::ANALOG_ONLY ||
|
||||||
readoutType == slsDetectorDefs::ANALOG_AND_DIGITAL) {
|
f == slsDetectorDefs::ANALOG_AND_DIGITAL) {
|
||||||
uint32_t adcEnableMask =
|
nachans = __builtin_popcount(a);
|
||||||
(tengigaEnable ? adcEnableMaskTenGiga : adcEnableMaskOneGiga);
|
|
||||||
nAnalogChans = __builtin_popcount(adcEnableMask);
|
|
||||||
|
|
||||||
nAnalogBytes =
|
adatabytes = nachans * NUM_BYTES_PER_ANALOG_CHANNEL * as;
|
||||||
nAnalogChans * NUM_BYTES_PER_ANALOG_CHANNEL * nAnalogSamples;
|
LOG(logDEBUG1) << " Number of Analog Channels:" << nachans
|
||||||
LOG(logDEBUG1) << " Number of Analog Channels:" << nAnalogChans
|
<< " Databytes: " << adatabytes;
|
||||||
<< " Databytes: " << nAnalogBytes;
|
|
||||||
}
|
}
|
||||||
// digital channels
|
// digital channels
|
||||||
if (readoutType == slsDetectorDefs::DIGITAL_ONLY ||
|
if (f == slsDetectorDefs::DIGITAL_ONLY ||
|
||||||
readoutType == slsDetectorDefs::ANALOG_AND_DIGITAL) {
|
f == slsDetectorDefs::ANALOG_AND_DIGITAL) {
|
||||||
nDigitalChans = NCHAN_DIGITAL;
|
ndchans = NCHAN_DIGITAL;
|
||||||
nDigitalBytes = (sizeof(uint64_t) * nDigitalSamples);
|
ddatabytes = (sizeof(uint64_t) * ds);
|
||||||
LOG(logDEBUG1) << "Number of Digital Channels:" << nDigitalChans
|
LOG(logDEBUG1) << "Number of Digital Channels:" << ndchans
|
||||||
<< " Databytes: " << nDigitalBytes;
|
<< " Databytes: " << ddatabytes;
|
||||||
|
}
|
||||||
|
LOG(logDEBUG1) << "Total Number of Channels:" << nachans + ndchans
|
||||||
|
<< " Databytes: " << adatabytes + ddatabytes;
|
||||||
|
|
||||||
|
nPixelsX = nachans + ndchans;
|
||||||
|
nPixelsY = 1;
|
||||||
|
|
||||||
|
// 10G
|
||||||
|
if (t) {
|
||||||
|
dataSize = 8144;
|
||||||
|
}
|
||||||
|
// 1g udp (via fifo readout)
|
||||||
|
else {
|
||||||
|
dataSize = UDP_PACKET_DATA_BYTES;
|
||||||
}
|
}
|
||||||
|
|
||||||
nPixelsX = nAnalogChans + nDigitalChans;
|
|
||||||
dataSize = tengigaEnable ? 8144 : UDP_PACKET_DATA_BYTES;
|
|
||||||
packetSize = headerSizeinPacket + dataSize;
|
packetSize = headerSizeinPacket + dataSize;
|
||||||
imageSize = nAnalogBytes + nDigitalBytes;
|
imageSize = adatabytes + ddatabytes;
|
||||||
packetsPerFrame = ceil((double)imageSize / (double)dataSize);
|
packetsPerFrame = ceil((double)imageSize / (double)dataSize);
|
||||||
|
|
||||||
LOG(logDEBUG1) << "Total Number of Channels:" << nPixelsX
|
return adatabytes;
|
||||||
<< " Databytes: " << imageSize;
|
}
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class MoenchData : public GeneralData {
|
class MoenchData : public GeneralData {
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
/** Number of bytes per analog channel */
|
||||||
const int NUM_BYTES_PER_ANALOG_CHANNEL = 2;
|
const int NUM_BYTES_PER_ANALOG_CHANNEL = 2;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
/** Constructor */
|
||||||
MoenchData() {
|
MoenchData() {
|
||||||
myDetectorType = slsDetectorDefs::MOENCH;
|
myDetectorType = slsDetectorDefs::MOENCH;
|
||||||
|
nPixelsX = 32; // total number of channels
|
||||||
|
nPixelsY = 1; // number of samples
|
||||||
headerSizeinPacket = sizeof(slsDetectorDefs::sls_detector_header);
|
headerSizeinPacket = sizeof(slsDetectorDefs::sls_detector_header);
|
||||||
|
dataSize = UDP_PACKET_DATA_BYTES;
|
||||||
|
packetSize = headerSizeinPacket + dataSize;
|
||||||
|
// packetsPerFrame = 1;
|
||||||
|
imageSize = nPixelsX * nPixelsY * 2;
|
||||||
|
packetsPerFrame =
|
||||||
|
ceil((double)imageSize / (double)UDP_PACKET_DATA_BYTES);
|
||||||
frameIndexMask = 0xFFFFFF;
|
frameIndexMask = 0xFFFFFF;
|
||||||
maxFramesPerFile = MOENCH_MAX_FRAMES_PER_FILE;
|
maxFramesPerFile = MOENCH_MAX_FRAMES_PER_FILE;
|
||||||
fifoBufferHeaderSize =
|
fifoBufferHeaderSize =
|
||||||
FIFO_HEADER_NUMBYTES + sizeof(slsDetectorDefs::sls_receiver_header);
|
FIFO_HEADER_NUMBYTES + sizeof(slsDetectorDefs::sls_receiver_header);
|
||||||
defaultFifoDepth = 2500;
|
defaultFifoDepth = 2500;
|
||||||
standardheader = true;
|
standardheader = true;
|
||||||
UpdateImageSize();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
void SetNumberOfAnalogSamples(int n) {
|
/**
|
||||||
nAnalogSamples = n;
|
* Set databytes
|
||||||
UpdateImageSize();
|
* @param a adc enable mask
|
||||||
};
|
* @param as analog number of samples
|
||||||
|
* @param ds digital number of samples
|
||||||
void SetOneGigaAdcEnableMask(int n) {
|
* @param t tengiga enable
|
||||||
adcEnableMaskOneGiga = n;
|
* @param f readout flags
|
||||||
UpdateImageSize();
|
* @returns analog data bytes
|
||||||
};
|
*/
|
||||||
|
int setImageSize(uint32_t a, uint32_t as, uint32_t ds, bool t,
|
||||||
void SetTenGigaAdcEnableMask(int n) {
|
slsDetectorDefs::readoutMode f) {
|
||||||
adcEnableMaskTenGiga = n;
|
|
||||||
UpdateImageSize();
|
|
||||||
};
|
|
||||||
|
|
||||||
void SetTenGigaEnable(bool tg) {
|
|
||||||
tengigaEnable = tg;
|
|
||||||
UpdateImageSize();
|
|
||||||
};
|
|
||||||
|
|
||||||
private:
|
|
||||||
void UpdateImageSize() {
|
|
||||||
uint32_t adcEnableMask =
|
|
||||||
(tengigaEnable ? adcEnableMaskTenGiga : adcEnableMaskOneGiga);
|
|
||||||
|
|
||||||
// count number of channels in x, each adc has 25 channels each
|
// count number of channels in x, each adc has 25 channels each
|
||||||
int nchanTop = __builtin_popcount(adcEnableMask & 0xF0F0F0F0) * 25;
|
int nchanTop = __builtin_popcount(a & 0xF0F0F0F0) * 25;
|
||||||
int nchanBot = __builtin_popcount(adcEnableMask & 0x0F0F0F0F) * 25;
|
int nchanBot = __builtin_popcount(a & 0x0F0F0F0F) * 25;
|
||||||
nPixelsX = nchanTop > 0 ? nchanTop : nchanBot;
|
nPixelsX = nchanTop > 0 ? nchanTop : nchanBot;
|
||||||
|
|
||||||
// if both top and bottom adcs enabled, rows = 2
|
// if both top and bottom adcs enabled, rows = 2
|
||||||
@ -623,15 +667,25 @@ class MoenchData : public GeneralData {
|
|||||||
if (nchanTop > 0 && nchanBot > 0) {
|
if (nchanTop > 0 && nchanBot > 0) {
|
||||||
nrows = 2;
|
nrows = 2;
|
||||||
}
|
}
|
||||||
nPixelsY = nAnalogSamples / 25 * nrows;
|
nPixelsY = as / 25 * nrows;
|
||||||
LOG(logINFO) << "Number of Pixels: [" << nPixelsX << ", " << nPixelsY
|
LOG(logINFO) << "Number of Pixels: [" << nPixelsX << ", " << nPixelsY
|
||||||
<< "]";
|
<< "]";
|
||||||
|
|
||||||
dataSize = tengigaEnable ? 8144 : UDP_PACKET_DATA_BYTES;
|
// 10G
|
||||||
packetSize = headerSizeinPacket + dataSize;
|
if (t) {
|
||||||
|
dataSize = 8144;
|
||||||
|
}
|
||||||
|
// 1g udp (via fifo readout)
|
||||||
|
else {
|
||||||
|
dataSize = UDP_PACKET_DATA_BYTES;
|
||||||
|
}
|
||||||
|
|
||||||
imageSize = nPixelsX * nPixelsY * NUM_BYTES_PER_ANALOG_CHANNEL;
|
imageSize = nPixelsX * nPixelsY * NUM_BYTES_PER_ANALOG_CHANNEL;
|
||||||
|
packetSize = headerSizeinPacket + dataSize;
|
||||||
packetsPerFrame = ceil((double)imageSize / (double)dataSize);
|
packetsPerFrame = ceil((double)imageSize / (double)dataSize);
|
||||||
|
|
||||||
LOG(logDEBUG) << "Databytes: " << imageSize;
|
LOG(logDEBUG) << "Databytes: " << imageSize;
|
||||||
};
|
|
||||||
|
return imageSize;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user