CREW/AVACS examples
From CrewWiki
(Difference between revisions)
(→Scatterplots SEVIRI against CALIOP or CPR) |
|||
| Line 16: | Line 16: | ||
o=obj_new('cws_stats') <br> | o=obj_new('cws_stats') <br> | ||
o->set_product,'cth'<br> | o->set_product,'cth'<br> | ||
| - | |||
o->calipso_cpr, sensor='CPR', overpass=[11317,11318,11319]<br> | o->calipso_cpr, sensor='CPR', overpass=[11317,11318,11319]<br> | ||
| + | obj_destroy, o<br> | ||
| + | </code><br> | ||
| + | [[File:scatterplots.jpg|200px|CTH scatterplot SEVIRI against CPR]]<br> | ||
| + | <br> | ||
| + | |||
| + | ==Scatterplots SEVIRI against CALIOP or CPR== | ||
| + | <code> | ||
| + | o=obj_new('cws_stats') <br> | ||
| + | o->set_product,'cth'<br> | ||
| + | o->cth_all<br> | ||
obj_destroy, o<br> | obj_destroy, o<br> | ||
</code><br> | </code><br> | ||
[[File:scatterplots.jpg|200px|CTH scatterplot SEVIRI against CPR]]<br> | [[File:scatterplots.jpg|200px|CTH scatterplot SEVIRI against CPR]]<br> | ||
<br> | <br> | ||
Revision as of 16:39, 24 February 2014
Go back to CREW software package
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
![]()
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
![]()
Scatterplots SEVIRI against CALIOP or CPR
o=obj_new('cws_stats')
o->set_product,'cth'
o->cth_all
obj_destroy, o
![]()