Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Installation of the firehose pipeline is a multi-step process.  It has been tested on the Mac OSX platform (Leopard and Snow Leopard) and also some Linux implementations.  We believe that it is stable in these configurations, but some users have reported difficulties installing aspects of the xidl dependency tree.  Users are encouraged to examine (and update if appropriate!) the world-editable bugs wiki for tips on how to improve installation of xidl for use with FIRE.

System Requirements

  1. Unix installation and license for IDL.  Preferably v6.0 or higher.

...

Code Block
unix> cd $IDL_LOCAL

unix> svn export http://www.sdss3.org/svn/repo/idlutils/tags/v5_4_20 idlutils [Downloads idlutils]

unix> svn export http://www.sdss3.org/svn/repo/idlspec2d/tags/v5_4_30 idlspec2d [Downloads idlspec2d]

   [Follow instructions on SDSS3 website for compiling idlutils and idlspec2d]

   [NOTE: some FIRE users have reported problems compiling idlutils on 64 bit machines.  See the top post here of the known bugs thread for a workaround]

 unix>unix> svn co https://svn.ucolick.org/xidl/trunk xidl  [NOTE: Downloads xidl]

unix> svn co svn://pele.mit.edu//FIRE FIRE [Downloads FIRE]

unix> setenv FIRE_DIR $IDL_LOCAL/FIREHOSE/   [NOTE: this should probably be put in your .cshrc or .bashrc file]

unix> idl

...