description is plotted better now
This commit is contained in:
@@ -1167,6 +1167,8 @@ def read_from_hdf(hdf_node):
|
||||
accu.index.append((r["start"],r["start"]+r["length"]-1))
|
||||
accu.n=r["number"]
|
||||
accu.sampling_rate=1.0/r["dwelltime"]
|
||||
|
||||
accu.set_title("Accumulation: n = %d" % accu.n)
|
||||
|
||||
# now really belief there are no data
|
||||
if len(accu.index)==0 or accu.n==0:
|
||||
|
||||
Reference in New Issue
Block a user