Contents Menu Expand
vortex v0.4.1 documentation
Logo
vortex v0.4.1 documentation
  • Getting Started
  • Structure
    • Data Model
    • Scan Patterns
    • Engine
  • Tutorial
    • Configuring Data Acquisition
    • OCT Processing
    • Formatting Data into Volumes
    • Executing Scan Patterns
    • Storing Data to Disk
    • UI Integration
    • On-the-fly Changes
  • How To
    • Use Standard Patterns
    • Design Custom Scan Patterns
    • Interleave Different Scans
    • Repeated Scan with Bidirectional Segments
    • Correct IO Delay
    • Apply Spectral Windowing
    • Generate Additional Scan Channels
    • Use the Alazar FPGA for OCT Processing
  • Demos
    • Live View
    • Live View Simple
    • Live View Raster Aim
    • Live View Repeated
    • Live View Dynamic
    • Live Alazar FFT Acquisition
    • Acquire to Disk
  • Develop
    • Build Guide
    • Debugging
  • Release Notes
  • API Reference
    • C++
    • Python

Use Standard Patterns¶

This document is under construction.

Waypoints¶

shape

(Source code, svg, pdf)

../../_images/standard-scan-1.svg

extent

(Source code, svg, pdf)

../../_images/standard-scan-2.svg

offset

(Source code, svg, pdf)

../../_images/standard-scan-3.svg

rotation

(Source code, svg, pdf)

../../_images/standard-scan-4.svg

Patterns¶

Sequential¶

bidirectional_segments

(Source code, svg, pdf)

../../_images/standard-scan-5.svg

Repeated¶

Scans¶

Raster Scan¶

(Source code, svg, pdf)

../../_images/standard-scan-6.svg

Repeated Raster Scan¶

(Source code, svg, pdf)

../../_images/standard-scan-7.svg

Radial Scan¶

(Source code, svg, pdf)

../../_images/standard-scan-8.svg

Repeated Radial Scan¶

(Source code, svg, pdf)

../../_images/standard-scan-9.svg

Freeform Scan¶

Next
Design Custom Scan Patterns
Previous
How To
Copyright © 2020 - 2022, Vortex Developers by Mark Draelos | Built with Sphinx and @pradyunsg's Furo theme. | Show Source
Contents
  • Use Standard Patterns
    • Waypoints
    • Patterns
      • Sequential
      • Repeated
    • Scans
      • Raster Scan
      • Repeated Raster Scan
      • Radial Scan
      • Repeated Radial Scan
      • Freeform Scan