We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b7275 commit 63fd327Copy full SHA for 63fd327
1 file changed
neo/rawio/biocamrawio.py
@@ -460,4 +460,4 @@ def generate_synthetic_noise(rf, data, well_ID, start_frame, num_frames):
460
else:
461
data[ch_idx] = np.array(np.random.normal(median_mean, median_std, num_frames), dtype=np.uint16)
462
463
- return data
+ return data + 2048
0 commit comments