@@ -389,7 +389,7 @@ def filter_raw_measurements(self,t_rx_secs):
389389
390390 @staticmethod
391391 def _row_map ():
392- """Map of column names from loaded to gnss_lib_py standard
392+ """Map of row names from loaded to gnss_lib_py standard
393393
394394 Returns
395395 -------
@@ -489,7 +489,7 @@ def postprocess(self):
489489
490490 @staticmethod
491491 def _row_map ():
492- """Map of column names from loaded to gnss_lib_py standard
492+ """Map of row names from loaded to gnss_lib_py standard
493493
494494 Returns
495495 -------
@@ -601,7 +601,7 @@ def postprocess(self):
601601 self ["gps_millis" ] = unix_to_gps_millis (self ["unix_millis" ])
602602
603603 def _row_map (self ):
604- """Map of column names from loaded to gnss_lib_py standard
604+ """Map of row names from loaded to gnss_lib_py standard
605605
606606 Returns
607607 -------
@@ -638,7 +638,7 @@ def __init__(self, input_path):
638638 super ().__init__ (input_path , sensor_fields = sensor_fields )
639639
640640 def _row_map (self ):
641- """Map of column names from loaded to gnss_lib_py standard
641+ """Map of row names from loaded to gnss_lib_py standard
642642
643643 Returns
644644 -------
@@ -675,7 +675,7 @@ def __init__(self, input_path):
675675 super ().__init__ (input_path , sensor_fields = sensor_fields )
676676
677677 def _row_map (self ):
678- """Map of column names from loaded to gnss_lib_py standard
678+ """Map of row names from loaded to gnss_lib_py standard
679679
680680 Returns
681681 -------
@@ -712,7 +712,7 @@ def __init__(self, input_path):
712712 super ().__init__ (input_path , sensor_fields = sensor_fields )
713713
714714 def _row_map (self ):
715- """Map of column names from loaded to gnss_lib_py standard
715+ """Map of row names from loaded to gnss_lib_py standard
716716
717717 Returns
718718 -------
0 commit comments