s20: change suffix

README: document the suffixes.
This commit is contained in:
Matteo Cypriani 2012-08-28 19:29:06 +02:00 committed by Matteo Cypriani
parent 653ccc1ee0
commit 3be8b99bda
9 changed files with 16 additions and 5 deletions

View File

@ -3,7 +3,7 @@ Scenarios
* File naming convention
: sS_jJ_dev_YYYY-MM-DD.extension
: sS_jJ_dev_YYYY-MM-DD[+suffix][_similarity].extension
With:
- S :: scenario number.
@ -12,6 +12,15 @@ With:
- MM :: month.
- DD :: day.
- dev :: client device short name.
- suffix :: an optional suffix can be added, separated by a +; suffixes
have the following meanings:
+ coord :: the real coordinate were added in the file;
+ calib :: the file is a manual calibration file, containing
calibration requests (type 1) (+coord is implied, as
manual calibration requests always contain the mobile's
coordinates); it can be made from real calibration
requests, or from simple positioning requests with added
coordinates and adapted type.
- extension :: file extension:
+ agg :: OwlPS Aggregator output file;
+ txt :: experiment report;
@ -21,10 +30,12 @@ With:
+ err :: OwlPS Positioner standard error;
+ ods :: results formatted in a spreadsheet.
If "+coord" is present in a file name before the extension, it means the
real coordinates were added.
For the results, after "+coord", the name of the similarity algorithm
can be added (mean, interval, interval2).
For the result files, the name of the similarity algorithm used to
compute the positions is added after the suffix. For now it can be one
of the following:
- mean,
- interval,
- interval2.
* Client devices