| | 31 | |
| | 32 | == Creating jobs == |
| | 33 | |
| | 34 | Create an application named '''bossa_example3'''. |
| | 35 | Create some jobs: |
| | 36 | {{{ |
| | 37 | php bossa_example_make_jobs --app_name bossa_example3 --dir example |
| | 38 | }}} |
| | 39 | |
| | 40 | We'll also need to create some calibration jobs: |
| | 41 | {{{ |
| | 42 | php bossa_example_make_jobs --app_name bossa_example3 --dir example --calibration |
| | 43 | }}} |
| | 44 | |
| | 45 | This will create 10 calibration jobs based on the images in '''example/''' |
| | 46 | (recall that these images have corresponding "answer" files. |
| | 47 | |
| | 48 | == Callback functions == |