copying files:
-------------
copy uv to Origin7/uv
copy uvimport.c, uvimport.ocw and uv.otw  to  Origin7/OriginC/
rename Origin7/custom.ogs to Origin7/old-custom.ogs
copy custom.ogs to  Origin7/

compiling:
---------
In Origin7 open the CodeBuilder (menu view or symbol cog wheel)
Use menu "Open Workspace.." and select Origin7/OriginC/uvimport.ocw
Use menu "Open.." and select uvimport.c
Use symbol Build
If you dont want default uvimport(""): Open Origin7/custom.ogs to change it
Close the CodeBuilder

usage:
-----
Open ScriptWindow from menu View (if its not open yet) to see messages from
the c program.
Use symbol CustomRoutine, this should load the spectrum (if filename
was "" it will open a dialogbox to get the file).

bugs:
----
When including spex2.h the Compiler of Origin7 gives Errors.
Because spex2.h is absolutly correct it must be a bug in Origin.
Number of points is restricted to 32000 (missing malloc in Origin),
if needed more just replace it (at several places).
