Update runCoregSd.py

Corrected some spelling errors.
LT1AB
Bryan Marfito 2020-11-08 11:58:31 +08:00 committed by piyushrpt
parent 5c806c42ce
commit 4de4c6314e
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ def spectralDiversity(referenceSwath, interferogramDir, interferogramPrefix, out
#get spectral diversity inteferogram
offset_sd=[]
for i in range(1, nls):
print('ouput spectral diversity inteferogram %d' % i)
print('output spectral diversity inteferogram %d' % i)
#original spectral diversity inteferogram
sd = inf[:,:,0] * np.conj(inf[:,:,i])