iblrig.transfer_experiments.VideoCopier

Inheritance diagram of VideoCopier

class iblrig.transfer_experiments.VideoCopier[source]
static config2stub(config, collection='raw_video_data')[source]

Generate acquisition description stub from a camera config dict.

Parameters:
  • config (dict) – A cameras configuration dictionary, found in device_cameras of hardware_settings.yaml.

  • collection (str) – The video output collection.

Returns:

An acquisition description file stub.

Return type:

dict

Parameters:
create_video_stub(config, collection='raw_video_data')[source]
initialize_experiment(acquisition_description=None, **kwargs)[source]
assert_connect_on_init = True

Raise error if unable to write stub file to remote server.

Type:

bool

tag = 'video'

The device name (adds this to the experiment description stub file on the remote server).

Type:

str