Name
warangps - version 0.0.0-snapshot-20131004Synopsis
warangps [OPTIONS] [FILE]Description
WARAN Global Positioning System is a graphic interface to monitor an array of WARAN stations equiped with GPS for precise positionning. It includes all necessary tools to handle coordinates of stations on the field. It computes theoretical array response (FK) and co-array for ring selection (SPAC). Coordinates can be loaded from FILE. It replaces the former build_array for array response computation.
warangps options:
- -no-gps
- Starts off-line mode expecting coordinates from a coordinate file (default mode). If no '-format' is provided, the file parser dialog box is shown for importing FILE.
- -gps
- Starts on-line mode expecting coordinates from GPS devices. FILE is a two-column file: station_name station_ip
- -port PORT
- Port used by GPS stations (default=2974).
- -format FILE
- Defines the format of the coordinate file. This is a '.ctparser'' file that can be exported from the coordinate parser dialog box.
Qt options:
- -nograb
- Tells Qt that it must never grab the mouse or the keyboard
- -dograb
- Running under a debugger can cause an implicit -nograb, use -dograb to override
- -sync
- Switches to synchronous mode for debugging
- -style <style>
- Sets the application GUI style. Possible values aremotifwindowsplatinum
If you compiled Qt with additional styles or have additional styles as plugins these will be available to the -style command line option - -session <session>
- Restore the application from an earlier session
- -reverse
- Sets the application's layout direction to right to left
- -display <display>
- Sets the X display (default is $DISPLAY)
- -geometry <geometry>
- Sets the client geometry of the first window that is shown
- -fn, -font <font>
- Defines the application font. The font should be specified using an X logical font description
- -bg, -background <color>
- Sets the default background color and an application palette (light and dark shades are calculated)
- -fg, -foreground <color>
- Sets the default foreground color
- -btn, -button <color>
- Sets the default button color
- -name <name>
- Sets the application name
- -title <title>
- Sets the application title
- -visual TrueColor
- Forces the application to use a TrueColor visual on an 8-bit display
- -ncols <count>
- Limits the number of colors allocated in the color cube on an 8-bit display, if the application is using the QApplication::ManyColor color specification. If count is 216 then a 6x6x6 color cube is used (i.e. 6 levels of red, 6 of green, and 6 of blue); for other values, a cube approximately proportional to a 2x3x1 cube is used
- -cmap <count>
- Causes the application to install a private color map on an 8-bit display
- -im <XIM server>
- Sets the input method server (equivalent to setting the XMODIFIERS environment variable)
- -noxim
- Disables the input method framework ("no X input method")
- -inputstyle <inputstyle>
- Defines how the input is inserted into the given widget. Possible values are:onTheSpot makes the input appear directly in the widgetoffTheSpotoverTheSpot makes the input appear in a box floating over the widget
Generic options:
- -h, -help [<SECTION>]
- Shows help. SECTION may be empty or: all, html, latex, generic, debug, qt, warangps
- -args
- Lists the argument history
- -version
- Shows version information
- -app-version
- Shows short version information
- -j, -jobs <N>
- Allows a maximum of N simulteneous jobs for parallel computations (default=2).
Debug options:
- -nobugreport
- Does not generate bug reports in case of error.
- -reportbug
- Starts bug report dialog, information about bug is passed through stdin. This option is used internally to report bugs if option -nobugreport is not specified.
- -reportint
- Starts bug report dialog, information about interruption is passed through stdin. This option is used internally to report interruptions if option -nobugreport is not specified.
Authors
Marc WatheletMarc Wathelet (LGIT, Grenoble, France)