CREW/AVACS examples

From CrewWiki

(Difference between revisions)
Jump to: navigation, search
(Scatterplots SEVIRI against CALIOP or CPR)
(Scatterplots SEVIRI against CALIOP or CPR)
Line 22: Line 22:
<br>
<br>
-
==Scatterplots SEVIRI against CALIOP or CPR==
+
==CTH cross-section along ATRAIN track: SEVIRI, CALIOP and CPR==
<code>
<code>
o=obj_new('cws_stats') <br>
o=obj_new('cws_stats') <br>
Line 30: Line 30:
</code><br>
</code><br>
[[File:cth_all.jpg|200px|CTH cross section (with standard deviation)]]<br>
[[File:cth_all.jpg|200px|CTH cross section (with standard deviation)]]<br>
 +
<br>
 +
 +
==COD cross-section along ATRAIN track: SEVIRI, CALIOP and CPR==
 +
<code>
 +
o=obj_new('cws_stats') <br>
 +
o->set_date,2008,6,13,13,45<br>
 +
o->cod_all, cut=16<br>
 +
obj_destroy, o<br>
 +
</code><br>
 +
[[File:cod_all.jpg|200px|COD cross section (with standard deviation)]]<br>
<br>
<br>

Revision as of 18:10, 24 February 2014

Go back to CREW software package

Contents

Display a RGB image with the track of the ATRAIN satellite constellation

o=obj_new('cws_stats')
o->set_product,'rgb'
o->set_date,2008,6,13,12,00
o->make_image, /single, /track
obj_destroy, o

RGB image with Atrain track

Scatterplots SEVIRI against CALIOP or CPR

o=obj_new('cws_stats')
o->set_product,'cth'
o->calipso_cpr, sensor='CPR', overpass=[11317,11318,11319]
obj_destroy, o

CTH scatterplot SEVIRI against CPR

CTH cross-section along ATRAIN track: SEVIRI, CALIOP and CPR

o=obj_new('cws_stats')
o->set_date,2008,6,13,13,45
o->cth_all, cut=16
obj_destroy, o

CTH cross section (with standard deviation)

COD cross-section along ATRAIN track: SEVIRI, CALIOP and CPR

o=obj_new('cws_stats')
o->set_date,2008,6,13,13,45
o->cod_all, cut=16
obj_destroy, o

COD cross section (with standard deviation)