For-a-few-DPPs-more / structure-factor

Compute structure factor of stationary and isotropic point processes
https://for-a-few-dpps-more.github.io/structure-factor/
MIT License
9 stars 5 forks source link

What is the difference between T and Y modes in BaddourChouinard #6

Closed dhawat closed 3 years ago

dhawat commented 3 years ago

https://github.com/For-a-few-DPPs-more/structure-factor/blob/a6392e55a6ba35d0d2f1b4d601e3857a21edcc47/src/structure_factor/transforms.py#L222

guilgautier commented 3 years ago

The modes "Y" and "T" corresponds to different valid transformation matrices H involved in the computation of the Hankel transform as presented by Baddour and Chouinard https://doi.org/10.1364/JOSAA.32.000611

https://github.com/For-a-few-DPPs-more/structure-factor/blob/a6392e55a6ba35d0d2f1b4d601e3857a21edcc47/src/structure_factor/transforms.py#L215-L229