AllenNeuralDynamics / AllenNeuralDynamics/exa-spim-control

We should be able to override Waveform Generation with specific channels

Ouverte
#33 0 commentaires 0 réactions 1 personne assignée Réclamée par @micahwoodard Voir sur GitHub
Langage dominant
Python
Étoiles
2
Forks
0
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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.
````

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.