Changes between Version 63 and Version 64 of Astronomical Tools/Software


Ignore:
Timestamp:
07/25/06 12:04:54 (20 years ago)
Author:
cdelacruz@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Astronomical Tools/Software

    v63 v64  
    6868packages for the HST instruments e.g. [http://stsdas.stsci.edu/pydrizzle/ Pydrizzle] and [http://stsdas.stsci.edu/multidrizzle/ Multidrizzle].
    6969
     70==== Launching PYRAF ====
     71
     72Typing 'pyraf' at a terminal will launch pyraf.
     73
    7074=== FFTW ===
    7175[http://www.fftw.org/ FFTW] is a C subroutine library for computing the discrete
     
    8589XANADU High-level, multi-mission tasks for X-ray astronomical spectral, timing, and imaging data analysis FTOOLS General and mission-specific tools to manipulate FITS files FITSIO Core library responsible for reading and writing FITS files (distributed with FTOOLS) fv General FITS file browser/editor/plotter with a graphical user interface (distributed with FTOOLS) XSTAR Tool for calculating the physical conditions and emission spectra of photoionized gases.
    8690The current version of HEAsoft is 6.0.4 (November 28 2005)
     91
     92
     93==== Launching HEASOFT ====
     94
     95Typing 'heasoft-shell' at a terminal will launch heasoft.
     96
     97The contents of the shell script:
     98{{{
     99#!/bin/bash
     100HEADAS=/opt/heasoft/current/i686-pc-linux-gnu-libc2.2.4
     101export HEADAS
     102. /opt/heasoft/current/i686-pc-linux-gnu-libc2.2.4/headas-init.sh
     103exec /bin/bash
     104}}}
    87105 
    88106=== IDL ===
     
    133151to perform many standard tasks. A suite of visualisation tools are distributed with the library.
    134152
     153==== Launching KARMA ====
     154
     155Typing 'karma-shell' at a terminal will launch karma.
     156
     157The contents of the shell script:
     158{{{
     159#!/bin/csh
     160source /opt/karma/.login
     161exec /bin/csh
     162}}}
     163
     164
     165
    135166=== LAPACK ===
    136167
     
    144175synthesis imaging, mosaicing, ATCA pulsar bin mode, and some spectral line observing applications (e.g. Zeeman experiments).
    145176
     177==== Launching MIRIAD ====
     178
     179Typing 'miriad-shell' at a terminal will launch miriad.
     180
     181The contents of the shell script:
     182{{{
     183#!/bin/bash
     184. /opt/miriad/miriad_start.sh
     185exec /bin/bash
     186
     187}}}
     188
    146189=== PHYSICA ===
    147190
    148191[http://www.triumf.ca/compserv.html PHYSICA] is a high level, interactive programming environment with user friendly graphics and sophisticated mathematical analysis capabilities.
    149192Version 2.77
     193
     194==== Launching PHYSICA ====
     195
     196Typing 'physica-shell' at a terminal will launch physica.
     197
     198The contents of the shell script:
     199{{{
     200#!/bin/bash
     201. /opt/physica/current/bin/physica.bash
     202exec /opt/physica/current/physica
     203}}}
    150204
    151205
     
    153207[http://xmm.vilspa.esa.es/sas/new/ SAS] is the XMM-Newton Science Analysis System.
    154208We currently have version 6.5.0 installed.
     209
     210==== Launching SAS ====
     211
     212Typing 'sas-shell' at a terminal will launch sas.
     213
     214The contents of the shell script:
     215{{{
     216#!/bin/bash
     217. /opt/sas/current/setsas.sh
     218exec /bin/bash
     219}}}
    155220
    156221=== STSDAS ===
     
    169234interpreter and a high level programming language.
    170235
     236
     237==== Launching SCILAB ====
     238
     239Typing 'scilab' at a terminal will launch scilab.
     240
    171241=== Spitzer tools ===
    172242[http://ssc.spitzer.caltech.edu/propkit/spot/ Spitzer telescope observation preparation tool (SPOT)].
     
    176246We currently have version Spitzer-pride13_0_3 installed.
    177247
     248==== Launching SPITZER (LEOPARD/SPOT) ====
     249
     250Typing 'leopard' at a terminal will launch leopard.
     251Typing 'spot' at a terminal will launch spot.
     252
    178253=== TEMPO ===
    179254[http://pulsar.princeton.edu/tempo/ Tempo] is a program for the analysis of pulsar timing data. Pulsar rotation, astrometric, and binary parameters are deduced by fitting models to pulse times of arrival measured at one or more terrestrial observatories.
    180255Tempo is maintained and distributed by Princeton University and the Australia Telescope National Facility. The code is freely available, and others are encouraged to extend, modify, and improve it as they see fit.
     256
     257==== Launching TEMPO ====
     258
     259Typing 'tempo' at a terminal will launch tempo.
     260
     261The contents of the shell script:
     262{{{
     263#!/bin/bash
     264TEMPO=/opt/tempo/current exec /opt/tempo/current/tempo
     265}}}
    181266
    182267== Image Display Programs ==
     
    188273colormaps. It provides for easy communication with external analysis tasks and is highly
    189274configurable and extensible. The currently installed version is 4.0b8.
     275
     276
     277==== Launching DS9 ====
     278
     279Typing 'ds9' at a terminal will launch ds9.
    190280
    191281