AllenNeuralDynamics / AllenNeuralDynamics/exa-spim-control

We should be able to override Waveform Generation with specific channels

Abierto
#33 0 comentarios 0 reacciones 1 asignado Reclamado por @micahwoodard Ver en GitHub
Lenguaje dominante
Python
Estrellas
2
Forks
0
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

This is useful for live viewing.

High level, we want to be able to have a live view of a specific channel where the NI card only plays a specific channel. By default, the WaveformGenerator only takes channel specifications from the config. We want to be able to override this (sometimes) to put the NI card in a state where it's playing waveforms only for the specified channel.

old:
````python
def generate_waveforms(cfg, plot: bool = False):
pass # stuff here.
````
new:
````python
def generate_waveforms(cfg, plot: bool = False, channels: list[int] = None):
pass # stuff here.
````

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.