ScanGraph Export
The specialized ScanGraph Export format serializes standard spatial gaze tracking data strictly into letter-coded sequence strings. This structural transformation bridges native GazePlotter analysis directly into the algorithmic sequence-matching software provided by the ScanGraph suite.
Analytical Purpose
Abstracting coordinate plots into letter-coded syntax allows automated computational architectures to perform:
- Granular scanpath parity algorithms.
- Massive scale fixation sequence juxtaposition between independent participants.
- The creation of intricate algorithmic-derived similarity matrices.
File Architecture
A generated ScanGraph export strictly utilizes basic .txt syntax formatted specifically for external ingestion.
- Letter Encoding: Every single independent fixation registered inside a defined AOI is computed and assigned an alphabetical character ID.
- Sequence Mapping: The sequential temporal flow of fixations is explicitly mapped as long literal strings of these alphabetical characters.
- Index Header: The internal matrix key logically linking the specific alphabetical characters back to the semantic human-readable AOI names is definitively printed on lines 4 and 5 of the generated file header.
Execution Workflow
To serialize your active data into ScanGraph compliance strings:
- Access Export: Click the Export workspace or data button in the Workspace Toolbar.
- Select Format: In the Research Data Formats section, click on the ScanGraph Format card.
- Configure Settings: Select the desired Stimulus from the dropdown menu and define the File name.
- Download: Click the Export ScanGraph button. A success toast will confirm the file generation.
Integration Guidelines
GazePlotter is capable of directly feeding the ScanGraph Cloud Platform.
- Retrieve the successfully downloaded
.txttext file. - Upload the raw text file directly into the ScanGraph web application.
- Command ScanGraph to process the serialized logical sequence matrices.
- Utilize ScanGraph’s external algorithms to generate advanced heatmap parity networks and similarity visualizations.

Development Roadmap
Deep API-based integration between the GazePlotter application and the external ScanGraph engine is currently slated for deployment in future iterations. This technical bridge will eliminate the requirement for manual .txt handoff procedures, providing direct pipeline analytics.
Developers or researchers interested in augmenting or utilizing this integration topology should contact the core team via mail@vojtechovska.com.