CREW/AVACS examples

From CrewWiki

Jump to: navigation, search

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

CTH histogram along the ATRAIN track

o=obj_new('cws_stats')
o->hist_atrain, overpass=[11317,11318,11319], show_group='ALL', mask='IND'
o->hist_atrain, overpass=[11317,11318,11319], show_group='ALL', mask='COM', xrange=[0,0.05]
obj_destroy, o

CTH histogram Atrain individual mask CTH histogram Atrain common mask

Scatterplots SEVIRI against CALIOP or CPR

o=obj_new('cws_stats', scale=1)
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)

CTH cross-section along ATRAIN track with RGB image

o=obj_new('cws_stats', scale=1)
o->set_date,2008,6,13,13,45
o->brian_profile, cut=16 [,show_group=show_group, z_min = z_min, z_max = z_max, dz=dz] [optional arguments]
obj_destroy, o
(see also cws_stats__read_atrain_2d.pro)

CTH cross section

COD cross-section along ATRAIN track: SEVIRI and MODIS

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)

Taylor diagrams

o=obj_new('cws_stats', scale=1)
o->taylor, overpass=[11317,11318,11319], atrainsensor='CPR'
obj_destroy, o
CTH Taylor plot with CPR

CTH bias or rmsd to CALIOP/CPR as function of CALIOP COD

o=obj_new('cws_stats', scale=1)
o->dep_atrain, overpass=[11317,11318,11319] [,bias=bias, rmsd=rmsd]
obj_destroy, o
CTH difference to CALIOP as function of CALIOP COD