Changes between Version 56 and Version 57 of IRAF


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

--

Legend:

Unmodified
Added
Removed
Modified
  • IRAF

    v56 v57  
    181181= Required Packages =
    182182
    183 STSDAS 3.4/TABLES 3.4
     183== STSDAS 3.4/TABLES 3.4 ==
    184184
    185185 * STSDAS source: [ftp://ftp.stsci.edu/pub/software/stsdas/stsdas_v3.4/source/stsdas34.tar.gz/ stsdas34.tar.gz]
    186186 * TABLES source: [ftp://ftp.stsci.edu/pub/software/stsdas/tables_v3.4/source/tables34.tar.gz/ tables34.tar.gz]
    187187
    188 == Install Tables and STSDAS ==
     188=== Install Tables and STSDAS ===
    189189
    190190'''Created directories and uncompressed archives at:'''
     
    214214setenv PATH /usr/local/bin:$PATH
    215215}}}
    216 === Tables Installation:===
     216
     217=== Tables Installation: ===
    217218{{{
    218219metis:/usr/local/iraf/extern/tables> mkpkg linux
     
    254255}}}
    255256'''Compile Python code (under python directory):'''
    256 {{
     257{{{
    257258iraf@metis% python compileall.py ./*
    258259}}}