Changes between Version 13 and Version 14 of SAS


Ignore:
Timestamp:
03/30/06 11:21:44 (20 years ago)
Author:
Daniel Kahn gillmor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SAS

    v13 v14  
    101101= Installation =
    102102
    103 {{{
    104 
    105 (1) Created sas directory under /usr/local/:
    106 
     103 1. Created sas directory under /usr/local/:
     104{{{
    107105cdelacruz@metis:/usr/local$ sudo mkdir sas
    108 
    109 (2) Unpacked there the four tar.gz archives that you downloaded:
    110 
     106}}}
     107 1. Unpacked there the four tar.gz archives that you downloaded:
     108{{{
    111109cdelacruz@metis:/usr/local/sas$ sudo gzip -d *.gz
    112110cdelacruz@metis:/usr/local/sas$ sudo tar xf xmmsas_20050815_1803-common-config.tar
     
    114112cdelacruz@metis:/usr/local/sas$ sudo tar xf xmmsas_20050815_1803-i686-pc-linux-gnu-fc3-bin.tar
    115113cdelacruz@metis:/usr/local/sas$ sudo tar xf xmmsas_20050815_1803-i686-pc-linux-gnu-fc3-libextra.tar
    116 
    117 
    118 (3) Ran the script configure_install:
    119 
     114}}}
     115 1. Ran the script configure_install:
     116{{{
    120117./configure_install
    121118cdelacruz@metis:/usr/local/sas/xmmsas_20050815_1803$ sudo ./configure_install
     
    128125/usr/bin/perl
    129126cdelacruz@metis:/usr/local/sas/xmmsas_20050815_1803$ ls
    130 
    131 created a symbolic link to eliminate the install script error:
    132 
     127}}}
     128 1. created a symbolic link to eliminate the install script error:
     129{{{
    133130ln -s /usr/bin/perl /usr/local/bin/perl
    134131cdelacruz@metis:/usr/local/bin$ sudo ln -s /usr/bin/perl /usr/local/bin/perl
    135 
    136 
     132}}}
     133{{{
    137134cdelacruz@metis:/usr/local/sas/xmmsas_20050815_1803$ sudo ./configure_install
    138135Checking for the RELEASE file: OK
     
    147144
    148145cdelacruz@metis:/usr/local/sas/xmmsas_20050815_1803$
    149 
    150 (4) Ran the setup environment script:
    151 
    152 . ./setsas.sh (sh/bash/ksh)
    153 
    154 
    155 The previous commands should be replaced by
    156 
     146}}}
     147 1. Ran the setup environment script:
     148{{{
    157149. /top_dir/xmmsas_20050815_1803/setsas.sh (sh/bash/ksh)
    158150
    159151source /top_dir/xmmsas_20050815_1803/setsas.csh (csh/tcsh)
    160 
    161 when invoked from any other place of your system.
     152}}}
    162153
    163154The setsas.[c]sh scripts take care of all the details required to setup properly the environment to run SAS, except for the SAS_CCFPATH, the SAS_ODF and the SAS_CCF environment variables, which depend on where the XMM-Newton data to be analyzed have been placed.
    164155
    165156allow execution of setup scripts:
    166 
     157{{{
    167158cdelacruz@metis:/usr/local/sas/xmmsas_20050815_1803$ sudo chmod 755 setsas.sh
    168159cdelacruz@metis:/usr/local/sas/xmmsas_20050815_1803$ sudo chmod 755 setsas.csh
     
    185176Do not forget to define SAS_CCFPATH, SAS_CCF and SAS_ODF
    186177cdelacruz@metis:/usr/local/sas/xmmsas_20050815_1803$
    187 
     178}}}
    188179
    189180Need to define the following for testing:
     
    191182define SAS_CCFPATH, SAS_CCF and SAS_ODF
    192183
    193 (5) Added the 'sasenv' alias to the .bashrc file:
    194 
     184 1. Added the 'sasenv' alias to the .bashrc file:
     185{{{
    195186### SAS Environment ###
    196187alias sas=". /usr/local/sas/xmmsas_20050815_1803/setsas.sh"
    197 
    198 (6) Install patch:
    199 
     188}}}
     189 1. Install patch:
    200190move archive to the respective SAS 6.5.0 top installation directory and unpack it.
    201 
     191{{{
    202192cdelacruz@metis:/usr/local/sas/xmmsas_20050815_1803$ sudo tar xf cal3.177_patch_fc3.tar
    203 
     193}}}
    204194ran the patch_script shell script:
    205 
     195{{{
    206196cdelacruz@metis:/usr/local/sas/xmmsas_20050815_1803$ sudo ./patch_script
    207197Patch already applied - Exit
    208 
    209198}}}
    210199
     
    213202[wiki: Marc Audard] suggested installing the
    214203calibration files for testing.
    215 {{{
    216 (1) Directory created under /usr/local/sas/CCF
    217 
     204 1. Directory created under /usr/local/sas/CCF
     205{{{
    218206cdelacruz@metis:/usr/local/sas$ sudo mkdir CCF
    219207cdelacruz@metis:/usr/local/sas$ cd CCF
    220 
    221 (2) Download the files from [ftp://legacy.gsfc.nasa.gov/xmm/data/CCF/ here]
    222 }}}
    223 
    224 
    225 
    226 
    227 
    228 
     208}}}
     209 1. Download the files from [ftp://legacy.gsfc.nasa.gov/xmm/data/CCF/ here]
     210
     211
     212
     213
     214
     215
     216