| l2bin_aquarius | ![]() |
Creates a Level 3 bin file from one or more Aquarius Level 2 input files.
Location
Details
Command Line Usage
Tools -> OCSSW Processing -> l2bin_aquarius
<l2bin_aquarius performs spatial/temporal binning of Aquarius Level-2 data files.
![]() |
| UI Element Name | Type | Description | Required/Optional | Default Value |
| infile | Text Field | input filename/filelist | Required | |
| ofile | Text Field | output bin filename | Required | |
| resolve | text | the bin resolution (typically '1D') | Optional | |
| l3bprod | text | the output products to bin | Optional | |
| suite | text | suite | Optional | |
| beam | text | the radiometer beam (1-3) | Optional | |
| flaguse | text | flags masked | Optional | |
| filter_width | text | the angular radius in degrees of the cutoff filter | Optional | |
| fill | int | fill={0,1}
0 - no fill of undefined bins
1 - fill undefined bins
|
Optional | |
| fit | text | fit = {"C", "L", "B", "Q"}
"C" - constant fit (1 parameter)
"L" - linear fit (2 parameters)
"B" - bilinear fit (3 parameters)
"Q" - quadratic fit (4 parameters)
|
Optional | |
| pversion | Text Field | processing version | Optional |
| UI Element Name | Type | Description |
| Browser Button | Button | Selects infile/ofile |
| Load Parameters ... | Button | Reads in previously saved parameters and populates the fields in GUI. |
| Store Parameters ... | Button | Saves the current arguments in GUI in a file. |
| Run | Button | Executes the l2bin_aquarius command with arguments provided in the UI. |
| Cancel | Button | Closes current processor GUI. |
| Apply | Button | Makes current arguments effective. |
| Open in SeaDAS | Checkbox | If selected, the ofile will be added to the open products list right after its generation. |
| ? | Button | Displays the help content of the current command. |
l2bin_aquarius infile=input_filelist ofile=L3B_output_file resolve=resolution l3bprod=product_list beam=beam_number flaguse=flaguse filter_width=filter_width fill=fill fit=fit pversion=pversion
where input_filelist is the list of L2 files to bin
L3B_output_filelist is the L3B output filename
resolve is the bin resolution (typically '1D')
product_list is the output products to bin
beam_number is the radiometer beam (1-3)
pversion is processing version
The following parameters are for smoothing:
filter_width is the angular radius in degrees of the cutoff filter
fill = {0,1} {0 - no fill of undefined bins, 1 - fill undefined bins}
fit = {"C", "L", "B", "Q"}
"C" - constant fit (1 parameter)
"L" - linear fit (2 parameters)
"B" - bilinear fit (3 parameters)
"Q" - quadratic fit (4 parameters)