Minor cleanup of symspec.f90.

This commit is contained in:
Joe Taylor 2022-09-08 12:57:37 -04:00
parent c3579831ba
commit 64108e85ea

View File

@ -55,6 +55,7 @@ subroutine symspec(shared_data,k,TRperiod,nsps,ingain,bLowSidelobes, &
endif
if(k.lt.k0) then !Start a new data block
k0=0
ja=0
ssum=0.
ihsym=0
@ -64,10 +65,6 @@ subroutine symspec(shared_data,k,TRperiod,nsps,ingain,bLowSidelobes, &
sq=0.
pxmax=0.;
! dwell_time=0.0001
! if(k.gt.k0 .and. npct.gt.0) call blanker(shared_data%id2(k0+1:k), &
! k-k0,dwell_time,npct)
do i=k0+1,k
x1=shared_data%id2(i)
if (abs(x1).gt.pxmax) pxmax = abs(x1);