File: config_template.py

package info (click to toggle)
radio-beam 0.3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 476 kB
  • sloc: python: 1,753; makefile: 116
file content (6 lines) | stat: -rw-r--r-- 175 bytes parent folder | download
1
2
3
4
5
6
import os
here = os.path.dirname(os.path.abspath('.'))
datapath=[os.path.join(here, '.casa', 'data')]
measurespath=datapath[0]
measures_auto_update=True
data_auto_update=True