james-trayford / strauss

Sonification Tools and Resources for Analysis Using Sound Synthesis
Apache License 2.0
35 stars 6 forks source link

Experimental PH-TESS notebook #14

Open eatyourgreens opened 10 months ago

eatyourgreens commented 10 months ago

A modification of the 1D sonification notebook. It replaces the generated 1D data with a couple of simulated TESS light curves from Planet Hunters TESS.

This is a notebook that I've been using to play with STRAUSS and learn how it works.

james-trayford commented 9 months ago

Great to see these TESS examples! Interesting to deal with a combination of longer term trends but also some dramatic spikes, there may pertinent question around how to handle these, depending on the properties of interest. Generally some of the existing approaches seem to work well I think. Also good to download the data in-notebook too, to keep the data/ folder light.

May be good to name it TESSlightcurves.ipynb or similar to clarify (realising Sonifying is redundant in these example names, I should also change SonifyingData1D.ipynb).

I'm thinking it would be good to merge a TESS example once this has diverged more from SonifyingData1D.ipynb - particularly if this data set brings up particular issues or points of interest. Else we could integrate some TESS examples into the existing notebook.

eatyourgreens commented 9 months ago

May be good to name it TESSlightcurves.ipynb or similar to clarify (realising Sonifying is redundant in these example names, I should also change SonifyingData1D.ipynb).

Good idea! I've renamed the notebook.

I'm thinking it would be good to merge a TESS example once this has diverged more from SonifyingData1D.ipynb - particularly if this data set brings up particular issues or points of interest. Else we could integrate some TESS examples into the existing notebook.

I've made a couple of changes now, and rebased. Sonifications are 20s long, not 15, and I've had a go at inverting the pitch mapping example. With the first subject (the default), you should hear 16 'chirps', corresponding to the 16 downward spikes in the light curve.

I haven't touched any of the other examples yet. I'm still playing around, figuring out how the mapping parameters work.

eatyourgreens commented 9 months ago

Ignore that last bit. I've updated the pitch mapping and volume mapping examples to use the same y mapping for the normalised flux. You can hear the 16 downward spikes in both now. I think the pitch shift is easier to hear than the volume change.