General
Home
News
IDL Speed Tips
Web Statistics

Science
Publications
Variable Stars In Globular Clusters

DanIDL
Features
Installation Instructions
Release History
v3.0

DanIDL-Lite
Features
Installation Instructions
Release History
v3.0

DanDIA
v1.0 - Coming Sometime

Blog
I dislike ArXiv...
I dislike Mobile Phone Companies...

Contact
Daniel Bramich
dan.bramich "AT" hotmail.co.uk
    

DanIDL & DanIDL-Lite: Installation Instructions

  1. Download the required version of the DanIDL library. The library is provided via GitHub as a gzipped tar file (or zip file) with a name of the form DanIDL-<version>.tar.gz.

  2. Store the file DanIDL-<version>.tar.gz in some convenient directory <direct> as:

    <direct>/DanIDL-<version>.tar.gz

  3. Unzip the tar file using:

    $> cd <direct>
    $> gunzip DanIDL-<version>.tar.gz

  4. Unpack the tar file using:

    $> tar -xvf DanIDL-<version>.tar

  5. OPTIONAL: Prepare the make file for the C++ code in preparation for compilation:

    $> cd DanIDL-<version>/Private/C++.Code

    Now edit the parameter EXT_IDL_DIR in the file Makefile such that it specifies the directory path to the IDL external directory. A typical directory path for this parameter is /usr/local/harris/idl86/external/.

    Note that if you are using a Mac operating system, then you will also need to edit the file Makefile by replacing the line:

    CC = gcc

    with the line:

    CC = gcc-4.2

    Compile the C++ code using:

    $> make all

  6. In order to be able to call the DanIDL functions and modules from any working directory, you will need to add the installation directory for the DanIDL library to your IDL path. This may be done by inserting the following piece of code into your ".bashrc" file (or other similar file) that is sourced at log in:

    export IDL_PATH="$IDL_PATH:+<direct>/DanIDL-<version>"


IDL Astronomy User's Library: Installation Instructions

  1. Download the latest version of the IDL Astronomy User's Library. The library is provided as a gzipped tar file with a name of the form astron.tar.gz.

  2. Store the file astron.tar.gz in some convenient directory <direct> as:

    <direct>/astrolib/astron.tar.gz

  3. Unzip the tar file using:

    $> cd <direct>/astrolib
    $> gunzip astron.tar.gz

  4. Unpack the tar file using:

    $> tar -xvf astron.tar

  5. In order to be able to call the IDL Astronomy User's Library functions and modules from any working directory, you will need to add the installation directory for the library to your IDL path. This may be done by inserting the following piece of code into your ".bashrc" file (or other similar file) that is sourced at log in:

    export IDL_PATH="$IDL_PATH:+<direct>/astrolib"




This site is © Copyright Daniel Bramich 2021, All Rights Reserved.
Free web templates