ibllib.pipes.sync_tasks
Classes
Task to rename, compress and register raw daq data with .bin format collected using NIDAQ |
|
Extract sync pulses from NIDAQ .bin / .cbin file N.B Only extracts sync from sync collection (i.e not equivalent to EphysPulses that extracts sync pulses for each probe) |
|
Task to register raw daq data |
- class SyncRegisterRaw(session_path, **kwargs)[source]
Bases:
RegisterRawDataTask
Task to register raw daq data
- priority = 100
- job_size = 'small'
- 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)
- class SyncMtscomp(session_path, **kwargs)[source]
Bases:
DynamicTask
Task to rename, compress and register raw daq data with .bin format collected using NIDAQ
- priority = 90
- cpu = 2
- io_charge = 30
- job_size = 'small'
- 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)
- class SyncPulses(session_path, **kwargs)[source]
Bases:
DynamicTask
Extract sync pulses from NIDAQ .bin / .cbin file N.B Only extracts sync from sync collection (i.e not equivalent to EphysPulses that extracts sync pulses for each probe)
# TODO generalise to other daq and file formats, generalise to 3A probes
- priority = 90
- cpu = 2
- io_charge = 30
- job_size = 'small'
- 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)