NAME
baler_request - generate sync file for baler gap filling requests
SYNOPSIS
baler_request [-v] [-V]
[-n net ]
[-r reject_stas ]
[-s sta_match ]
[-t start_time ]
[-e end_time ]
[-d directory ]
gap_database [ dmc_gap_database ]
SUPPORT
Contributed code: NO BRTT support.
THIS PIECE OF SOFTWARE WAS CONTRIBUTED BY THE ANTELOPE USER COMMUNITY. BRTT DISCLAIMS ALL OWNERSHIP, LIABILITY, AND SUPPORT FOR THIS PIECE OF SOFTWARE.
FOR HELP WITH THIS PIECE OF SOFTWARE, PLEASE CONTACT THE CONTRIBUTING AUTHOR.
DESCRIPTION
baler_request is designed to generate a sync file of data gaps
to be used by baler_admin to retrieve the missing data. The sync file is
written to file named
baler_request_YYYY_MM.
The inputs to the program are the gap_database which contains gap table.
There is an optional dmc_gap_database which contains a listing of gaps
observed at the DMC. If there is a gap_database.deployment table
available, then all stations which have had their equip_remove field
value set before the current date will be removed from the sync file.
OPTIONS
-
-v
verbose
-
-V
Extremely verbose. Used for debugging purposes only.
-
-n net
Select network. Default is TA.
-
-r reject_stas
Regular expression for stations to be rejected. Default is "SUTB|V04C".
-
-s sta_match
Regular expression for stations to be matched. Default is ".*".
-
-t start_time
Start time of events to process from dbin. The default is to process the
complete dbin database.
-
-e end_time
End time of events to process from dbin. The default is to process the
complete dbin database.
-
-d directory
Directory to write output file into. The default is "." .
ENVIRONMENT
Needs to have sourced $ANTELOPE/setup.csh.
Needs environment variable $PFPATH to be set.
PARAMETER FILE
None.
RETURN VALUES
0 if successful, 1 if not.
BUGS AND CAVEATS
baler_request only outputs sync file to
STDOUT.
AUTHOR
Frank Vernon
Antelope User Group Contributed Software