-
**Submitting author:** @SebastianoF (Sebastiano Ferraris)
**Repository:** https://github.com/SebastianoF/bruker2nifti
**Version:** 1.0.0
**Editor:** @Kevin-Mattheus-Moerman
**Reviewer:** @rougier
**A…
-
I discovered something interesting while writing tests for Borealis that I'm tentatively (and hesitantly) calling an actual bug in the AGC hardware.
During my test of interrupt priorities and EDRUP…
-
Just wanted to create an issue to discuss the design of this package. I think discussions of this package will also stimulate discussion of the design of Imagine, and we may want to make changes ther…
-
I couldn't transfer sequences to awg. I needed to modify awg_context.py line 174 to become `to_send[int(channel[-1])] = bytearray(aux)`
instead of
`to_send[int(channel[-1])] = aux.tobytes()`
This …
-
The functionality of both `Pulse_Generator` / `UHFQC_LookuptableManager` / `UHFQC_LookuptableManagerManager` and `Pulse` / `Element` / `Pulsar` seems to be to generate pulse sequences and upload them …
antsr updated
7 years ago
-
The trigger signal has a finite duration, therefore I was wondering whether the image acquisition starts at the beginning or end or the trigger signal. There are a number of operation that need to be …
-
Will there ever be a target for the spektrum f400 flight controller?
Many thanks.
ghost updated
6 years ago
-
DMA sequence recording seems to take an extraordinary amount of time.
The below simple experiment outputs
```
total call time : 22.754499673843384
8.688764104
0.020485168
```
so compiling and…
-
Work on that already started in flexible-pulse-analysis branch.
In general the idea is that one can write a new pulse extraction method for pulsed measurements and integrate them in an easy and non-i…
-
Work on that already started in flexible-pulse-analysis branch.
In general the idea is that one can write a new analysis method for pulsed measurements and integrate them in an easy and non-invasive …