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:
Joe Taylor 2012-08-28 19:01:05 +00:00
parent e2a9cdb428
commit 978fe1a81b
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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"