Update ion_subband.py

correct variable name
LT1AB
CunrenLiang 2020-12-06 12:07:48 -08:00
parent ab8b0f4755
commit fb96c54581
1 changed files with 1 additions and 1 deletions

View File

@ -588,7 +588,7 @@ if __name__ == '__main__':
if len(swathPhaseDiffSnapIon) != nframe: if len(swathPhaseDiffSnapIon) != nframe:
raise Exception('please specify each frame for parameter: -snap') raise Exception('please specify each frame for parameter: -snap')
for i in range(nframe): for i in range(nframe):
if len(snapSwath[i]) != (nswath-1): if len(swathPhaseDiffSnapIon[i]) != (nswath-1):
raise Exception('please specify correct number of swaths for parameter: -snap') raise Exception('please specify correct number of swaths for parameter: -snap')
if swathPhaseDiffLowerIon is not None: if swathPhaseDiffLowerIon is not None: