CREW/AVACS examples

From CrewWiki

(Difference between revisions)
Jump to: navigation, search
(COD cross-section along ATRAIN track: SEVIRI, CALIOP and CPR)
Line 10: Line 10:
</code><br>
</code><br>
[[File:rgb_image.jpg|200px|RGB image with Atrain track]]<br>
[[File:rgb_image.jpg|200px|RGB image with Atrain track]]<br>
 +
 +
==CTH histogram along the ATRAIN track==
 +
<code>
 +
o=obj_new('cws_stats') <br>
 +
o->atrain_hist, overpass=[11317,11318,11319]<br>
 +
obj_destroy, o<br>
 +
</code><br>
 +
[[File:atrain_histogram.jpg|200px|CTH histogram Atrain]]<br>
==Scatterplots SEVIRI against CALIOP or CPR==
==Scatterplots SEVIRI against CALIOP or CPR==
Line 37: Line 45:
</code><br>
</code><br>
[[File:cod_all.jpg|200px|COD cross section (with standard deviation)]]<br>
[[File:cod_all.jpg|200px|COD cross section (with standard deviation)]]<br>
-
 
-
==CTH histogram along the ATRAIN track==
 
-
<code>
 
-
o=obj_new('cws_stats') <br>
 
-
o->atrain_hist, overpass=[11317,11318,11319]<br>
 
-
obj_destroy, o<br>
 
-
</code><br>
 
-
[[File:atrain_histogram.jpg|200px|CTH histogram Atrain]]<br>
 
==Cross-section along ATRAIN track with RGB image==
==Cross-section along ATRAIN track with RGB image==

Revision as of 11:10, 25 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

CTH histogram along the ATRAIN track

o=obj_new('cws_stats')
o->atrain_hist, overpass=[11317,11318,11319]
obj_destroy, o

CTH histogram Atrain

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)

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

CTH cross section

Taylor plots

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