Changes between Version 48 and Version 49 of IRAF


Ignore:
Timestamp:
04/21/06 10:34:39 (20 years ago)
Author:
cdelarcuz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IRAF

    v48 v49  
    3131Cheers,
    3232Mike Fitzpatrick
    33 
    34 
    3533--------------------------
    36 
    3734NOTE:  As of Jan 1, 2006 NOAO  no longer operates a HelpDesk for
    3835IRAF at iraf@noao.edu.   Support is being moved to a forum-based system
    3936at http://iraf.net, please post future questions to that site.  Thanks.
    40 
    41 }}}
    42 
     37}}}
    4338= IRAF INSTALLATION =
     39
    4440Binaries/Packages for IRAF installation:
    4541The source/binaries can be found [http://iraf.noao.edu/iraf/ftp/iraf/v212/PCIX/ here]
    4642
    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
    5247{{{
    5348Create a local user iraf (pass: iraf) with csh shell and
     
    5651
    5752Use the iraf account for installation and maintenance.
    58 
     53}}}
    5954Create directories under /usr/local/:
    60 
     55{{{
    6156metis:/usr/local> su cdelacruz
    6257metis:/usr/local> mkdir iraf
     
    7469metis:/usr/local/iraf> mkdir extern
    7570metis:/usr/local/iraf> cd extern
    76 
     71}}}
    7772Extract iraf source archive:
    78 
     73{{{
    7974metis:/usr/local/iraf> cd iraf
    8075metis:/usr/local/iraf/iraf> gzip -d as.pcix.gen.gz
    8176metis:/usr/local/iraf/iraf> tar -xf as.pcix.gen
    82 
     77}}}
    8378Extract binaries under following directories:
    84 
     79{{{
    8580metis:/usr/local/iraf/irafbin/bin.linux> cat /usr/local/iraf/ib.lnux.x86.gz | zcat | tar -xpf -
    8681metis:/usr/local/iraf/irafbin/noao.bin.linux> cat /usr/local/iraf/nb.lnux.x86.gz | zcat | tar -xpf -
    87 
     82}}}
    8883Install Patches:
    8984
    9085patch2a.tar.gz and hbin.lnux.x86.gz
    9186iraf@metis% tar xfv patch2a.tar
    92 
     87{{{
    9388metis:/usr/local/iraf/iraf> gzip -d patch2a.tar.gz
    9489metis:/usr/local/iraf/iraf> tar -xf patch2a.tar
     
    109104To use this file, simply download in binary mode and unpack in the
    110105$iraf/unix/bin.linux directory.  Contact site support with questions.
    111 
    112 
     106}}}
    113107
    114108Initialize the environment for installation:
    115 
     109{{{
    116110metis:/usr/local/iraf/iraf/unix/hlib> setenv iraf /usr/local/iraf/iraf/
    117111metis:/usr/local/iraf/iraf/unix/hlib> cd $iraf/unix/hlib
    118112metis:/usr/local/iraf/iraf/unix/hlib> source irafuser.csh
    119 
    120 
     113}}}
    121114Test the install script with the -n:
    122 
     115{{{
    123116metis:/usr/local/iraf/iraf/unix/hlib> ./install -n
    124 
    125 
     117}}}
    126118Run installation script as root user:
    127 
     119{{{
    128120metis:/usr/local/iraf/iraf/unix/hlib> sudo ./install
    129121
     
    159151
    160152metis:/usr/local/iraf/iraf/unix/hlib>
    161 
     153}}}
    162154
    163155Tested using my account:
    164 
     156{{{
    165157cdelacruz@metis:~$ mkiraf
    166158-- creating a new uparm directory
     
    188180cdelacruz@metis:~$
    189181}}}
    190 
    191182= Required Packages =
     183
    192184STSDAS 3.4/TABLES 3.4
    193185
    194 STSDAS source:
     186 * STSDAS source:
    195187stsdas34.tar.gz [ftp://ftp.stsci.edu/pub/software/stsdas/stsdas_v3.4/source/stsdas34.tar.gz/ here].
    196 TABLES source:
     188 * TABLES source:
    197189tables34.tar.gz [ftp://ftp.stsci.edu/pub/software/stsdas/tables_v3.4/source/tables34.tar.gz/ here]:
    198190
    199 
    200 {{{
    201 Install Tables and STSDAS:
    202 
    203 Tables:
    204 
     191= Install Tables and STSDAS =
     192
     193== Tables ==
    205194Created directories and uncompressed archives at:
    206 
     195[[[
    207196/usr/local/iraf/extern/tables
    208197/usr/local/iraf/extern/stsdas
     
    248237so> cd tables
    249238so> mkpkg -p tables
    250 
    251 STSDAS Installation:
    252 
     239}}}
     240
     241== STSDAS Installation ==
     242{{{
    253243metis:/usr/local/iraf/extern/stsdas> mkpkg linux
    254244
     
    270260Compile Python code (under python directory):
    271261
    272 
    273 
    274262iraf@metis% python compileall.py ./*
    275263
    276 
    277 Test:
     264}}}
     265== Testing ==
    278266
    279267Sample HST data files are provided in the directory stsdas$data/fits.
     
    281269version of the files should be placed into the directory stsdas$data
    282270using the following commands:
    283 
     271{{{
    284272cl> stsdas
    285273st> fitsio
     
    352340                hhh
    353341fi>
    354 
    355342}}}
    356343
     
    358345X11IRAF1.3.1
    359346IRAF GUI applicatiosns package X11iraf
    360 
    361347{{{
    362348X11IRAF V1.3.1 Installation:
     
    379365
    380366Used the default selections for prompts.
    381 
     367}}}
    382368= Modifications =
    383369{{{
     
    385371not displaying and was producing an error message; solution was to dowloaded the
    386372ds9 (4.08b) binary.
    387 
    388 }}}
    389 
    390 
    391 
    392 
    393 
    394 
    395 
    396 
    397 
    398 
    399    
     373}}}