mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 23:57:10 -04:00
5f2ba00bb8
Version information and more in the Windows resources for main applications, installer and un-installer. Update CMake policies for new project() command, and DEB dependency changes Support older libgfortran packages, and other Linux package dependencies. Use new project description file in Debian packaging. Linux packaging dependency adjustments for Debian style packages, including a machine readable Debian copyright format, project description in separate file for CPack compatibility, and use for DEB packaging. Configure check for need to link libm Standard C Math Library. CMake compatibility for <3.17.
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
:doctype: manpage
|
|
:man source: AsciiDoc
|
|
:man version: {VERSION}
|
|
:man manual: WSJT-X Manual
|
|
= fcal(1)
|
|
|
|
== NAME
|
|
|
|
fcal - Calculates a best-fit straight line for calibration data
|
|
|
|
== SYNOPSIS
|
|
|
|
*fcal* ['FILE']
|
|
|
|
== DESCRIPTION
|
|
|
|
*fcal* is one of suite of command line tools designed to aid frequency
|
|
measurement. These tools are aimed at those taking part in the ARRL
|
|
FMT, but are also useful for general frequency measurement and
|
|
calibration. They are included within the *WSJT-X* package for use
|
|
with the FreqCal mode of WSJT-X.
|
|
|
|
The input FILE is normally the output of the *fmtavg*(1) tool, after
|
|
adjusting to remove bad sources.
|
|
|
|
Refer to https://physics.princeton.edu/pulsar/k1jt/FMT_User.pdf for
|
|
detailed instructions.
|
|
|
|
== AUTHOR
|
|
|
|
Joe Taylor, K1JT.
|
|
|
|
== COPYING
|
|
|
|
*fcal* is Copyright (C) 2001 - 2019 by Joseph H. Taylor, Jr., K1JT,
|
|
with contributions from additional authors. WSJT-X is Open Source
|
|
software, licensed under the GNU General Public License (GPLv3).
|
|
|
|
This program is distributed in the hope that it will be useful, but
|
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
General Public License for more details.
|