infant-cognition-tampere / icllib

Collection of common pieces used in analysis software at Infant Cognition Lab
Other
1 stars 0 forks source link

Implement conversion script from gazedata to gazelib common #20

Closed axelpale closed 8 years ago

axelpale commented 8 years ago

Related to Issue #11

See the gazelib/common/v1 specification.

See the list of semantic keywords for data stream, event tags, and environment constants.

Usage example:

d = dataset_to_convert
v = gazelib_common_version = 1
gc = icllib.conversion.convert_to_gazelib_common(d, v)
# gc is an instance of gazelib.containers.CommonV1

Version tag is mandatory to provide backward compatibility if new common versions are published.

axelpale commented 8 years ago

Moved conversion module under gazelib.