Skip to content

Commit a9c20a4

Browse files
authored
bugfix in Sentinel1BurstSlc.swath_name() (#89)
1 parent dfc028a commit a9c20a4

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
@@ -668,7 +668,7 @@ def width(self):
668668
@property
669669
def swath_name(self):
670670
'''Swath name in iw1, iw2, iw3.'''
671-
return self.burst_id.swath_name
671+
return self.burst_id.subswath.lower()
672672

673673
@property
674674
def thermal_noise_lut(self):

0 commit comments

Comments
 (0)