Commit 0a1a7a8c authored by Anika Treffehn's avatar Anika Treffehn
Browse files

used out_fc key in yml file

parent 08e7afc9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -501,6 +501,10 @@ def get_processing_chain(
                )
            tmp_in_fmt = fmt_out

    # if LP filtering is defined in condition use that one
    if cond_cfg.get("out_fc") is not None:
        tmp_lp_cutoff = cond_cfg.get("out_fc")

    chain["processes"].append(
        Postprocessing(
            {