Skip to content

Commit c9933ef

Browse files
committed
resets count_rate array
1 parent 0b0cbd3 commit c9933ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/qt3utils/datagenerators/piezoscanner.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ def scan_axis(self, axis, min, max, step_size):
132132

133133
def reset(self):
134134
self.scanned_raw_counts = []
135-
135+
self.scanned_count_rate = []
136+
136137
def optimize_position(self, axis, center_position, width = 2, step_size = 0.25):
137138
'''
138139
Performs a scan over a particular axis about `center_position`.

0 commit comments

Comments
 (0)