def __init__(self):
        self.current_min = 1
        self.data_in_real_time = []
        self.proj_path = "C:/DTALite/New_PHXsubarea/"

        self.column_index_for_openamos = -1
        self.column_index_for_dtalite = -1
        self.column_index_for_realtimeskim = -1

        self.tripsAct = {}
        self.manager = SimulationManager()
        self.manager.subregion = self.read_subregion()
    def __init__(self):
        self.current_min = 1
        self.data_in_real_time = []
        self.proj_path = "C:/DTALite/New_PHXsubarea_hov/"
        self.only_openAMOS = True

        self.column_index_for_openamos = -1
        self.column_index_for_dtalite = -1
        self.column_index_for_realtimeskim = -1

        self.tripsAct = {}
        self.manager = SimulationManager()