You can find the parameters of a sinusoidal grating by using the 2D #FourierTransform.
The dots shown contain the amplitude and phase of the grating. Their position from the centre gives the frequency, and their orientation represents the orientation of the grating.
/10
Now, if you have lots of gratings superimposed on each other, the #FourierTransform gives you a pair of dots for each of the components
/11
Now, here's the "magical" part of #Fourier theory.
*Any* image is made up of lots of sinusoidal gratings. So, the 2D Fourier Transform of an image gives you thousands of pairs of dots, and each pair represent a sinusoidal grating.
/12
There's a lot more than can fit in a single thread.
If you want to read more detail, and go through the step-by-step writing of the code to decompose & recostruct *any* image, read full article here:
#coding #2dfourierimages #2dfouriertransform #fourier
/16
So, this thread could serve as my my #introduction
I'm Stephen. I used to be a physicist (as you can guess from the thread above) but now I focus on communicating about Python and programming and teaching coding
You can expect more varied content from me, all related to #programming in #Python, from science-y stuff like this, to fun animations using the `turtle` module (no not those boring ones!) and general Python for those learning to code at beginner and intermediate levels
You'll find me easily on Twitter too if you're on there as well. That's a bigger account and get's a lot of interesting conversations going with others in the #Python world
You can see the sort of things I'm interested it there (until this timeline fills up a bit): https://twitter.com/s_gruppetta_ct
Not sure whether you're only meant to get a single shot at an #introduction, but I'll extend on mine a bit now that I'm starting to find my feet here
My main focus is on communicating about #programming, specifically #Python. That includes teaching!
However, my first career was as a physicist
---
After studying #Maths and #Physics and then getting my PhD in Physics from Imperial College, London, I went down the _normal_ route of a few postdocs, an academic fellowship, and then a lectureship.
Most of my science work centred around novel retinal imaging technology with the primary aim of early disease diagnosis, plus a bit more about the optics of the eye.
I learnt to code as part of my PhD work and then relied on programming (mostly MATLAB, at the time, before the Python-era) for all of my research work, from simulation and modelling, to running the lab experiments, to analysing the data.
---
When I left academia, I decided to focus on teaching programming to both children and adults.
I spend a lot of time creating learning content, including **[The Python Coding Book](https://thepythoncodingbook.com)** and regular articles on the blog.
I also run **[codetoday](https://www.codetoday.co.uk)** which runs live lessons for children from age 7 to learn coding in Python (only Python, no kids-platforms. Yes, starting from age 7, you'd be surprised how well they pick the basics up)
---
I'll be sharing bits on content regularly here too, typically aimed at intermediate learners (including those aiming to move from beginners to intermediate), including steering towards scientific programming and related fields.
OK, I've abused #QOTO's longer character limit too much, so I'd better stop!
@s_gruppetta Nice python book.
@notat thank you!
@s_gruppetta In my 35 years as a sotfware engineer I have seen a lot of code that looks like it was written by seven year olds. 😆
@klyons I can imagine!
@s_gruppetta Would it be feasible to include the code in the toot or as alt text? I'd love to try pasting it into Python, but of course I can't do that from an image.
@s_gruppetta Ah, I see farther downthread that the book has the code!
@peterdrake I have been doing this (on Twitter) for a few months now, but this is an old post (from Twitter, recycled here) so the images didn’t have them. I now autogenerate these snippets which makes adding the code in ALT text easy
@peterdrake and yes, the article linked later has the full code etc…
@s_gruppetta this is so cool! I am intimately familiar with Fourier series for time series analysis and dynamical systems, but for some reason never connected the dots to images (pun intended). Thanks for sharing!
@mattkram Thank you! In a previous life, I was an optical physicist, so for me, the Fourier Transform is in 2D first and foremost, and for spatial data. When I see 1D Fourier transforms in the temporal domain I need to readjust!
A lens is a real-life Fourier transform calculator, after all!
**Any** image can be reconstructed from a series of sinusoidal gratings.
A sinusoidal grating looks like this…
#sinusoidal #grating
/2