Skip to content

Developer notes

Rob Campbell edited this page Jul 13, 2017 · 11 revisions

Simulated mode

You may run BakingTray on any machine with no acquisition hardware or even now ScanImage install by running: BakingTray('dummyMode',true) Most features should work but simulated mode is less well tested than normal operation. Simulated mode assists in development whilst not at the rig.

Working with ScanImage

  • Be careful when attaching listeners to ScanImage properties. Some of them tend to change often and at unexpected times. e.g. hSI.hChannels.channelSave can change rapidly for some reason and really slow things down because the listener keeps firing.
Clone this wiki locally