import os, time, pkg_resources # list of paths where CASA should search for data subdirectories datapath = ['/opt/casa/data/casa-data', '/opt/casa/data/casatestdata'] # location of required runtime measures data, takes precedence over location(s) in datapath list measurespath = "/opt/casa/data/casa-data" # automatically populate the datapath[0] location if not already done populate_data = False # automatically update measures data if not current (rundata must be user-writable) measures_update = False