Skip to the navigation links
Last modified: 14 September 2023

URL: https://cxc.cfa.harvard.edu/ciao/download/ciao_install.html

Downloading CIAO 4.15.2 and CALDB 4.10.7

Steps to install CIAO (if the following does not work then try the Manually Installing CIAO 4.15.2 thread):

  1. Please be aware of the following issues before installing CIAO 4.15.2 (see the watchout page for more information):

  2. Download the ciao-install installation script:

    Download ciao-install with the base CALDB or Generate custom installation script

    You need to download a separate version of the ciao-install script for each version of CIAO.

    [WARNING]
    What is the download called?

    The following document assumes that the script has been downloaded with the name ciao-install. This is the default name, but the web browser may well add on a suffix (such as "(1)") to avoid overwriting an existing file. Please rename the downloaded file - or use the new name - in the following steps!

    [NOTE]
    Want to use conda?

    CIAO-4.15.2 can alternatively be installed using the conda package manager.

    [IMPORTANT]
    Upgrading CIAO 4.15 to CIAO 4.15.2

    Users who are upgrading from CIAO 4.15 to CIAO 4.15.2 just need to re-run the ciao-install script

    unix% bash /<path>/ciao-install
    

    and provide the same answers as during the original installation; by default the previous values are saved and users just need to hit Enter to accept the defaults.

    The script will recognize what has already been installed and will only download the necessary patch files along with the updated contrib script tar file.

  3. [WARNING]
    Do Not Install as Root or Super User

    It is strongly suggested that CIAO be installed as a non-privileged, regular user and not as the root or a super user.

    [WARNING]
    Install CIAO in new terminal window

    Users should install CIAO in a new terminal window which is not already configured for CIAO-4.15.2 or earlier, nor setup for any other common analysis packages such as FTOOLS/HEASOFT/XSPEC, SAS, or others.

    Run the script that has been downloaded; this will download the requested parts of CIAO and install them on your system, and is described in more detail in the Installing CIAO 4.15.2 using the ciao-install script thread:

    unix% bash /<path>/ciao-install
    

    We strongly suggest that the smoke tests are run, the results reviewed, and that the bug page for CIAO installation is reviewed before contacting the CXC Helpdesk if there are any problems.

  4. Set up an alias to start CIAO: for example, if CIAO has been installed into the directory /soft/ciao-4.15.2/, then

    alias ciao "source /soft/ciao-4.15.2/bin/ciao.csh"
    

    for csh and tcsh users and

    alias ciao="source /soft/ciao-4.15.2/bin/ciao.sh"
    

    for bash and zsh users.

    Users may wish to add this alias command to their start-up scripts. For bash and zsh the alias can be added to the $HOME/.bash_profile or $HOME/.bashrc file. For tcsh the alias can be added to the $HOME/.tcshrc or $HOME/.cshrc file.

  5. This alias should then be called in the terminal in which you plan to use CIAO (multiple terminals can be set up to use CIAO at the same time). When called, a version message will be displayed and then the parts of CIAO that were downloaded - such as tools or Sherpa - will be available:

    unix% ciao
    CIAO configuration is complete... 
    CIAO 4.15 Monday, November 21, 2022
      bindir      : /soft/ciao-4.15.2/bin
      CALDB       : 4.10.7
    

    Please review the notes on starting and installing CIAO for potential conflicts between CIAO and other systems, such as XMM SAS and HEASoft.

    The ciaover script can be used to display the CIAO and CALDB versions (it reports the same information that the ciao alias above does). The --version flag to python can be used to display the Python version in use:

    unix% python --version
    Python 3.9.9
    
  6. Once CIAO has been started, the MARX suite of tools for simulating the on-orbit performance of Chandra can be downloaded and installed with the install_marx script (it can be installed at any time). The script takes a single argument, the location to install MARX. Change /soft/marx to a suitable location:

    unix% install_marx /soft/marx
    

    An alias can be created to set the MARX environment. For instance

    alias setup_marx "source /soft/marx/marx-5.5.2/setup_marx.csh"
    

    for csh and tcsh users and

    alias setup_marx="source /soft/marx/marx-5.5.2/setup_marx.sh"
    

    for bash and zsh users.


[NOTE]
Would you like to receive Chandra and CIAO announcements?

Send an email message to: chandra-announce+subscribe@cfa.harvard.edu