List of Routines By Functionality | MISR Toolkit: Main Page
-Abstract MTK_FILLVALUE_GET returns the fill values for a given MISR product file, grid, and field. -Copyright Copyright (2005), California Institute of Technology. U.S. Government sponsorship acknowledged. -I/O Given: file MISR file grid grid name field field name the call: status = MTK_FILLVALUE_GET( file, grid, field, fill_value ) returns: status 0 on success; otherwise failure fill_value fill value -Examples ;; ;; Set up input parameters ;; file = '../Mtk_testdata/in/MISR_AM1_GRP_ELLIPSOID_GM_P037_O029058_AA_F03_0024.hdf' grid = 'RedBand' field = 'Red Radiance/RDQI[ status = MTK_FILLVALUE_GET( file, grid, field, fill_value ) ;; ;; Output... ;; print, 'file : ', file print, 'grid : ', grid print, 'field : ', field print, '=================================================' print, 'FILL VALUE : ',fill_value IDL outputs: file : ../Mtk_testdata/in/MISR_AM1_GRP_ELLIPSOID_GM_P037_O029058_AA_F03_0024.hdf grid : RedBand field : Red Radiance/RDQI ================================================= FILL VALUE : 65515 -Particulars None. -Required Reading For important details concerning this module's function, please refer to the MTK routine MtkFillValueGet.c. -Version -IDL-MTK Version 1.2.0