AllenNeuralDynamics / AllenNeuralDynamics/exa-spim-control

We should be able to override Waveform Generation with specific channels

オープン
#33 コメント 0 件 リアクション 0 件 担当者 1 名 @micahwoodard が担当を希望しています GitHub で見る
主要言語
Python
スター
2
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。