Hi wingardium,
Thank you for sharing your code for reading and converting SPC files to TSV files.
I would like to read/convert spc files from UV-Vis spektrofotometar, Shimadzu 1700 and to analyze it, but I got message:
Failed to recognise file format or the file format is not currently supported.
I have looked at code and the value of “bytes[1]” of file https://github.com/wingardium/spc-reader-java/blob/master/src/main/java/Reader.java line in 121 is -49.
Could you, please, tell me what is the problem and could it be solver to read “my scp format”?
Hi wingardium,
Thank you for sharing your code for reading and converting SPC files to TSV files.
I would like to read/convert spc files from UV-Vis spektrofotometar, Shimadzu 1700 and to analyze it, but I got message:
Failed to recognise file format or the file format is not currently supported.I have looked at code and the value of “bytes[1]” of file https://github.com/wingardium/spc-reader-java/blob/master/src/main/java/Reader.java line in 121 is -49.
Could you, please, tell me what is the problem and could it be solver to read “my scp format”?