Skip to content

Commit 653a408

Browse files
committed
unnecessary members removed; docstring revised
1 parent be7ff30 commit 653a408

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/s1reader/s1_annotation.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -335,18 +335,6 @@ class ProductAnnotation(AnnotationBase):
335335

336336
slant_range_time: float
337337

338-
# FM rate parameters for
339-
# azimuth FM rate mismatch mitigation
340-
vec_aztime_fm_rate: np.ndarray
341-
lut_coeff_fm_rate: np.ndarray
342-
vec_tau0_fm_rate:np.ndarray
343-
344-
# Doppler centroid (DC) parameters for
345-
# azimuth FM rate mismatch mitigation
346-
vec_aztime_dc: np.ndarray
347-
lut_coeff_dc: np.ndarray
348-
vec_tau0_dc: np.ndarray
349-
350338

351339
@classmethod
352340
def from_et(cls, et_in: ET):
@@ -939,7 +927,7 @@ def from_polynomial_lists(cls,
939927
sensing_start: datetime.datetime,
940928
sensing_end: datetime.datetime):
941929
'''
942-
Extract coefficients from `product_annotation` that fall within
930+
Extract coefficients from the list of the polynomial lists that fall within
943931
the provided sensing start / end times of a burst.
944932
945933
Parameters:

0 commit comments

Comments
 (0)