ibllib.pipes.base_tasks
Classes
Base register raw task. To rename files 1. input and output must have the same length 2. output files must have full filename. |
|
- class VideoTask(session_path, cameras, **kwargs)[source]
Bases:
DynamicTask
- class AudioTask(session_path, **kwargs)[source]
Bases:
DynamicTask
- class EphysTask(session_path, **kwargs)[source]
Bases:
DynamicTask
- class WidefieldTask(session_path, **kwargs)[source]
Bases:
DynamicTask
- class RegisterRawDataTask(session_path, **kwargs)[source]
Bases:
DynamicTask
Base register raw task. To rename files
input and output must have the same length
output files must have full filename
- priority = 100
- job_size = 'small'
- class ExperimentDescriptionRegisterRaw(session_path, **kwargs)[source]
Bases:
RegisterRawDataTask
- property signature
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s
(key, value) pairs
- dict(iterable) -> new dictionary initialized as if via:
d = {} for k, v in iterable:
d[k] = v
- dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)