CREW/AVACS examples

From CrewWiki

Revision as of 16:34, 24 February 2014 by Hamann (Talk | contribs)
Jump to: navigation, search

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

RGB image with Atrain track

Scatterplots SEVIRI against CALIOP or CPR

o=obj_new('cws_stats')
o->set_product,'cth'
o->set_date,2008,6,13,12,00
o->calipso_cpr, sensor='CPR', overpass=[11317,11318,11319]
obj_destroy, o

CTH scatterplot SEVIRI against CPR