
2.times {addProcessReagent :wash; delay '2:00'; recoverProcessReagent} # 4washes
Sleepy.power :camera, :on  #turn camera Peltier cooler on about 3mins before use
addProcessReagent :wash; delay '2:00'; recoverProcessReagent


Log.record 'Mixing Substrates'
PSV.to PSR
PSR.select :sub1		#could be set as def
PS.pull 0.5
delay 2
PSR.select :sub2
PS.pull 0.5
delay 2
PSR.select :air
PS.fill				#mix sub 1 and 2
PSV.to :PTV
PBV.to :waste1
PS.push 0.5
delay 3
PBV.dialBetween :PSV, :waste1
PS.to 0		
delay 7

recoverProcessReagent

#heat off
PH.stop

# unload puck and go to camera seal, image
imagePuck :processing, toTube

PuckCamera.snap
Sleepy.power :camera, :off
finishImage

#clean up the Processing stage
psLoopFlush
