Changes between Version 48 and Version 49 of IRAF
- Timestamp:
- 04/21/06 10:34:39 (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IRAF
v48 v49 31 31 Cheers, 32 32 Mike Fitzpatrick 33 34 35 33 -------------------------- 36 37 34 NOTE: As of Jan 1, 2006 NOAO no longer operates a HelpDesk for 38 35 IRAF at iraf@noao.edu. Support is being moved to a forum-based system 39 36 at http://iraf.net, please post future questions to that site. Thanks. 40 41 }}} 42 37 }}} 43 38 = IRAF INSTALLATION = 39 44 40 Binaries/Packages for IRAF installation: 45 41 The source/binaries can be found [http://iraf.noao.edu/iraf/ftp/iraf/v212/PCIX/ here] 46 42 47 as.pcix.gen.gz All-Sources (main IRAF distribution) 48 ib.lnux.x86.gz Core system binaries for Linux (generic) 49 nb.lnux.x86.gz NOAO package binaries for Linux (generic) 50 51 patch2a/ IRAF V2.12.2a patch release files 43 * as.pcix.gen.gz All-Sources (main IRAF distribution) 44 * ib.lnux.x86.gz Core system binaries for Linux (generic) 45 * nb.lnux.x86.gz NOAO package binaries for Linux (generic) 46 * patch2a IRAF V2.12.2a patch release files 52 47 {{{ 53 48 Create a local user iraf (pass: iraf) with csh shell and … … 56 51 57 52 Use the iraf account for installation and maintenance. 58 53 }}} 59 54 Create directories under /usr/local/: 60 55 {{{ 61 56 metis:/usr/local> su cdelacruz 62 57 metis:/usr/local> mkdir iraf … … 74 69 metis:/usr/local/iraf> mkdir extern 75 70 metis:/usr/local/iraf> cd extern 76 71 }}} 77 72 Extract iraf source archive: 78 73 {{{ 79 74 metis:/usr/local/iraf> cd iraf 80 75 metis:/usr/local/iraf/iraf> gzip -d as.pcix.gen.gz 81 76 metis:/usr/local/iraf/iraf> tar -xf as.pcix.gen 82 77 }}} 83 78 Extract binaries under following directories: 84 79 {{{ 85 80 metis:/usr/local/iraf/irafbin/bin.linux> cat /usr/local/iraf/ib.lnux.x86.gz | zcat | tar -xpf - 86 81 metis:/usr/local/iraf/irafbin/noao.bin.linux> cat /usr/local/iraf/nb.lnux.x86.gz | zcat | tar -xpf - 87 82 }}} 88 83 Install Patches: 89 84 90 85 patch2a.tar.gz and hbin.lnux.x86.gz 91 86 iraf@metis% tar xfv patch2a.tar 92 87 {{{ 93 88 metis:/usr/local/iraf/iraf> gzip -d patch2a.tar.gz 94 89 metis:/usr/local/iraf/iraf> tar -xf patch2a.tar … … 109 104 To use this file, simply download in binary mode and unpack in the 110 105 $iraf/unix/bin.linux directory. Contact site support with questions. 111 112 106 }}} 113 107 114 108 Initialize the environment for installation: 115 109 {{{ 116 110 metis:/usr/local/iraf/iraf/unix/hlib> setenv iraf /usr/local/iraf/iraf/ 117 111 metis:/usr/local/iraf/iraf/unix/hlib> cd $iraf/unix/hlib 118 112 metis:/usr/local/iraf/iraf/unix/hlib> source irafuser.csh 119 120 113 }}} 121 114 Test the install script with the -n: 122 115 {{{ 123 116 metis:/usr/local/iraf/iraf/unix/hlib> ./install -n 124 125 117 }}} 126 118 Run installation script as root user: 127 119 {{{ 128 120 metis:/usr/local/iraf/iraf/unix/hlib> sudo ./install 129 121 … … 159 151 160 152 metis:/usr/local/iraf/iraf/unix/hlib> 161 153 }}} 162 154 163 155 Tested using my account: 164 156 {{{ 165 157 cdelacruz@metis:~$ mkiraf 166 158 -- creating a new uparm directory … … 188 180 cdelacruz@metis:~$ 189 181 }}} 190 191 182 = Required Packages = 183 192 184 STSDAS 3.4/TABLES 3.4 193 185 194 STSDAS source:186 * STSDAS source: 195 187 stsdas34.tar.gz [ftp://ftp.stsci.edu/pub/software/stsdas/stsdas_v3.4/source/stsdas34.tar.gz/ here]. 196 TABLES source:188 * TABLES source: 197 189 tables34.tar.gz [ftp://ftp.stsci.edu/pub/software/stsdas/tables_v3.4/source/tables34.tar.gz/ here]: 198 190 199 200 {{{ 201 Install Tables and STSDAS: 202 203 Tables: 204 191 = Install Tables and STSDAS = 192 193 == Tables == 205 194 Created directories and uncompressed archives at: 206 195 [[[ 207 196 /usr/local/iraf/extern/tables 208 197 /usr/local/iraf/extern/stsdas … … 248 237 so> cd tables 249 238 so> mkpkg -p tables 250 251 STSDAS Installation: 252 239 }}} 240 241 == STSDAS Installation == 242 {{{ 253 243 metis:/usr/local/iraf/extern/stsdas> mkpkg linux 254 244 … … 270 260 Compile Python code (under python directory): 271 261 272 273 274 262 iraf@metis% python compileall.py ./* 275 263 276 277 Test: 264 }}} 265 == Testing == 278 266 279 267 Sample HST data files are provided in the directory stsdas$data/fits. … … 281 269 version of the files should be placed into the directory stsdas$data 282 270 using the following commands: 283 271 {{{ 284 272 cl> stsdas 285 273 st> fitsio … … 352 340 hhh 353 341 fi> 354 355 342 }}} 356 343 … … 358 345 X11IRAF1.3.1 359 346 IRAF GUI applicatiosns package X11iraf 360 361 347 {{{ 362 348 X11IRAF V1.3.1 Installation: … … 379 365 380 366 Used the default selections for prompts. 381 367 }}} 382 368 = Modifications = 383 369 {{{ … … 385 371 not displaying and was producing an error message; solution was to dowloaded the 386 372 ds9 (4.08b) binary. 387 388 }}} 389 390 391 392 393 394 395 396 397 398 399 373 }}}
