コード例 #1
0
    def writeConfig(self):
        """Writes all of the initialization variables to the config
        file called <basename>.cfg"""

        qU.writeConfig(quickLogger=self.logger,
                       commonDictionary=self.commonConf,
                       likelihoodDictionary=self.likelihoodConf)
コード例 #2
0
    def writeConfig(self):

        """Writes all of the initialization variables to the config
        file called <basename>.cfg."""

        qU.writeConfig(quickLogger=self.logger,
                       commonDictionary=self.commonConf,
                       analysisDictionary=self.analysisConf)
コード例 #3
0
    def writeConfig(self):

        """Writes all of the initialization variables to the config
        file called <basename>.cfg"""

        qU.writeConfig(quickLogger=self.logger,
                       commonDictionary=self.commonConf,
                       likelihoodDictionary=self.likelihoodConf)
コード例 #4
0
    def writeConfig(self):

        """Writes all of the initialization variables to the config
        file called <basename>.cfg."""

        qU.writeConfig(quickLogger=self.logger,
                       commonDictionary=self.commonConf,
                       analysisDictionary=self.analysisConf)