use FIG;
my $fig = new FIG;

$usage = "usage: predict_starts Objects ClearCalls ProposedCorrections";

(
 ($objects       = shift @ARGV) &&
 ($clear_calls   = shift @ARGV) &&
 ($proposed      = shift @ARGV)
)
    || die $usage;

&FIG::run("make_calls_for_start_predictions < $objects | order_corrections_for_start_predictions > $clear_calls 2> $proposed";
