HET banner
Home Problem Reports Operations Schedule Weather Data Archive

Hetdex and Third Party Software Index


Tcs code and Python scripting support

C++ and C libraries

SCS 2 packages

SCS2 Software and Libraries

smocod code documentation is lacking an overview/intro, but the code is documented approximately by module, divided into public and implementation for each.

Python packages

Virus packages

Documentation

Accessing this software

If you are using bash or a Bourne shell variant add the following to your .bashrc


  #
  # .bashrc setup for HetDex
  #

  # location of third-party and hetdex software executables
  #  (this is required to operate the software)
  #
  export HET_DEPLOY_DIR=/opt/het/hetdex

  # modify environment variables to gain access to the system
  #  (this is required to operate the software)
  #
  export LIBRARY_PATH=$HET_DELOY_DIR/lib:$HETDEX_DIR/epics/lib/linux-x86_64
  export PATH=$HET_DEPLOY_DIR/bin:$PATH

  #
  # make python 2.7 the default
  #
  alias python="$HET_DEPLOY_DIR/Python-2.7/bin/python2.7"
  export PYTHONPATH=$HET_DEPLOY_DIR/lib/python2.7/site-packages:$HET_DEPLOY_DIR/lib64/python2.7/site-packages:$PYTHONPATH

  export LD_LIBRARY_PATH=$HET_DEPLOY_DIR/lib:$HET_DEPLOY_DIR/epics/lib/linux-x86_64:$HET_DEPLOY_DIR/plugins/designer:$LD_LIBRARY_PATH

  #
  # To access virus software add the following
  #
  export VHC_CONFIG=/opt/het/hetdex/etc/Virus/vhc_config/vhc_settings.cfg
  export CUREBIN=/opt/het/hetdex/bin
        

If you use csh or tcsh, then include the following in your .cshrc file.

  #
  # .cshrc set up for HetDex
  #

  # location of third-party and hetdex software executables
  #  (this is required to operate the software)
  #
  setenv HET_DEPLOY_DIR /opt/het/hetdex

  # for third-party software locations
  #  (this is required to operate the software)
  #
  setenv LIBRARY_PATH $HET_DEPLOY_DIR/lib:$HET_DEPLOY_DIR/epics/lib/linux-x86_64
  setenv PATH $HET_DEPLOY_DIR/bin:$PATH

  setenv LD_LIBRARY_PATH $HET_DEPLOY_DIR/lib:$HET_DEPLOY_DIR/epics/lib/linux-x86_64:$HET_DEPLOY_DIR/plugins/designer

  #
  # Make python 2.7 the default
  #
  alias python /opt/het/hetdex/Python-2.7/bin/python
  setenv PYTHONPATH $HET_DEPLOY_DIR/lib/python2.7/site-packages:$HET_DEPLOY_DIR/lib64/python2.7/site-packages'

  #
  # To access virus software add the following
  #
  setenv VHC_CONFIG /opt/het/hetdex/etc/Virus/vhc_config/vhc_settings.cfg
  setenv CUREBIN /opt/het/hetdex/bin
        



Created:   18-Feb-2015
Last updated: 27-Jul-2015

Send comments to: webmaster@het.as.utexas.edu
Copyright ©1998, 1999-2015  The University of Texas at Austin, McDonald Observatory