Changeset 1355


Ignore:
Timestamp:
04/26/07 15:00:47 (17 years ago)
Author:
mar637
Message:

added mode='time' to auto_quotient arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/tid.py

    r1038 r1355  
    1818# Create the quotient spectra
    1919data = scantable('data/tid-t002.rpf')
    20 q = data.auto_quotient()
     20# IMPORTANT tid needs mode='time'
     21q = data.auto_quotient(mode='time')
    2122# Set the restfreq for each IF
    2223q.set_restfreqs(freqs= [23694.4700e6,23722.6336e6])
Note: See TracChangeset for help on using the changeset viewer.