How can I convert from LIR format to Raw format?
I have this problem since the application only allows you to export the LIR values into a library ... (to avoid copy and paste for each command) so I can automatize the process for make the code more generic.
Convert LIR to RAW format
Re: Convert LIR to RAW format
Hi
If you had a copy of AnalysIR, you could do this in bulk.
Other wise the main option would be to use The LearnIR app as you know.
I could email you a python script that will convert from LIR to RAW. You can easily adjust this, if you know a little Python.
I guess you could also port it to C if inclined.
Let me know.
If you had a copy of AnalysIR, you could do this in bulk.
Other wise the main option would be to use The LearnIR app as you know.
I could email you a python script that will convert from LIR to RAW. You can easily adjust this, if you know a little Python.
I guess you could also port it to C if inclined.
Let me know.
Re: Convert LIR to RAW format
The python script would be fantastic!
Re: Convert LIR to RAW format
Can I also get the script, please?
A short description of the format would be sufficient also
A short description of the format would be sufficient also
Re: Convert LIR to RAW format
Sure, I will email it to you. The format is described in the LearnIR user guide (via the help menu).