GazeScreenCoordinateConversion¶
Perform coordinate conversions on gaze data.
Conversions are related to the screen resolution, viewer distance, etc. Normalized coordinates are between 0 and 1 (not between -0.5 and +0.5). However, meters, centimeters, degrees and radians are measured relative to the screen center and can therefore be negative. This expects the screen metadata to be stored in the chunk properties. Use the SetGazeMetadata node if you need to set that data (i.e., if it is not present in the original gaze data). Version 1.0.0
Ports/Properties¶
data¶
Data to process.
convert_from¶
Current units.
convert_to¶
Units to convert to.
correct_flat¶
Correct for screen being flat. Only relevant in conversions between angular and linear measures.
convert_instance_fields¶
List of instance axis data field names (table columns) to convert as well.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.