Compare commits
2 Commits
8e1073cfd1
...
5273e0cf46
| Author | SHA1 | Date | |
|---|---|---|---|
| 5273e0cf46 | |||
| e514061173 |
@@ -15,7 +15,8 @@ ENTRIES_TO_SKIP = [
|
||||
"htype",
|
||||
"pedestal_file",
|
||||
"pulse_id",
|
||||
"timestamp"
|
||||
"timestamp",
|
||||
"type"
|
||||
]
|
||||
|
||||
|
||||
|
||||
@@ -22,6 +22,8 @@ def pack_bsread_data(orig, prefix, skip=None):
|
||||
elif isinstance(v, list):
|
||||
# bsread fails for empty lists and non-1D lists
|
||||
v = list_to_array(v)
|
||||
if v is None:
|
||||
continue
|
||||
data[f"{prefix}:{k}"] = v
|
||||
return data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user