File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -335,18 +335,6 @@ class ProductAnnotation(AnnotationBase):
335
335
336
336
slant_range_time : float
337
337
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
-
350
338
351
339
@classmethod
352
340
def from_et (cls , et_in : ET ):
@@ -939,7 +927,7 @@ def from_polynomial_lists(cls,
939
927
sensing_start : datetime .datetime ,
940
928
sensing_end : datetime .datetime ):
941
929
'''
942
- Extract coefficients from `product_annotation` that fall within
930
+ Extract coefficients from the list of the polynomial lists that fall within
943
931
the provided sensing start / end times of a burst.
944
932
945
933
Parameters:
You can’t perform that action at this time.
0 commit comments