Scanning and Sweeping
Choose a measurement paradigm based on your needs.
Since version 2.1, ScopeFoundry provides two built in measurements in which the following cycling repeats:
- change a setting (i.e move an actuator) in predetermined way
- collect data at that setting
Read the following to decide which fits your task:
For spatial scanning:
- requires subclassing and override a view methods.
- Natively has a concept of spatiality in 2D and 3D, which gives end-users an advanced interaction experience.
For generic setting sweeping:
- Works out of the Box! This Measurement can collect data and run other measurements without subclassing.
- Easier to extend with additional data channels by providing a flexible data structure and composing multiple
Collector
classes. - Currently supports 2 and 4 dimensional sweeping.
Create mapping measurements.
Out-of-the-box setting sweeps and data collection.