This commit is contained in:
Sakimori 2025-07-31 16:41:37 -04:00
parent 17136a3469
commit e4bcc2d8a0
No known key found for this signature in database

View file

@ -132,7 +132,7 @@ def addBurst(values):
logger.info(f"{basename} loaded. Sampling {pulseNum} pulse(s) {values.nsamp} times.")
starts = np.linspace(samples//4, 3*(samples//4), num=pulseNum, dtype=int)
while pulseNum > 0:
start = starts[pulseNum]
start = starts[pulseNum-1]
#create pulse
#check if this is part of a rng run