Changes between Version 13 and Version 14 of SAS
- Timestamp:
- 03/30/06 11:21:44 (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SAS
v13 v14 101 101 = Installation = 102 102 103 {{{ 104 105 (1) Created sas directory under /usr/local/: 106 103 1. Created sas directory under /usr/local/: 104 {{{ 107 105 cdelacruz@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 {{{ 111 109 cdelacruz@metis:/usr/local/sas$ sudo gzip -d *.gz 112 110 cdelacruz@metis:/usr/local/sas$ sudo tar xf xmmsas_20050815_1803-common-config.tar … … 114 112 cdelacruz@metis:/usr/local/sas$ sudo tar xf xmmsas_20050815_1803-i686-pc-linux-gnu-fc3-bin.tar 115 113 cdelacruz@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 {{{ 120 117 ./configure_install 121 118 cdelacruz@metis:/usr/local/sas/xmmsas_20050815_1803$ sudo ./configure_install … … 128 125 /usr/bin/perl 129 126 cdelacruz@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 {{{ 133 130 ln -s /usr/bin/perl /usr/local/bin/perl 134 131 cdelacruz@metis:/usr/local/bin$ sudo ln -s /usr/bin/perl /usr/local/bin/perl 135 136 132 }}} 133 {{{ 137 134 cdelacruz@metis:/usr/local/sas/xmmsas_20050815_1803$ sudo ./configure_install 138 135 Checking for the RELEASE file: OK … … 147 144 148 145 cdelacruz@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 {{{ 157 149 . /top_dir/xmmsas_20050815_1803/setsas.sh (sh/bash/ksh) 158 150 159 151 source /top_dir/xmmsas_20050815_1803/setsas.csh (csh/tcsh) 160 161 when invoked from any other place of your system. 152 }}} 162 153 163 154 The 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. 164 155 165 156 allow execution of setup scripts: 166 157 {{{ 167 158 cdelacruz@metis:/usr/local/sas/xmmsas_20050815_1803$ sudo chmod 755 setsas.sh 168 159 cdelacruz@metis:/usr/local/sas/xmmsas_20050815_1803$ sudo chmod 755 setsas.csh … … 185 176 Do not forget to define SAS_CCFPATH, SAS_CCF and SAS_ODF 186 177 cdelacruz@metis:/usr/local/sas/xmmsas_20050815_1803$ 187 178 }}} 188 179 189 180 Need to define the following for testing: … … 191 182 define SAS_CCFPATH, SAS_CCF and SAS_ODF 192 183 193 (5)Added the 'sasenv' alias to the .bashrc file:194 184 1. Added the 'sasenv' alias to the .bashrc file: 185 {{{ 195 186 ### SAS Environment ### 196 187 alias sas=". /usr/local/sas/xmmsas_20050815_1803/setsas.sh" 197 198 (6) Install patch: 199 188 }}} 189 1. Install patch: 200 190 move archive to the respective SAS 6.5.0 top installation directory and unpack it. 201 191 {{{ 202 192 cdelacruz@metis:/usr/local/sas/xmmsas_20050815_1803$ sudo tar xf cal3.177_patch_fc3.tar 203 193 }}} 204 194 ran the patch_script shell script: 205 195 {{{ 206 196 cdelacruz@metis:/usr/local/sas/xmmsas_20050815_1803$ sudo ./patch_script 207 197 Patch already applied - Exit 208 209 198 }}} 210 199 … … 213 202 [wiki: Marc Audard] suggested installing the 214 203 calibration files for testing. 215 {{{ 216 (1) Directory created under /usr/local/sas/CCF 217 204 1. Directory created under /usr/local/sas/CCF 205 {{{ 218 206 cdelacruz@metis:/usr/local/sas$ sudo mkdir CCF 219 207 cdelacruz@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
