MOD35 250m cloud mask with IDL [message #79121] |
Thu, 02 February 2012 04:31  |
yoann06
Messages: 6 Registered: August 2009
|
Junior Member |
|
|
Dear All,
Is there anybody out here, who has ever used the MODIS cloud mask with
250m resolution in IDL?
If so, I was wondering if you could give me some hints about how to
acces the two last bytes of the
cloud_mask SDS where the 250m binary thing is suppose to be stored.
and then how to use it to
mask my 250 m modis image. I am really struggling to do that, so some
help would be really appriciated.
best regards
Yoann
|
|
|
Re: MOD35 250m cloud mask with IDL [message #94798 is a reply to message #79121] |
Tue, 17 October 2017 20:21  |
lxianbnu1
Messages: 3 Registered: October 2017
|
Junior Member |
|
|
在 2012年2月2日星期四 UTC+8下午8:31:55,yoann06写道:
> Dear All,
> Is there anybody out here, who has ever used the MODIS cloud mask with
> 250m resolution in IDL?
> If so, I was wondering if you could give me some hints about how to
> acces the two last bytes of the
> cloud_mask SDS where the 250m binary thing is suppose to be stored.
> and then how to use it to
> mask my 250 m modis image. I am really struggling to do that, so some
> help would be really appriciated.
> best regards
> Yoann
I think you can write an IDL program to change the byte data to binary data,and then extract the two last bytes.
|
|
|