# trace_merge **Reliability status**: `stable` ```{eval-rst} .. argparse:: :ref: traceratops.trace_merge.parse_arguments :prog: trace_merge ``` ## Output Files The script generates: 1. `merged_traces.ecsv`: Merged trace table containing the input trace tables. This is the default filename when no output filename is provided. ## Examples ```bash trace_merge --help ``` ## Notes - See the command-line reference above for the complete option list.