Open mpele opened 7 years ago
Hi mpele,
I started this tool initially for helping with the lab team in my university to convert spc files. Apparently our lab team only produces LSB format spc files. So unfortunately, this tool now only supports LSB format.
MSB, OLD supports will be added. I haven't been able to find a Shimadzu spc data format specification file. So I am not sure how the structure of this Shimadzu format is.
If you happen to have the Shimadzu spc data spec and would like to share it with me, I am happy to take some time to add it into this tool.
It looks like that Shimadzu has its own property spc file format. Thanks for help
On Thu, Mar 16, 2017 at 11:21 AM, wingardium notifications@github.com wrote:
Hi mpele,
I started this tool initially for helping with the lab team in my university to convert spc files. Apparently our lab team only produces LSB format spc files. So unfortunately, this tool now only supports LSB format.
MSB, OLD supports will be added. I haven't been able to find a Shimadzu spc data format specification file. So I am not sure how the structure of this Shimadzu format is.
If you happen to have the Shimadzu spc data spec and would like to share it with me, I am happy to take some time to add it into this tool.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/wingardium/spc-reader-java/issues/1#issuecomment-287014769, or mute the thread https://github.com/notifications/unsubscribe-auth/ALp4qnNN54wprDai13_nYahUWbNHQG7Gks5rmQ0OgaJpZM4Me7cO .
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”?