mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 04:38:37 -05:00
More usage information for mapsim command.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2536 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
e2a9cdb428
commit
978fe1a81b
@ -15,6 +15,10 @@ program mapsim
|
|||||||
if(nargs.ne.9) then
|
if(nargs.ne.9) then
|
||||||
print*,'Usage: mapsim level "message" mode f1 f2 nsigs pol SNR nfiles'
|
print*,'Usage: mapsim level "message" mode f1 f2 nsigs pol SNR nfiles'
|
||||||
print*,'Example: 25 "CQ K1ABC FN42" B -22 33 20 45 -20 1'
|
print*,'Example: 25 "CQ K1ABC FN42" B -22 33 20 45 -20 1'
|
||||||
|
print*,' '
|
||||||
|
print*,'Enter message = "" to use entries in msgs.txt.'
|
||||||
|
print*,'Enter pol = -1 to generate a range of polarization angles.'
|
||||||
|
print*,'Enter SNR = 0 to generate a range of SNRs.'
|
||||||
go to 999
|
go to 999
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//--------------------------------------------------------------- MainWindow
|
//-------------------------------------------------------------- MainWindow
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
#include "ui_mainwindow.h"
|
#include "ui_mainwindow.h"
|
||||||
#include "devsetup.h"
|
#include "devsetup.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user