...
- make x-axis time
- make y-axis magnitude (unsigned)
- keep same y-scale on both graphs
...
The scaling on y is difficult, but I can set the distance between ticks to be the same. However, the actual distance between them is different.
The updated figure looks like this:
...
I also have to subtract off the running mean from the other series of plots (over the course of the night). Doing that now.
That plot now looks like this:
...
Deciding whether or not to keep the final 11:51-11:59 plot in the sequence.
Now calculating the ellipticity components. We have the position angle calculated, and we calculate rotazel in the same way as before (with calculate_rotazel function). Now, we rotate the points before calculating the ellipticity components. Wondering if we can just rotate the angle?