From: Peter K. <pet...@wa...> - 2014-12-09 20:04:55
|
Hi Hamed, It is a bit strange your file is 2014-06-13 22:05:53 - 22:12:07, I could only find CAL_LID_L1-ValStage1-V3-30.2014-06-13T22-02-33ZN.hdf, which is 22:02:33 - 22:49:00. But anyway... To make a basic plot use a command like this: ccplot -o 1.pdf -x +0:00..+3:30 -c calipso-backscatter.cmap calipso532 1.hdf The two most important things you want to tune are: - The subset you want to plot with the `-x` option (here subset between 0min and 3min 30s relative to start). Supported format for `-x` is in the manual page[1]. - The dataset (here `calipso532` - "CALIPSO L1B Total Attenuated Backscatter 532nm") and the right colormap (here `calipso-backscatter.cmap`). A list of datasets is in the manual page[1], and a list of colormaps is on page 56 of [2]. Please try to follow the tutorial in Chapter 6 of Visualising Data from CloudSat and CALIPSO Satellites. Note that you don't have to enter the full path to a colormap as in the examples, i.e. use `-c cloudsat-reflectivity.cmap` instead of `-c /usr/share/ccplot/cmap/cloudsat-reflectivity.cmap` (this would not work on Windows). Links: 1: http://ccplot.org/doc/ccplot.1.html 2: https://github.com/peterkuma/ccplot/blob/gh-pages/pub/doc/pdf/Visualising_Data_from_CloudSat_and_CALIPSO_Satellites.pdf?raw=true If you still have any problems after reading the tutorial, feel free to ask. Good luck! Regards, Peter On 12/09/2014 07:02 PM, Hamed Adab wrote: > Hi Peter > > I could solved it. I used "ccplot -i" to see the information of Calipso > data. > I used the manual PDF to see how can I use ccplot comments. > But I need your help, Pls. > As I am not familiar with programming, how can I plot the Calipso data. > > I attached my data (Screen Shot). > > Thanks again, > Hamed > > > On Tue, Dec 9, 2014 at 3:38 PM, Peter Kuma <pet...@wa... > <mailto:pet...@wa...>> wrote: > > Hi Hamed, > > You can put the file in any directory. As ccplot is a console program, > you have to use the Windows Command Prompt to execute it. > > 1. Open Command Prompt (Start Menu->Run..., type "cmd"). > > 2. Go to the directory containing the CAL_LID_...hdf file. E.g. if you > saved it in C:\calipso, type: > > cd C:\calipso > > You can determine the path to the directory from the address bar in the > Windows file explorer. > > 3. Run ccplot: > > ccplot -i CAL_LID_L1-ValStage1-V3-01.2007-06-12T03-42-18ZN.hdf > > Some information about the file should be printed on the console. You > can run any ccplot commands like the one above. Any plots will be saved > in the same directory. > > If you instead get an error such as "ccplot is not recognized as an > internal or external command", it means it is not installed properly or > something else is wrong. Please let me know if that is the case. > > Here is a short tutorial I could find on how to open the Command Prompt > and use the cd command to change directories. I hope it helps. > > http://physiology.med.unc.edu/wwwMHMF/how-to/work-with-cmd/default.html > > Regards, > > Peter > > On 12/08/2014 04:12 PM, Hamed Adab wrote: > > Hi > > > > I used ccplot on windows XP. > > > > I downloaded "CAL_LID_L1-ValStage1-V3-01.2007-06-12T03-42-18ZN.hdf" > > So which directory I should put the data to read by ccplot > > > > > > Thank you > > |