CREW/AVACS examples
From CrewWiki
(Difference between revisions)
(→Taylor plots) |
|||
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> | ||
- | |||
==Scatterplots SEVIRI against CALIOP or CPR== | ==Scatterplots SEVIRI against CALIOP or CPR== | ||
Line 20: | Line 19: | ||
</code><br> | </code><br> | ||
[[File:scatterplots.jpg|200px|CTH scatterplot SEVIRI against CPR]]<br> | [[File:scatterplots.jpg|200px|CTH scatterplot SEVIRI against CPR]]<br> | ||
- | |||
==CTH cross-section along ATRAIN track: SEVIRI, CALIOP and CPR== | ==CTH cross-section along ATRAIN track: SEVIRI, CALIOP and CPR== | ||
Line 30: | Line 28: | ||
</code><br> | </code><br> | ||
[[File:cth_all.jpg|200px|CTH cross section (with standard deviation)]]<br> | [[File:cth_all.jpg|200px|CTH cross section (with standard deviation)]]<br> | ||
- | |||
==COD cross-section along ATRAIN track: SEVIRI, CALIOP and CPR== | ==COD cross-section along ATRAIN track: SEVIRI, CALIOP and CPR== | ||
Line 40: | Line 37: | ||
</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> | ||
- | |||
==Cross-section along ATRAIN track with RGB image== | ==Cross-section along ATRAIN track with RGB image== | ||
Line 50: | Line 46: | ||
</code><br> | </code><br> | ||
[[File:brians_profile.jpg|200px|CTH cross section]]<br> | [[File:brians_profile.jpg|200px|CTH cross section]]<br> | ||
- | |||
==Taylor plots== | ==Taylor plots== | ||
Line 56: | Line 51: | ||
o->taylor, overpass=[11317,11318,11319], atrainsensor='CPR'<br> | o->taylor, overpass=[11317,11318,11319], atrainsensor='CPR'<br> | ||
obj_destroy, o<br> | obj_destroy, o<br> | ||
+ | [[File:taylor_CTH_CPR.jpg|200px|CTH Taylor plot with CPR]]<br> |
Revision as of 18:44, 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='CPR'
obj_destroy, o