Skip to content

Commit 63fd327

Browse files
committed
Fix offset
1 parent 44b7275 commit 63fd327

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

neo/rawio/biocamrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,4 +460,4 @@ def generate_synthetic_noise(rf, data, well_ID, start_frame, num_frames):
460460
else:
461461
data[ch_idx] = np.array(np.random.normal(median_mean, median_std, num_frames), dtype=np.uint16)
462462

463-
return data
463+
return data + 2048

0 commit comments

Comments
 (0)