Open KBslu opened 9 months ago
Hi @KBslu, readgssi doesn't have great CSV support at the moment. What's the command you used to get this output?
Here is the command:
readgssi.readgssi(infile=r'/content/drive/MyDrive/Link portal/rgssi/09_13_2023_perroot/1600MHz/5cm_spacing/xaxis_ydirection/5CM_1600MHZ_TRUNCATED_001.DZT', outfile=r'/content/drive/MyDrive/Link portal/rgssi/09_13_2023_perroot/1600MHz/Processed_Outputs/dzt2csv/5cm_spacing/001', frmt='csv')
Sorry for the confusion—I meant what's the command you use to try to read the CSV back into readgssi?
readgssi.readgssi(infile=r'/content/drive/MyDrive/Link portal/rgssi/09_13_2023_perroot/1600MHz/Processed_Outputs/dzt2csv/5cm_spacing/001.csv', frmt=None, verbose=True, histogram=False,)
I converted a dzt file into a csv and ran a PCA on the file, but I wasn't able to reread the edited csv into readgssi.