Skip to content

Commit 99362eb

Browse files
yunjunzseongsujeong
authored andcommitted
bugfix in Sentinel1BurstSlc.swath_name() (isce-framework#89)
1 parent 6a603b1 commit 99362eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/s1reader/s1_burst_slc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ def width(self):
10271027
@property
10281028
def swath_name(self):
10291029
'''Swath name in iw1, iw2, iw3.'''
1030-
return self.burst_id.swath_name
1030+
return self.burst_id.subswath.lower()
10311031

10321032
@property
10331033
def thermal_noise_lut(self):

0 commit comments

Comments
 (0)