run_flask module

Run the Flask software using the pyFlask wrapper to generate the correlated 3x2pt field maps from the 3x2pt power spectra. Repeated over a given number of realisations/iterations.

catalogue_sim.run_flask.flask_config(pipeline_variables_path)

Set up a config dictionary to run based on catalogue simulation pipeline parameters specified in a given input variables file

Parameters

pipeline_variables_path(str)

Path to location of set_variables_cat.ini file

Returns

Dictionary of pipeline parameters to be input into Flask

catalogue_sim.run_flask.main()

Run pyFlask for a given random seed and simulation parameters. A dummy flask.config file is read in from the pipeline directory and overwritten with the parameters from the dictionary set up in flask_config