Explanation of the result.dic Format ==================================== Grid Related Information ------------------------ Line 1 ^^^^^^ +--------------+-------+-------+-------+------------------+ | argument no | 1 | 2 | 3 | 4 | +==============+=======+=======+=======+==================+ | | X min | X max | xnum | window size in px| +--------------+-------+-------+-------+------------------+ where: - X min: minimum x coordinate of the grid - X max: maximum x coordinate of the grid - xnum: number of grid points in the x direction - window size in px: size of the window in pixels Line 2 ^^^^^^ +--------------+-------+-------+-------+------------------+ | argument no | 1 | 2 | 3 | 4 | +==============+=======+=======+=======+==================+ | | Y min | Y max | ynum | window size in px| +--------------+-------+-------+-------+------------------+ where: - Y min: minimum y coordinate of the grid - Y max: maximum y coordinate of the grid - ynum: number of grid points in the y direction - window size in px: size of the window in pixels Total number of grid points ^^^^^^^^^^^^^^^^^^^^^^^^^^^ xnum*ynum: total number of grid points Actual Data ----------- The subsequent lines are formatted as follows: * One row for each image. * Image name. * A tuple describing the (x, y) position in pixels of each marker for the new image. .. code-block:: text img_name \t (p1.x, p1.y)\t (p2.x, p2.y) ... for the xnum*ynum points