Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudioStrumia committed Jul 3, 2024
1 parent f73a42f commit 14898da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xdas/io/febus.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def read(fname):
chunks = VirtualSource(zone[name])
delta = [zone.attrs["Spacing"][1] / 1000.0, zone.attrs["Spacing"][0]]
name = "".join(["_" + c.lower() if c.isupper() else c for c in name]).lstrip("_")
# Detect overlap method
if "BlockOverlap" in zone.attrs:
noverlap = zone.attrs["BlockOverlap"][0]
else:
Expand Down

0 comments on commit 14898da

Please sign in to comment.