removed skipping erroring cases; added skipping constant entries
This commit is contained in:
@@ -9,10 +9,13 @@ from zmqsocks import ZMQSocketsAccumulator, make_address
|
|||||||
OUTPUT_DIR = "/gpfs/photonics/swissfel/buffer/dap/data"
|
OUTPUT_DIR = "/gpfs/photonics/swissfel/buffer/dap/data"
|
||||||
|
|
||||||
ENTRIES_TO_SKIP = [
|
ENTRIES_TO_SKIP = [
|
||||||
# send: ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (2,) + inhomogeneous part.
|
"custom_script",
|
||||||
"roi_intensities_proj_x",
|
"detector_name",
|
||||||
# recv: ValueError: cannot reshape array of size 4 into shape (2,)
|
"gain_file",
|
||||||
"roi_intensities_x"
|
"htype",
|
||||||
|
"pedestal_file",
|
||||||
|
"pulse_id",
|
||||||
|
"timestamp"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user