|
For HEX files created with Scanning Devices' Palm interface.
- Thermochron.m is probably
the Matlab file of most general use. It reads the hex files produced
by the SD Palm interface, so you don't have to use their software
to produce text files that you must then combine anyway. You'll also
need tilefigs, which just puts
all the figures on the screen at once. The SD data structure is not
robust to skipped bits, and unfortunately the mechanical interface
is prone to such, so sometimes the script will fail, when the problem
lies in the hex file. ProcessThermochron.m
uses a defined header structure particular to my application. It calls
thermochron.m for the processing, and the other scripts (orderThermochron.m
and exportThermochron.m)
for the formatting and exportation to text. It would need some tweaking
by you. I include it because some folks have been interested.
|