12.07.2015 Views

MODIS Collection 5 Active Fire Product User's Guide Version ... - FAO

MODIS Collection 5 Active Fire Product User's Guide Version ... - FAO

MODIS Collection 5 Active Fire Product User's Guide Version ... - FAO

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

4.1.6 Example CodeExample 1: IDL code for reading the “fire mask” SDS in the <strong>MODIS</strong> Level 2 fire product.mod14_file = ’MOD14.A2002177.1830.005.2008192223417.hdf’; open the HDF file for readingsd_id = HDF_SD_START(mod14_file, /READ); find the SDS index to the MOD14 fire maskindex = HDF_SD_NAMETOINDEX(sd_id, ’fire mask’); select and read the entire fire mask SDSsds_id = HDF_SD_SELECT(sd_id, index)HDF_SD_GETDATA, sds_id, fire_mask; finished with SDSHDF_SD_ENDACCESS, sds_id; finished with HDF fileHDF_SD_END, sd_id21

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!