owmeta_movement.command module¶
- class owmeta_movement.command.CeMEECommand(parent)[source]¶
Bases:
objectCommands for doing stuff with CeMEE data
- save(zenodo_id, zenodo_file_name, sample_zip_file_name, zenodo_base_url=None, ident=None, key=None)[source]¶
Save a
CeMEEWCONDataSourcefor a given zenodo_id.Either
identorkeymust be provided. Also adds a statement indicating the result issourced fromaZenodoRecord- Parameters
- zenodo_id
int The Zenodo record ID to make a DataSource for
- zenodo_file_name
str File name in the Zenodo record
- sample_zip_file_name
str File name of a ZIP file within the Zenodo file
- zenodo_base_url
str Base URL for Zenodo. Useful for testing against sandbox.zenodo.org. Optional.
- ident
str The identifier for the new DataSource
- key
str Key for DataSource identifiers
- zenodo_id
- class owmeta_movement.command.MovementCommand(parent)[source]¶
Bases:
objectCommands for C. elegans movement data
- list_tracks()[source]¶
List
WormTracks
- plot(tracks, record_index=None)[source]¶
Do a plot of the given
WormTracks
- cemee¶
Commands for doing stuff with CeMEE data