MODIS Ocean Color Processing Logo

 

INPUT FILE FORMAT DESCRIPTION - MSBIN, MTBIN, MSPC, and MMAP

 

This document describes the file format of ancillary data files required for the MSBIN, MTBIN, MSPC, and MMAP routines of the MODIS ocean processing code.  The contents of this document were taken from fileformat.Doc.6.V2.hqx.pff.doc which is included in the delivery of the MODIS ocean processing code to the GDAAC.

The files described below include :

For details of the file format of ancillary data files required for the MODCOL and MODSST routines, please refer to the documents : Input File Format Description - MODCOL and Input File Format Description - MODSST.

 

File Name:

msbin_params1.dat.coeff

MODIS Product: MOD

File Type: ASCII

File Source:

Dr. Bob Evans

File Content Description:

File contains run time parameters for the msbin module. The data in this file is read by the routine getsbinpar.

File Structure Description:

text file contains 8 run time parameters. 1 parameter per record

Record/Line Format:

<parameter name>=<value>

Parameter Description Length
xgrid(integer) pixel grid factor in input image I10
ygrid(integer) scan grid factor in input image I10
binmodel(integer) binning algorithm to use I10
resolve(integer) kilometer resolution for binning I10
seamlon(real) longitude of grid row start f5.1
gsfcq(integer) algorithm to use in deciding pixel quality I10
flaguse(string) L2_flags to use for binning exclusion
onebin(integer) logical to allow a pixel to be in multiple bins I1

 

File Name:

mtbin_params1.dat.coeff

MODIS Product: MOD

File Type: ASCII

File Source:

Dr. Bob Evans

File Content Description:

File contains run time parameters for the mtbin module. The data in this file is read by the routine gettbinpar.

File Structure Description:

text file contains 1 run time parameter. 1 parameter per record

Record/Line Format:

<parameter name>=<value>

Parameter Description Length
gsfcq(integer) algorithm to use in deciding pixel quality I10

 

File Name:

mmap_params_*_**.dat.coeff

where
* = resolution of map: 1 degree, 4 km, 9 km or 36 km
** = one of the following maps:
m = mean, q=quality, f=common flags, 1=L2 flag byte 1, 2=L2 flag byte 2, 3=L2 flag byte 3

MODIS Product: MOD

File Type: ASCII

File Source:

Dr. Bob Evans

File Content Description:

File contains run time parameters for the mmap module. The data in this file is read by the routine getmmapar.

File Structure Description:

text file contains 3 run time parameters. 1 parameter per record

Record/Line Format:

<parameter name>=<value>

Parameter Description Length
stat(string) statistic to compute for bin
outx(integer) number of pixels/line in output image I10
outy(integer) number of lines in output image I10

 

File Name:

mspc_params_*.dat.coeff

where
* = resolution of of output file: 1 degree, 4 km, 9 km or 36 km

MODIS Product: MOD

File Type: ASCII

File Source:

Dr. Bob Evans

File Content Description:

File contains run time parameters for the mspc module. The data in this file is read by the routine getmspcpar.

File Structure Description:

text file contains 3 run time parameters. 1 parameter per record

Record/Line Format:

<parameter name>=<value>

Parameter Description Length
resolve(string) resolution I10
seamlon(real) seam longitude f5.1
binmodel(integer) binning model to use I10

 

 back to MODIS Ocean Data Processing home page

Documented by Jasmine S. Bartlett, COAS, Oregon State University.