Please follow this guideline when naming example subdirectories under examples/
.
This will help make the repository more consistent and easier to browse on GitHub.
Subdirectory names should consist only of lower-case letters and underscores, for example:
microscope_autofocus
microplate_scanning_basic
microplate_scanning_high_speed
Each subdirectory is made up of two parts, joined by underscore:
<category_name>_<example_name>
The <category_name>
and <example_name>
could be a single word or multiple worlds joined by underscore.
For example, the subdirectory microplate_scanning_basic
is composed of microplate
as the <category_name>
, and scanning_basic
as the <example_name>
We currently have the following category names. More may be added as required:
calibration
: Routines and algorithms for calibrating the accuracy of stagesgui
: Graphical User Interface exampleshid
: Human Interface Devices (HID) examplesmicroplate
: Examples involving manipulating micro well platesmicroscope
: Microscope related examples and scriptsmotion
: Kinematic and motion-related examples that are not tied to a specific application areaself_test
: Scripts for performing self test on motion control productsutil
: Miscellaneous utilities and tools