def __init__(self, **user_settings): # Default value for this. Populator may have this overriden self.l2_config_filename = \ os.path.join(os.environ.get('L2_INPUT_PATH', ''), "fts/config/config.lua") PopulatorBase.__init__(self, **user_settings) # We don't have a L1B1 file, so tell PopulatorBase not to try # to aggregate this. self.have_l1b1 = False self.pout_col_idx = 27 self.convert_factor = 1e2
def __init__(self, config_sounding_id_section, config_input_keywords, **user_settings): PopulatorBase.__init__(self, **user_settings) self.config_sounding_id_section = config_sounding_id_section self.config_input_keywords = config_input_keywords