个人工具

“UbuntuHelp:Starlink”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/Starlink}} {{Languages|UbuntuHelp:Starlink}} #title Starlink [http://starlink.jach.hawaii.edu/ Starlink] is a collection of analysis tools for ast...)
 
 
第10行: 第10行:
 
</li><li>Change to the root directory by typing the following:</li></ol>
 
</li><li>Change to the root directory by typing the following:</li></ol>
  
<pre><nowiki>cd /
+
<pre><nowiki>
 +
cd /
 
</nowiki></pre>
 
</nowiki></pre>
 
<ol><li>Unpack the archive in the root directory:</li></ol>
 
<ol><li>Unpack the archive in the root directory:</li></ol>
  
<pre><nowiki>sudo tar xvzf ~/Linux-32bit-glibc2_5.tar.gz
+
<pre><nowiki>
 +
sudo tar xvzf ~/Linux-32bit-glibc2_5.tar.gz
 
</nowiki></pre>
 
</nowiki></pre>
 
* If you did not download the archive to your Home directory, replace ''~/'' with the path to the download directory.
 
* If you did not download the archive to your Home directory, replace ''~/'' with the path to the download directory.
第20行: 第22行:
 
<ol><li>Open your ''.bashrc'' file for editing:</li></ol>
 
<ol><li>Open your ''.bashrc'' file for editing:</li></ol>
  
<pre><nowiki>gedit ~/.bashrc
+
<pre><nowiki>
 +
gedit ~/.bashrc
 
</nowiki></pre>
 
</nowiki></pre>
 
<ol><li>Add the following lines to the end of your ''.bashrc'' and then save the file:</li></ol>
 
<ol><li>Add the following lines to the end of your ''.bashrc'' and then save the file:</li></ol>
  
<pre><nowiki># source the starlink profile so we get the starlink env vars
+
<pre><nowiki>
 +
# source the starlink profile so we get the starlink env vars
 
source /star/etc/profile
 
source /star/etc/profile
 
</nowiki></pre>
 
</nowiki></pre>

2010年5月20日 (四) 00:17的最新版本

  1. title Starlink

Starlink is a collection of analysis tools for astronomical research.

Installing Starlink

You can install Starlink in Ubuntu using the following procedure. Ensure that you have at least 1.3 GB of free space on your root partition. These instructions have not been tested.

  1. Download the most recent version of Starlink from the project download page. Most users should download the 32-bit Linux glibc 2.5 package.
  2. Once the download has completed, open a Terminal (Applications -> Accessories -> Terminal).
  3. Change to the root directory by typing the following:
cd /
  1. Unpack the archive in the root directory:
sudo tar xvzf ~/Linux-32bit-glibc2_5.tar.gz
  • If you did not download the archive to your Home directory, replace ~/ with the path to the download directory.
  • A new top-level directory should have been created, called /star. This contains all of the Starlink applications and documentation.
  1. Open your .bashrc file for editing:
gedit ~/.bashrc
  1. Add the following lines to the end of your .bashrc and then save the file:
# source the starlink profile so we get the starlink env vars
source /star/etc/profile
  1. Install the following packages (which are required by some of the Starlink software):
  • csh
  1. Log-out and then log back in again, or type source /star/etc/profile to set the environment variables required for the Starlink software to run.
  2. Open a Terminal and start the program you wish to use (for example, type gaia to start the GAIA image analysis application).

Starlink applications

The following is a short list of some of the major applications included with Starlink, and the commands required to run them:

  • GAIA - Graphical Astronomy and Image Analysis Tool: gaia
  • PHOTOM - Photometry package: /star/bin/photom/photom
  • PERIOD - Time-series analysis package: /star/bin/period/period