Recomendations for load_tile_and_stitch()

We (me and @sgbaird) were having trouble running the load_tile_and_stitch function. There seems to be a lot of manual parameters, but when running the terminal command it just requires a file path. I’m currently using os.system to bypass the need for the parameters. Is there documentation anywhere on how to run this, or is the recommended method just calling CLI using os.system?