Skip to content

Commit 668a75b

Browse files
author
Tony Johnson
committed
Add missing call to FlushPixel in FlushLineR
Add missing END in RowShiftR (main)
1 parent 8eedaf6 commit 668a75b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

focalplane/FP_ITL_2s_ir2.seq

+3-1
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@
215215

216216
FlushLineR: # Transfer line and flush it
217217
CALL ReverseLine
218+
CALL FlushPixel repeat(DetectorCols)
218219
RTS
219220

220221
BinnedFlushLine: # for binned clearing
@@ -321,11 +322,12 @@
321322

322323
RowShiftR: # reverse row shift by ShiftCount
323324
JSR FlushLineR repeat(@ShiftCount)
325+
END
324326

325327
Read: # readout that produces data
326328
JSR ReadFrame
327329
END
328330

329331
PsuedoRead: # readout with no data transfer
330332
JSR PsuedoFrame
331-
END
333+
END

0 commit comments

Comments
 (0)