Peter Drmota
Peter Drmota
# Bug Report ## One-Line Summary Lists with more than one tuple element containing a mixture of 64-bit and 32-bit types arrive corrupted on the host. ## Issue Details ###...
# ARTIQ Pull Request ## Description of Changes - Extend IIR filter to any number of ADC input channels and DDS output channels with minimal ressource usage. (The number of...
### Motivation In one of our [Stabilizers](https://github.com/OxfordIonTrapGroup/stabilizer/tree/l674-rerewrite) we needed a custom request-response topic for on-demand read access to a value (in this case the output of a filter). ### Limitation...
# ARTIQ Pull Request ## Description of Changes SUServo upgrade: - Refactoring of the pipelined IIR processing core, accepting any number of ADC input channels and DDS output channels with...
# Bug Report ## One-Line Summary `for i in range(a, b, c)` on the ARTIQ kernel does not cover all values in `[a,b[`. ## Issue Details ### Steps to Reproduce...
# Bug Report ## Issue Details ### Steps to Reproduce Run this experiment ```python from artiq.experiment import * class TestListBools(EnvExperiment): def build(self): self.setattr_device('core') self.list_of_bools = [False, False] @kernel def run(self):...
Added QSpinBox to context menu so that user can get more accurate error bars when averaging. 
When the `source_id` changes, just reset the applet state.
In some cases, it would be mildly useful to have a second `device_setup()`, e.g. `device_setup_postaction()` that visits all subfragments once again before `run_once()`. The primary use case for this would...
This should include the option to just hide the error bars, which sometimes just impede visual clarity by adding clutter. _Originally posted by @dnadlinger in https://github.com/OxfordIonTrapGroup/ndscan/issues/26#issuecomment-462445003_