-
Validation of `healvis` simulator against `pyuvsim` and against analytic models. This issue is to begin the process of defining the tests and conditions for success.
## Setup
-----------------
Te…
-
Hi,
I hope you can help me with this. I am trying to analyze flow cytometry data acquired in a Cytek Aurora. I have 230 files, but I am using only 12 files from 4 different batches to see if I can …
-
This tackles a subset of the points raised in #81 where we define the format of the instrument data to be fitted.
The aim is to ensure that the loading of the data and creation of the spectrum t…
-
We can get some nice speedup if we use `LinearAlgebra.BLAS.ger!` to do the rank-1 updates of the approximate Hessian or inverse Hessian in quasi-Newton methods instead of `H = H + (w * w') / θ` which …
-
In mode SIM audio data shall be streamed from a defined mp3 file. In mode REAL data shall be imported from a microphone...
**Cross references**
https://wiki.python.org/moin/Audio
https://libros…
-
There are 3 main modules we are considering at the moment: Time Series, Spectral and Transfer functions. We will focus in on Natural Source EM data to start. Below I have added notes from the conversa…
-
Dataverse v4.19 has some translation files with characters in iso-8859-1 or utf-8 without the escape way . This characters are not right displayed in Dataverse. These files are:
en_US/astrophysics.…
-
Code:
```
import jax
import jax.numpy as jnp
import numpy as np
import sys
import hoomd
import hoomd.md
from ecv.models import AutoEncoder
from ecv.models.encoders import MLP, EGNN
fr…
-
While trying to refactor the Jupyter Notebook GUI into a mission-agnostic set of functionality, I came to the conclusion that we need to clarify the responsibilities of the Instrument class. My first …
-
#### Describe the bug
It looks like the generator cannot handle types that are referenced in other files. Declaring the type locally in the schemas section works perfectly, but not when declaring th…