Skip to content
Snippets Groups Projects
Commit 22cf3a52 authored by Sander de Snoo's avatar Sander de Snoo
Browse files

Use correction on hires pulses

parent 2410b966
No related branches found
No related tags found
No related merge requests found
......@@ -495,7 +495,7 @@ class pulse_data(parent_data):
times[i] = t
ramps[i] = delta.ramp
steps[i] = delta.step - dt*delta.ramp
samples[i] = -dt*delta.step + dt*delta.ramp # - dt*(t_sample-dt)*delta.ramp
samples[i] = -dt*delta.step + dt*delta.ramp - dt*(t_sample-dt)*delta.ramp/2
else:
for i,delta in enumerate(self.pulse_deltas):
times[i] = delta.time
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment