airbornegeo.upward_continue_by_line# upward_continue_by_line(data, fitted_equivalent_sources, height, groupby_column='line', no_downward_continuation=True)[source]# For each light line in a dataframe, fit a set of equivalent sources and then upward continue to data to a specified height and return the upward continued data. Parameters: data (DataFrame) fitted_equivalent_sources (dict) height (float) groupby_column (str) no_downward_continuation (bool) Return type: Series