code:work:lvisf:processing:idl:start
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
code:work:lvisf:processing:idl:start [2017/04/07 21:47] – created david | code:work:lvisf:processing:idl:start [2022/03/09 15:29] (current) – david | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== IDL Installing 6.3 ====== | ||
+ | |||
+ | - Untar the **idl_6.3_x86_64_linux.tar.gz** program into **/ | ||
+ | cd /usr/local | ||
+ | sudo tar -zxvf ~/ | ||
+ | </ | ||
+ | - Install the package | ||
+ | - Run the install script < | ||
+ | cd / | ||
+ | sudo ./install | ||
+ | </ | ||
+ | - Answer the following questions: | ||
+ | - Execute the install command now? (y/n): **y** | ||
+ | - Do you accept all of the terms of the preceding license agreement? (y/n): **y** | ||
+ | - Do you wish to continue? (y/n): **y** | ||
+ | - Create the symbolic links described in option 1 above? (y/n): **y** | ||
+ | - Do you want to start the DICOM Network Services at boot time? Root permissions are required.? (y/n): **n** (no need for this) | ||
+ | - Make symbolic links to this library to fool it into working < | ||
+ | sudo apt-get install libxpm4 | ||
+ | cd / | ||
+ | ls -l libXp* | ||
+ | sudo ln -s libXpm.so.4.11.0 libXp.so.6 | ||
+ | </ | ||
+ | |||
+ | ===== Environment ===== | ||
+ | |||
+ | < | ||
+ | |||
+ | #idl license and startup | ||
+ | export LM_LICENSE_FILE=" | ||
+ | export IDL_STARTUP=" | ||
+ | |||
+ | #idl path | ||
+ | export IDL_PATH="< | ||
+ | export IDL_PATH=" | ||
+ | export IDL_PATH=" | ||
+ | export IDL_PATH=" | ||
+ | export IDL_PATH=" | ||
+ | export IDL_PATH=" | ||
+ | export IDL_PATH=" | ||
+ | export IDL_PATH=" | ||
+ | export IDL_PATH=" | ||
+ | </ | ||
+ | |||
====== IDL Processing ====== | ====== IDL Processing ====== | ||
+ | |||
+ | ===== 2017.04.07 ===== | ||
+ | |||
+ | ==== Center Image ==== | ||
+ | |||
+ | < | ||
+ | cd / | ||
+ | idl read_lvisf_merged.pro | ||
+ | |||
+ | # / | ||
+ | # sweep*.dat | ||
+ | |||
+ | v=where(c.system_status EQ 129) | ||
+ | pa = peak(c.txawaveform) | ||
+ | pb = peak(c.txbwaveform) | ||
+ | pc = peak(c.txcwaveform) | ||
+ | mtitle=' | ||
+ | plot, | ||
+ | plots, | ||
+ | </ | ||
===== Stationary RX ===== | ===== Stationary RX ===== |
code/work/lvisf/processing/idl/start.1491601625.txt.gz · Last modified: 2017/04/07 21:47 by david