Changeset 545 for trunk/bin


Ignore:
Timestamp:
03/08/05 15:53:19 (19 years ago)
Author:
mar637
Message:

added (temporary) detection of aipspath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/asap

    r511 r545  
    4343fi
    4444
     45# at the moment we need AIPS++ for measures tables and endian detection
     46aroot='/nfs/aips++/weekly'
     47if [ "${AIPSPATH}" == "" ]; then
     48    . ${aroot}/aipsinit.sh
     49fi
     50
    4551#
    4652# FIXME - allow more than one argument and handle args gracefuly.
Note: See TracChangeset for help on using the changeset viewer.