Ignore:
Timestamp:
06/30/09 15:46:14 (15 years ago)
Author:
Malte Marquarding
Message:

Ticket #165: have removed the hard-coding of parallactifying the data. NOTE THIS breaks the Table structure as I have moved the PARANGLE column from the main table into the FOCUS table. We need to have a new release. Also one needs to explicitly tell the scantable via rc or member function to enable parallactifying

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/__init__.py

    r1560 r1586  
    116116    'scantable.storage'   : ['memory', str],
    117117    'scantable.history'   : [True, _validate_bool],
    118     'scantable.reference'      : ['.*(e|w|_R)$', str]
     118    'scantable.reference'      : ['.*(e|w|_R)$', str],
     119    'scantable.parallactify'   : [False, _validate_bool]
    119120    # fitter
    120121    }
Note: See TracChangeset for help on using the changeset viewer.