ethograph.labels.crowsetta_format#

Crowsetta format registration for EthoGraph.

Registers ‘ethograph-seq’ as a Crowsetta format: an extended simple-seq with individual and trial columns. Import this module to register the format.

Usage:

import ethograph.labels.crowsetta_format # registers on import

scribe = crowsetta.Transcriber(format=”ethograph-seq”) annot = scribe.from_file(“labels.tsv”).to_annot()

Classes

EthographSeq

Extended simple-seq format with individual and trial columns.