@@ -390,7 +390,7 @@ def filter_raw_measurements(self,t_rx_secs):
390390
391391 @staticmethod
392392 def _row_map ():
393- """Map of column names from loaded to gnss_lib_py standard
393+ """Map of row names from loaded to gnss_lib_py standard
394394
395395 Returns
396396 -------
@@ -490,7 +490,7 @@ def postprocess(self):
490490
491491 @staticmethod
492492 def _row_map ():
493- """Map of column names from loaded to gnss_lib_py standard
493+ """Map of row names from loaded to gnss_lib_py standard
494494
495495 Returns
496496 -------
@@ -589,7 +589,7 @@ def preprocess(self, input_path):
589589 if len (sensor_dfs ) == 0 :
590590 measurements = pd .DataFrame ()
591591 elif len (sensor_dfs ) > 1 :
592- measurements = pd .concat (sensor_dfs , axis = 1 )
592+ measurements = pd .concat (sensor_dfs , axis = 0 )
593593 else :
594594 measurements = sensor_dfs [0 ]
595595
@@ -602,7 +602,7 @@ def postprocess(self):
602602 self ["gps_millis" ] = unix_to_gps_millis (self ["unix_millis" ])
603603
604604 def _row_map (self ):
605- """Map of column names from loaded to gnss_lib_py standard
605+ """Map of row names from loaded to gnss_lib_py standard
606606
607607 Returns
608608 -------
@@ -639,7 +639,7 @@ def __init__(self, input_path):
639639 super ().__init__ (input_path , sensor_fields = sensor_fields )
640640
641641 def _row_map (self ):
642- """Map of column names from loaded to gnss_lib_py standard
642+ """Map of row names from loaded to gnss_lib_py standard
643643
644644 Returns
645645 -------
@@ -676,7 +676,7 @@ def __init__(self, input_path):
676676 super ().__init__ (input_path , sensor_fields = sensor_fields )
677677
678678 def _row_map (self ):
679- """Map of column names from loaded to gnss_lib_py standard
679+ """Map of row names from loaded to gnss_lib_py standard
680680
681681 Returns
682682 -------
@@ -713,7 +713,7 @@ def __init__(self, input_path):
713713 super ().__init__ (input_path , sensor_fields = sensor_fields )
714714
715715 def _row_map (self ):
716- """Map of column names from loaded to gnss_lib_py standard
716+ """Map of row names from loaded to gnss_lib_py standard
717717
718718 Returns
719719 -------
0 commit comments