Changes between Version 53 and Version 54 of IRAF
- Timestamp:
- 04/21/06 10:47:02 (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IRAF
v53 v54 115 115 metis:/usr/local/iraf/iraf/unix/hlib> ./install -n 116 116 }}} 117 Run installation script as root user: 117 '''Run installation script as root user:''' 118 118 {{{ 119 119 metis:/usr/local/iraf/iraf/unix/hlib> sudo ./install … … 152 152 }}} 153 153 154 Tested using my account: 154 '''Tested using my account:''' 155 155 {{{ 156 156 cdelacruz@metis:~$ mkiraf … … 188 188 = Install Tables and STSDAS = 189 189 190 == Tables == 191 Created directories and uncompressed archives at: 190 '''Created directories and uncompressed archives at:''' 192 191 {{{ 193 192 /usr/local/iraf/extern/tables 194 193 /usr/local/iraf/extern/stsdas 195 196 Modified the /usr/local/iraf/iraf/unix/hlib/extern.pkg file: 197 194 }}} 195 '''Modified the /usr/local/iraf/iraf/unix/hlib/extern.pkg file:''' 196 {{{ 198 197 reset tables = /usr/local/iraf/extern/tables/ 199 198 task tables.pkg = tables$tables.cl … … 207 206 ,tables$lib/helpdb.mip\ 208 207 ,stsdas$lib/helpdb.mip\ 209 210 Set the following system variables: 211 208 }}} 209 '''Set the following system variables:''' 210 {{{ 212 211 setenv IRAFARCH linux 213 212 setenv iraf /usr/local/iraf/iraf/ 214 213 source $iraf/unix/hlib/irafuser.csh 215 214 setenv PATH /usr/local/bin:$PATH 216 217 Tables Installation: 218 215 }}} 216 == Tables Installation:== 217 {{{ 219 218 metis:/usr/local/iraf/extern/tables> mkpkg linux 220 219 … … 224 223 no object archive found; full sysgen will be needed 225 224 metis:/usr/local/iraf/extern/tables> 226 227 228 load iraf: 229 225 }}} 226 '''load iraf:''' 227 {{{ 230 228 metis:/usr/local/iraf/extern/tables> cl 231 229 … … 245 243 no object archive found; full sysgen will be needed 246 244 metis:/usr/local/iraf/extern/stsdas> 247 248 load iraf: 249 245 }}} 246 '''load iraf:''' 247 {{{ 250 248 metis:/usr/local/iraf/extern/stsdas> cl 251 249 … … 254 252 so> cd stsdas 255 253 so> mkpkg -p tables -p stsdas 256 257 Compile Python code (under python directory): 258 254 }}} 255 '''Compile Python code (under python directory):''' 256 {{ 259 257 iraf@metis% python compileall.py ./* 260 261 258 }}} 262 259 == Testing == … … 342 339 X11IRAF1.3.1 343 340 IRAF GUI applicatiosns package X11iraf 344 {{{ 345 X11IRAF V1.3.1 Installation: 346 347 348 (1) Downloaded the 'x11iraf-v1.3.1-bin.linux.tar.gz' file from [http://iraf.noao.edu/iraf/ftp/iraf/x11iraf/ here] 349 (2) Unpacked the X11IRAF files in a scratch directory using a command like 350 351 % cat x11iraf-v1.3.1-bin.<arch>.tar.gz | gunzip | tar -xf - 352 341 342 == X11IRAF V1.3.1 Installation:== 343 Download the file [http://iraf.noao.edu/iraf/ftp/iraf/x11iraf/ x11iraf-v1.3.1-bin.linux.tar.gz] 344 '''Unpacked the X11IRAF files in a scratch directory:''' 345 {{{ 346 % cat x11iraf-v1.3.1-bin.<arch>.tar.gz | gunzip | tar -xf - 353 347 354 348 metis:/usr/local/iraf/x11iraf> gzip -d x11iraf-v1.3.1-bin.linux.tar.gz 355 349 metis:/usr/local/iraf/x11iraf> tar xf x11iraf-v1.3.1-bin.linux.tar 356 357 358 359 (3) Ran the 'install' script as a root user: 360 361 metis:/usr/local/iraf/x11iraf> sudo ./install 362 363 Used the default selections for prompts. 350 }}} 351 352 '''Ran the 'install' script as a root user:''' 353 {{{ 354 metis:/usr/local/iraf/x11iraf> sudo ./install (Used the default selections for prompts) 364 355 }}} 365 356 = Modifications =
