~ryan-bayes/maus/1666

« back to all changes in this revision

Viewing changes to src/common_py/geometry/ConfigReader.py

  • Committer: Ryan Bayes
  • Date: 2015-04-28 16:21:56 UTC
  • Revision ID: ryan.bayes@glasgow.ac.uk-20150428162156-9lxfd20q4v7y7s38
Changes to read in cooling channel information from a separate database and beamline data for a run with an arbitrary geometry id.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        self.geometry_upload_cleanup = config_dict['geometry_upload_cleanup']
47
47
 
48
48
        self.cdb_download_url = config_dict['cdb_download_url']
 
49
        self.cdb_cc_download_url = config_dict['cdb_cc_download_url']
49
50
        self.geometry_download_wsdl = config_dict['geometry_download_wsdl']
50
51
        self.geometry_download_directory = config_dict \
51
52
                                                 ['geometry_download_directory']
56
57
        self.geometry_download_cleanup = config_dict \
57
58
                                                   ['geometry_download_cleanup']
58
59
        self.g4_step_max = config_dict['g4_step_max']
 
60
        self.download_beamline_for_run = config_dict['geometry_download_beamline_for_run']
59
61
        self.download_beamline_tag = config_dict['geometry_download_beamline_tag']
60
62
        self.download_coolingchannel_tag = \
61
63
                                             config_dict['geometry_download_coolingchannel_tag']