Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
two typos
  • Loading branch information
scottstanie committed Jun 28, 2023
commit 0ade8d09ccbb5c30d77566760fc153f16811a7ed
4 changes: 2 additions & 2 deletions src/s1reader/s1_annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def _parse_vectorlist(xml_et: ET.ElementTree,
xml_et : lxml.etree.ElementTree
XML tree to parse
name_vector_list : str
List of dields in the xml_et to parse
List of fields in the xml_et to parse
name_vector : str
Name of the field in each elements of the `name_vector_list`
(e.g. 'noiseLut' in 'noiseVectorList')
Expand Down Expand Up @@ -209,7 +209,7 @@ class CalibrationAnnotation(AnnotationBase):
@classmethod
def from_et(cls, et_in: ET, path_annotation: str):
'''
Extracts the list of calibration informaton from etree from
Extracts the list of calibration information from etree from
the Calibration Annotation Data Set (CADS).
Parameters:
-----------
Expand Down