CREW/AVACS examples
From CrewWiki
(Difference between revisions)
(→Display a RGB image with the track of the ATRAIN satellite constellation) |
|||
Line 7: | Line 7: | ||
o->set_date,2008,6,13,12,00<br> | o->set_date,2008,6,13,12,00<br> | ||
o->make_image, /single, /track<br> | o->make_image, /single, /track<br> | ||
+ | obj_destroy, o<br> | ||
+ | </code><br> | ||
+ | [[File:rgb_image.jpg|200px|RGB image with Atrain track]]<br> | ||
+ | <br> | ||
+ | |||
+ | ==Display a RGB image with the track of the ATRAIN satellite constellation== | ||
+ | <code> | ||
+ | o=obj_new('cws_stats') <br> | ||
+ | o->set_product,'cth'<br> | ||
+ | o->set_date,2008,6,13,12,00<br> | ||
+ | o->calipso_cpr, product=product, overpass=overpass<br> | ||
obj_destroy, o<br> | obj_destroy, o<br> | ||
</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> | ||
<br> | <br> |
Revision as of 16:03, 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
Display a RGB image with the track of the ATRAIN satellite constellation
o=obj_new('cws_stats')
o->set_product,'cth'
o->set_date,2008,6,13,12,00
o->calipso_cpr, product=product, overpass=overpass
obj_destroy, o