CREW/AVACS examples
From CrewWiki
(Difference between revisions)
(→COD cross-section along ATRAIN track: SEVIRI, CALIOP and CPR) |
|||
Line 51: | Line 51: | ||
[[File:brians_profile.jpg|200px|CTH cross section]]<br> | [[File:brians_profile.jpg|200px|CTH cross section]]<br> | ||
<br> | <br> | ||
+ | |||
+ | ==Taylor plots== | ||
+ | o=obj_new('cws_stats', scale=1) | ||
+ | o->taylor, overpass=[11317,11318,11319], atrainsensor='CALIOP'[, clevel='high', opaque='thick'] | ||
+ | obj_destroy, o<br> |
Revision as of 18:23, 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
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
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
Cross-section along ATRAIN track with RGB image
o=obj_new('cws_stats')
o->set_date,2008,6,13,13,45
o->brian_profile, cut=16
obj_destroy, o
Taylor plots
o=obj_new('cws_stats', scale=1)
o->taylor, overpass=[11317,11318,11319], atrainsensor='CALIOP'[, clevel='high', opaque='thick']
obj_destroy, o