Changes between Version 5 and Version 6 of BossaExampleThree


Ignore:
Timestamp:
Jul 30, 2008, 12:07:58 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BossaExampleThree

    v5 v6  
    2929
    3030The job distribution policy is the same as in example 2.
     31
     32== Creating jobs ==
     33
     34Create an application named '''bossa_example3'''.
     35Create some jobs:
     36{{{
     37php bossa_example_make_jobs --app_name bossa_example3 --dir example
     38}}}
     39
     40We'll also need to create some calibration jobs:
     41{{{
     42php bossa_example_make_jobs --app_name bossa_example3 --dir example --calibration
     43}}}
     44
     45This will create 10 calibration jobs based on the images in '''example/'''
     46(recall that these images have corresponding "answer" files.
     47
     48== Callback functions ==
    3149
    3250This example's call back functions are in