User Tools

Site Tools


code:work:lvisf:processing:idl:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
code:work:lvisf:processing:idl:start [2017/04/07 21:48] – [IDL Processing] davidcode: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 **/usr/local** <code>
 +cd /usr/local
 +sudo tar -zxvf ~/down/idl/idl_6.3_x86_64_linux.tar.gz
 +</code>
 +  - Install the package
 +    - Run the install script <code>
 +cd /usr/local/rsi
 +sudo ./install
 +</code>
 +    - 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 <code>
 +sudo apt-get install libxpm4
 +cd /usr/lib/x86_64-linux-gnu
 +ls -l libXp*
 +sudo ln -s libXpm.so.4.11.0 libXp.so.6
 +</code>
 +
 +===== Environment =====
 +
 +<code>
 +
 +#idl license and startup
 +export LM_LICENSE_FILE="$HOME/idl/license.dat"
 +export IDL_STARTUP="$HOME/idl/idl_startup.pro"
 +
 +#idl path
 +export IDL_PATH="<IDL_DEFAULT>"
 +export IDL_PATH="$IDL_PATH:$HOME/idl/lvis_current"
 +export IDL_PATH="$IDL_PATH:$HOME/idl/lvis_utils"
 +export IDL_PATH="$IDL_PATH:$HOME/idl/lvisf"
 +export IDL_PATH="$IDL_PATH:$HOME/idl/lvis_classic_2019"
 +export IDL_PATH="$IDL_PATH:$HOME/idl/lvis21"
 +export IDL_PATH="$IDL_PATH:$HOME/idl/lvis"
 +export IDL_PATH="$IDL_PATH:$HOME/idl/hdl"
 +export IDL_PATH="$IDL_PATH:$HOME/idl/local"
 +</code>
 +
 ====== IDL Processing ====== ====== IDL Processing ======
  
 ===== 2017.04.07 ===== ===== 2017.04.07 =====
  
 +==== Center Image ====
 +
 +<code>
 +cd /home/lvis/work/lvisF/idl
 +idl read_lvisf_merged.pro
 +
 +# /mnt/nfs/internal
 +# sweep*.dat
 +
 +v=where(c.system_status EQ 129)
 +pa = peak(c.txawaveform)
 +pb = peak(c.txbwaveform)
 +pc = peak(c.txcwaveform)
 +mtitle='2017.03.31 CHA Roll=25000 RX=12104 File=131830'
 +plot,c(v).roll_beam(2),c(v).pitch_beam(2),/ynoz,/iso,/nodata,title=mtitle,xtitle='Roll (cnt)',ytitle='Pitch (cnt)'
 +plots,c(v).roll_beam(2),c(v).pitch_beam(2),color=bytscl(pa(v)),psym=2,symsize=0.3
 +</code>
  
 ===== Stationary RX ===== ===== Stationary RX =====
code/work/lvisf/processing/idl/start.1491601704.txt.gz · Last modified: 2017/04/07 21:48 by david