Changes for autocnet/fileio/io_ccs.py: 12 added lines, 26 removed lines.
Original line number
Diff line number
Diff line
@@ -25,7 +25,7 @@ def CCS(input_data):
df['Pversion']=fname[34:36]
#transpose the data frame
#read the file header and put information into the dataframe as new columns (inneficient, but much easier to concatenate data from multiple files)
#read the file header and put information into the dataframe as new columns (inneficient to store this data many times, but much easier to concatenate data from multiple files)