Changeset 1595 for trunk/python
- Timestamp:
- 07/06/09 11:13:06 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/__init__.py
r1589 r1595 189 189 # Control the identification of reference (off) scans 190 190 # This is has to be a regular expression 191 scantable.reference : .*(e|w|_R)$ 191 scantable.reference : .*(e|w|_R)$ 192 193 # Indicate whether the data was parallactified (total phase offest == 0.0) 194 scantable.parallactify : False 192 195 193 196 # Fitter
Note:
See TracChangeset
for help on using the changeset viewer.