Skip to content

Commit 26ce57f

Browse files
committed
remove access ranges
1 parent b17de0f commit 26ce57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sed/config/default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ histogram:
110110
# Axes names starting with "@" refer to keys in the "dataframe" section
111111
axes: ["@x", "@y", "@tof"]
112112
# default ranges to use for histogram visualization (in unbinned detector coordinates)
113-
ranges: [[0, 1800], [0, 1800], [0, 300000], [0, 32000]]
113+
ranges: [[0, 1800], [0, 1800], [0, 300000]]

0 commit comments

Comments
 (0)