Skip to content

batch processing

Jian Tay edited this page Jan 25, 2022 · 1 revision

Batch processing

Use cases:

  • Load different options per file or series
  • Merge processing - how to tell the code to process multiple files together

To batch process a large number of files with different, simply create a new script (m-file) that calls CyTracker:

CT = CyTracker;
importOptions(CT, 'file1.txt')
process()

You can have several settings files:

Clone this wiki locally