StephGagne / SAMAC

Software for Airborne Measurements of Aerosol and Clouds. This software handles airborne cloud measurements as objects. SAMAC offers methods and functions to plot figures, and perform calculations related to cloud measurement analysis. It also provides a platform to share functions.
4 stars 0 forks source link

Examples #2

Open nguy opened 8 years ago

nguy commented 8 years ago

Are there any examples available for SAMAC?

daviddelene commented 8 years ago

Nick Guy,

Not sure if Stephanie reply but I just added LoadDataExample.py to the repository which codes up Stephanie's documentation.

I am working on another example for SAMAP that will use ADPAA formatted data.

On Sun, 2016-07-24 at 00:51 -0700, Nick Guy wrote:

Are there any examples available for SAMAC?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/StephGagne/SAMAC/issues/2, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AKP0d7e1MG16OOVnbgxTLxP-j5tTVc2Fks5qYxmWgaJpZM4JThrQ.

David Delene Atmospheric Sciences Department, Clifford Hall 420 4149 University Avenue (U.S. Mail P.O. Box 9006) Grand Forks, North Dakota 58202-9006 delene@aero.und.edumailto:delene@aero.und.edu; Skype - david.delene 701-777-4847, Cell 507-533-5363, Lab 701-777-7852 http://aerosol.atmos.und.edu; My Online Calendarhttps://www.google.com/calendar/embed?src=david.delene%40gmail.com&ctz=America/Chicag Public PGP key 2848848C39089D48http://aerosol.atmos.und.edu/delene.asc

StephGagne commented 8 years ago

Hello Nick,

I would refer you to this page of the wiki https://github.com/StephGagne/SAMAC/wiki/Example:-Creating-and-Populating-a-SAMAC-Cloud There is a list of example data files that are available on the repository and, after placing them into the cloud object, you can try with the different functions and method.

You can also download ExampleCloud.p, also from the repository. This is a pickled cloud which is already populated and ready to be played with once it is unpickled.

Thank you for your interest! Steph

PS. Thank you David for your answer and for your contribution!

nguy commented 8 years ago

Thank you @StephGagne and @daviddelene, I'll look at these examples!