Commit 2ab5217d authored by Anika Treffehn's avatar Anika Treffehn
Browse files

added names to postprocessing steps to debug outputs

parent 8cc8420d
Loading
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -321,7 +321,8 @@ def get_processing_chain(
                        "out_fmt": cod_fmt,
                        "multiprocessing": cfg.multiprocessing,
                        "tx_condition": False,
                    }
                    },
                    name="cod_fmt",
                )
            )
            tmp_in_fmt = cod_fmt
@@ -412,7 +413,8 @@ def get_processing_chain(
                        "out_fmt": cod_fmt,
                        "multiprocessing": cfg.multiprocessing,
                        "tx_condition": False,
                    }
                    },
                    name="cod_fmt",
                )
            )
            tmp_in_fmt = cod_fmt
@@ -461,7 +463,8 @@ def get_processing_chain(
                        "out_fs": tmp_in_fs,
                        "out_fmt": fmt_out,
                        "tx_condition": tx_condition,
                    }
                    },
                    name=f"post_{fmt_out}",
                )
            )
            tmp_in_fmt = fmt_out