-
Does the spectral analysis code
https://github.com/exadg/exadg/blob/master/include/exadg/postprocessor/spectral_analysis/interpolation.h
only work for `dealii::FE_DGQ`, or would it also work fo…
-
Here are 10 approaches to implement adaptive noise reduction, ordered by complexity/effectiveness:
### 1. Enhanced Spectral Subtraction
- Track noise floor during silence periods
- Use overlappin…
-
Let's use this issue to coordinate the statistics / math notebooks as part of the fundamentals. We can move these out to a separate repo later if that makes more sense organization-wise.
Below are …
-
**Describe the bug**
The way `CTYPE1` is used is not consistent with the WCS FITS standard.
**How to Reproduce**
```Python
from dysh.spectra import Spectrum
s = Spectrum.fake_spectrum()
s.plot…
-
Works:
```
cube.moment0(axis=0).write('test.fits')
cube.moment0(axis=1)
```
Fails:
```
In [13]: s.moment0(axis=1).write('test.fits')
ERROR: InconsistentAxisTypesError: ERROR 4 in wcs_types() at lin…
-
## What are the steps to reproduce this issue?
1. Use bun 1.1.13
2. bun create vite@5.2.0 --template=react-swc-ts
3. Install orval 6.30.2
4. Try anything, this was my config file:
```
impo…
-
**User story.**
As a developer on a large API project, I can do apply rule overrides not just to the root document, but to external files as well, so that I can maintain the file structure that makes…
-
In order to make it easier to ingest new data, we could make some google sheet templates with all the fields needed for ingestion. We could then design some scripts using those templates. [SIMPLE Ing…
kelle updated
3 months ago
-
# New measurement types
The following measurement types should be supported in the next Photon-HDF5 version:
1. smFRET (TCSPC)
Formally, it is possible to study FRET using pulsed excitation by loo…
-
## Issue
The input generated for some unit tests is not in the correct form which leads to testing undefined behavior.
The undefined behavior occurs when the following tests invoke complex to real…