Changeset 550


Ignore:
Timestamp:
03/10/05 08:09:10 (19 years ago)
Author:
phi196
Message:

Search for an aips++ installation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/asap

    r545 r550  
    4444
    4545# at the moment we need AIPS++ for measures tables and endian detection
    46 aroot='/nfs/aips++/weekly'
     46aroot='/nfs/aips++'
    4747if [ "${AIPSPATH}" == "" ]; then
    48     . ${aroot}/aipsinit.sh
     48
     49    if test -d ${aroot}/weekly ; then
     50        . ${aroot}/weekly/aipsinit.sh
     51    elif  test -d ${aroot}/daily ; then
     52        . ${aroot}/daily/aipsinit.sh
     53    else
     54        echo "Cannot locate aips++ installation"
     55        exit 0
     56    fi
    4957fi
    5058
Note: See TracChangeset for help on using the changeset viewer.