Batch config
the new batch_config.json provides batch-job dependent information for the reconstruction.py
it contains a link to the global_config (database, file dict, output_path, ...) so only the batch_config has to be given to the job_handler.py.
In the master-task both config files are read and merged into one. Therefore the existing tasks get their parameters as before. In the reconstruciton-task though, the path to the batch_config is handed to the steering file.
The steering file reads the config via the path_utilities.get_commandline_args funktion and returns the loaded config.
so now you can just read the parameters in the reconstuction.py