PARSE_NSIDC_AMSR_E_L3_SEAICE Name
Parse_NSIDC_AMSR_E_L3_SeaIce
Purpose
The purpose of this routine is to read and obtain information about
NSIDC AMSR-E/Aqua Daily L3 12.5 km Brightness Temperature, Sea Ice
Concentration, & Snow Depth Polar Grids.
http://nsidc.org/data/docs/daac/ae_si12_12km_tb_sea_ice_and_snow.gd.html
Author
David W. Fanning, Ph.D
National Snow and Ice Data Center (NSIDC)
NSIDC/CIRES University of Colorado
Boulder, CO 80309
E-Mail: fanning@nsidc.org Category
File Reading.
Syntax
image = Parse_NSIDC_AMSR_E_L3_SeaIce(filename, variable)
Return Value
image: The image data in the file.
Arguments
filename: The name of an AMSR-E L3 Sea Ice HDF file.
variable: The scientific dataset variable to read from the file.
Output Keywords
INFO: An output structure containing information about the image. See the
documentation for PARSE_NSIDC_FILENAME for an example.
SUCCESS: Set to 1 if the file was successfully read, otherwise to 0.
Modification History
Written by: David W. Fanning, 6 January 2009.