From 10a1cfe1caf1a11815393485d59b347d24fa7a48 Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Fri, 5 Jul 2013 11:07:31 -0400 Subject: [PATCH] [Positioner] EvAAL: current format is 2012 The code for the EvAAL output was slightly updated in 2012 for the 2nd contest. Although OwlPS doesn't handle sub-areas of interest, it was indeed compatible with the 2012 evaluation system. --- owlps-positioner/cfg/owlps-positioner.conf | 2 +- owlps-positioner/userinterface.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/owlps-positioner/cfg/owlps-positioner.conf b/owlps-positioner/cfg/owlps-positioner.conf index 92fbf22..d288711 100644 --- a/owlps-positioner/cfg/owlps-positioner.conf +++ b/owlps-positioner/cfg/owlps-positioner.conf @@ -241,7 +241,7 @@ mobile-csv-file = /usr/local/etc/owlps/mobiles.csv #udp-host = #udp-port = 9910 -# The TCPEvAAL output follows the specification of EvAAL 2011 to +# The TCPEvAAL output follows the specification of EvAAL 2012 to # communicate with the SocketAdapter program developed by the # organizers. # Note: you can use only one algorithm when using the TCPEvAAL output. diff --git a/owlps-positioner/userinterface.cc b/owlps-positioner/userinterface.cc index 271ace8..ede1aea 100644 --- a/owlps-positioner/userinterface.cc +++ b/owlps-positioner/userinterface.cc @@ -332,7 +332,7 @@ void UserInterface::fill_output_options() po::value< vector >()->composing(), "Medium to which the results will be written. You can specify" " this option more than once." - " Allowed: Terminal, CSV, UDP, TCPEvAAL (EvAAL 2011 format)." + " Allowed: Terminal, CSV, UDP, TCPEvAAL (EvAAL 2012 format)." " If this option is absent, the results are printed on the terminal.") ("output.csv-file", po::value(),