mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-30 12:42:27 -04:00
Merge branch 'feat-fst280' of bitbucket.org:k1jt/wsjtx into feat-fst280
This commit is contained in:
commit
4efd5536e8
@ -569,9 +569,10 @@ contains
|
|||||||
qual=0.
|
qual=0.
|
||||||
fsig=fc_synced - 1.5*hmod*baud
|
fsig=fc_synced - 1.5*hmod*baud
|
||||||
if(ex) then
|
if(ex) then
|
||||||
write(21,'(i6.6,8i6,f7.1,f10.2,f7.1,1x,f7.2,1x,f7.1,1x,a37,f5.3)') &
|
write(21,3021) nutc,icand,itry,nsyncoh,iaptype, &
|
||||||
nutc,icand,itry,nsyncoh,iaptype,ijitter,ntype,nsync_qual, &
|
ijitter,ntype,nsync_qual,nharderrors,dmin, &
|
||||||
nharderrors,dmin,sync,xsnr,xdt,fsig,msg,w50
|
sync,xsnr,xdt,fsig,w50,trim(msg)
|
||||||
|
3021 format(i6.6,6i3,2i4,f6.1,f7.2,f6.1,f6.2,f7.1,f7.3,1x,a)
|
||||||
flush(21)
|
flush(21)
|
||||||
endif
|
endif
|
||||||
call this%callback(nutc,smax1,nsnr,xdt,fsig,msg, &
|
call this%callback(nutc,smax1,nsnr,xdt,fsig,msg, &
|
||||||
|
Loading…
x
Reference in New Issue
Block a user