-
A preliminary Python version of [Pretzler's Fourier cosine series transform](https://doi.org/10.1515/zna-1991-0715) is in my `PyAbel` fork [fourier branch](https://github.com/stggh/PyAbel). The file `…
stggh updated
5 years ago
-
Let's discuss the issue raised in #378. Namely, `abel/__init__.py` imports
```python
from .transform import Transform
from .tools.center import center_image
```
so that users can call the short f…
-
Probably won't be too hard to implement at some point, if somebody is interested. See [FHA cycle](https://en.wikipedia.org/wiki/Hankel_transform#Relation_to_the_Fourier_and_Abel_transforms)
The onl…
-
Following up on #286, I tried looking at our documentation while putting myself in the shoes of a new user. Mainly, I was concerned with this: how would I find information about each transform method?…
-
Hello PyAbel community!
**If this is the wrong place to write something like this or if there is no interest at all let me know. I'm still fairly new to the whole collaborating and sharing an githu…
-
**Describe the bug**
Building fails with latest Workbox Core
```
> wmr build --prerender
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Why you…
-
I came across a nice python implementation of the `pbasex` algorithm:
https://github.com/e-champenois/CPBASEX
Modifying the provided `CPBASEX/examples/sample_pbasex.py` provides this `O2-A…
stggh updated
4 years ago
-
**See the updated list [below](https://github.com/commercialhaskell/stackage/issues/7391#issuecomment-2208847985)** - though i think we should move it here next time
----
Old original list:
…
-
It would be nice to implement one of the inverse Abel transform methods that uses a polar basis set to allow for smooth transforms of noisy data. [Polar onion peeling (POP)](http://dx.doi.org/10.1063/…
-
Hello, recently I'm doing some analysis of PECD. But before that, now I'm analyzing my data to quantify its energy characteristic, under linear polarization. The inverse Abel transformed image shows t…