neurocarto.probe_npx.views
- class neurocarto.probe_npx.views.NpxReferenceControl
- __init__(config)
- Parameters:
config (CartoConfig)
- property name: str
view name
- property description: str | None
view description. show in help button.
- on_probe_update(probe, chmap, electrodes)
Invoked when channelmap is changed or electrode’s category is changed.
- Parameters:
probe – probe interface.
chmap – channelmap instance.
electrodes – all electrodes.
- replay_record(record)
Replay the record step.
Warning
Do not call this method directly, because it might cause
add_record()be invoked during the replay. Use RecordManager.replay()instead.- Parameters:
record (RecordStep)
- class neurocarto.probe_npx.views.NpxBadElectrodesView
- __init__(config)
- Parameters:
config (CartoConfig)
- property name: str
view name
- on_probe_update(probe, chmap, electrodes)
Invoked when channelmap is changed or electrode’s category is changed.
- Parameters:
probe – probe interface.
chmap – channelmap instance.
electrodes – all electrodes.
- replay_record(record)
Replay the record step.
Warning
Do not call this method directly, because it might cause
add_record()be invoked during the replay. Use RecordManager.replay()instead.- Parameters:
record (RecordStep)