synthpop.modules.post_processing.gulls_post_processing ====================================================== .. py:module:: synthpop.modules.post_processing.gulls_post_processing .. autoapi-nested-parse:: Post-processing to put catalog in the Gulls input format. Classes ------- .. autoapisummary:: synthpop.modules.post_processing.gulls_post_processing.GullsPostProcessing Module Contents --------------- .. py:class:: GullsPostProcessing(model, cat_type, **kwargs) Bases: :py:obj:`synthpop.modules.post_processing._post_processing.PostProcessing` Base class for post-processing, for catalog modifications after the regular SynthPop generation process has completed. .. py:attribute:: cat_type .. py:attribute:: model .. py:method:: do_post_processing(dataframe: pandas.DataFrame) -> pandas.DataFrame Parameters ---------- dataframe : dataframe original SynthPop output as pandas data frame Returns ------- dataframe : dataframe modified pandas data frame