Make the UIO IDL routines visible to IDL - somehow. There are several ways to do that. Three are described below:
We recommend to create an initialization file
(e.g. named
Alternatively, one might set the IDL path variable accordingly like
Or, you just make a symbolic link from the UIO IDL
routines at their original location to a sub-directory of the main IDL
directory, which should be in the IDL path anyway.
The initial (single) call of
start.pro
) which should be called after starting IDL
(e.g.tex2html_verb_mark>2990
addpath=expand_path('+$UIOPATH/idl')
addpath=addpath + ':' + expand_path('+$HOME/HYDRO/IDL/rhdpro')
if strtrim(addpath,2) ne '' then !path=addpath+':'+!path
delvar, addpath
; -- Initialize uio-routines --
uio_init, progrm='by hand'
${UIOPATH}
which specifies where to
find the IDL routines for the UIO handling in the script above.
.bashrc
file before starting IDL.
uio_init
is necessary in any case.
Next: 10.2 CO5BOLD data in
Up: 10. Data analysis with
Previous: 10. Data analysis with
Contents
Index