Exemplo n.º 1
0
Arquivo: plotdata.py Projeto: rolk/ert
    def __init__(self):
        ContentModel.__init__(self)
        QObject.__init__(self)
        self.parameter = None

        # the order of these handlers depend on ERT's way of keeping track of the keys
        self.handlers = [RFTFetcher(), EnsembleFetcher()]
        self.current_handler = None
        self.empty_panel = QFrame()

        self.fs_for_comparison_plots = None
        self.comparison_fs_name = "None"
        self.data = None
Exemplo n.º 2
0
Arquivo: plotdata.py Projeto: rolk/ert
 def __init__(self):
     ContentModel.__init__(self)
Exemplo n.º 3
0
 def __init__(self):
     ContentModel.__init__(self)
     self.observation_icon = resourceIcon("observation")