Scientific data read ( CALIPSO) and plotting
4 次查看(过去 30 天)
显示 更早的评论
Hello, I want some help in plotting the CALIPSO satellite images as shown in below link http://www-calipso.larc.nasa.gov/products/lidar/browse_images/show_detail.php?s=production&v=V3-01&browse_date=2009-01-20&orbit_time=21-13-01&page=2&granule_name=CAL_LID_L1-ValStage1-V3-01.2009-01-20T21-13-01ZD.hdf
in MATLAB can anybody help me, although there are some tools to explore, I am finding difficulty in plotting.
Thanks
回答(1 个)
Star Strider
2014-6-22
You could probably use the urlwrite function to download the images or the entire Web page, but a much easier way would simply be to create a subdirectory for them, right-click on each image, choose ‘Save Image As’ in the pop-up menu (Firefox, but similar commands exist in IE and other browsers), and then download each ‘.png’ image to its subdirectory on your computer. There aren’t that many.
They’re ‘.png’ images, so the imread and image functions would likely work. You have significantly more options if you have the Image Processing Toolbox.
NOTE: If Image Analyst suggests a different approach to reading or displaying them, do what he says.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 CubeSat and Satellites 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!