...
On a terminal, change to the directory where you wish to place the reduction codes. Typically this would be in ~/idl or some such location as in $(IDL_LOCAL). Then type the following command:
Code Block |
---|
svn co svn://pele.mit.edu//FIRE FIRE . [NB: Note that some users report that "svn co" does not work but "svn export" works properly] |
This connects you anonymously to our code repository server, and will place the necessary files in a new subfolder named FIRE. In the future, if the instrument team announces significant updates to the pipeline, you may download these by changing to the install directory and typing
Code Block |
---|
svn update
|
which will synchronize your local copy of the code with the most recent version in our servers.
...
v1.1 [beta] - 04 / 21 / 2011
This is the initial public release of firehose. We are currently supporting code to reduce FIRE echelle mode observations only, although longslit routines are in the code base and brave users can give them a try until we move to support them as well.
...