In: 11 am | Out: 5 pm


Ongoing To-do List:
• Write comparison algorithm
Upload whiteboard pictures
• Rewrite classes
• Customize colorbar
• Finish migrating log
• Link my code with typhoon
• Finish migrating log
I discovered and ssh library for python caled paramiko; I may us it to connect to Typhon while still running my code locally. I also finally tracked down all the issues relating to coordinate systems. Both LES and Matplotlib use conventional coordinates, while Typhoon and python.Image use CRT coordinates. So I'll have to do a lot of converting, but now I know how.

More experimenting with Matplotlib; I got the axis tick mars pointing outward, and figured out a few other logistics. Next I'll need to figure out a slider to change the color map scale dynamically. I'll also need to find a way to set a custom color map so we can make outliers stand out.



I also began brainstorming an improved class structure now that I understand the project better. Right now I'm torn between either:
-Having LESData and TyphoonData inheriting from the same class
-Or just making an all-purpose scatter-data class to handle both
The latter would have a lot of unused variables when leading from Typhoon... but the two classes of the former would be extremely similar.

Finally, I uploaded some of the images for the last few days of this log.

Atmospheric Lidar Research Group | California State University, Chico