Changeset 1595


Ignore:
Timestamp:
07/06/09 11:13:06 (15 years ago)
Author:
Malte Marquarding
Message:

Added scantable.parallactify

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/__init__.py

    r1589 r1595  
    189189# Control the identification of reference (off) scans
    190190# This is has to be a regular expression
    191 scantable.reference         : .*(e|w|_R)$
     191scantable.reference        : .*(e|w|_R)$
     192
     193# Indicate whether the data was parallactified (total phase offest == 0.0)
     194scantable.parallactify     : False
    192195
    193196# Fitter
Note: See TracChangeset for help on using the changeset viewer.