Changeset 656


Ignore:
Timestamp:
06/22/05 16:18:17 (19 years ago)
Author:
mar637
Message:

* empty log message *

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/asap

    r636 r656  
    4747if [ "${AIPSPATH}" == "" ]; then
    4848    aroot='/nfs/aips++'
    49     ASAPDATA='/usr/local/share/asap/data'
     49    ASAPDATA='/usr/local/share/asap'
    5050    if test -d ${ASAPDATA} ; then
    5151        AIPSPATH="${ASAPDATA} linux_gnu somewhere localhost"   
     52        export AIPSPATH
    5253    elif test -d ${aroot}/weekly ; then
    5354        . ${aroot}/weekly/aipsinit.sh
  • trunk/examples/test.py

    r572 r656  
    4242quot = quotient(scanav,refav)
    4343# set the cursor to polarisation 0
    44 quot.set_cursor(thepol=0)
     44quot.set_cursor(pol=0)
    4545# get the spectrum for polarisation 0
    4646v0 = quot._getspectrum()
     
    4848print v0[0:10]
    4949# set the cursor to polarisation 1
    50 quot.set_cursor(thepol=1)
     50quot.set_cursor(pol=1)
    5151# get the spectrum for polarisation 1
    5252v1 = quot._getspectrum()
Note: See TracChangeset for help on using the changeset viewer.