-
Notifications
You must be signed in to change notification settings - Fork 8
Developer notes
Rob Campbell edited this page Mar 1, 2017
·
9 revisions
StitchIt is designed to be able to cope with different microscope systems.
As a result, certain functions are abstract. e.g. if you run tileLoad
, a stub function in code/utils
is run.
This determines which imaging system is being used and then calls a system-specific version of
tileLoad based on this.
If you modify these system-specific files (e.g. to fix bugs or add features) you will usually have to run
clear classes before your changes come into effect.