combine_srclists_shamfi.py

Combines multiple srclists (RTS or WODEN) into one source. Assumes that each srclist only contains one SOURCE currently

usage: combine_srclists_shamfi.py [-h] [--srclist SRCLIST] [--outname OUTNAME]
                                  [--source_name SOURCE_NAME]

Named Arguments

--srclist Any number of srclists (of either RTS or WODEN, not a combination) to combine. Repeat the argument as necessary, e.g. –srclist=srclist_one.txt –srclist=srclist_two.txt –srclist=srclist_three.txt
--outname

Name for output srclist - defaults to “srclist_combined”+woden or rts

Default: “srclist_combined”

--source_name

Name for combined source in srclist - defalts to “combined_source”

Default: “combined_source”