| Name | Short Name | Type | Description |
| Number of tiles in x | tilesx | integer | The image consists of this number of equal sized tiles in x dimension. |
| Number of tiles in y | tilesy | integer | The image consists of this number of equal sized tiles in y dimension. |
| Focal length along the x axis | fx | real | The focal length is in pixels; the lens working distance (um) divided by image resolution (um/pixels). |
| Focal length along the y axis | fy | real | The focal length is in pixels; the lens working distance (um) divided by image resolution (um/pixels). |
| x-coordinate of the principal point | cx | real | This is a coordinate in pixels, if the camera view field was properly centered, then the half of the image (tile) size. |
| y-coordinate of the principal point | cy | real | This is a coordinate in pixels, if the camera view field was properly centered, then the half of the image (tile) size. |
| First coefficient of radial distortion | k1 | real | Positive value pulls sides towards the center, negative value pushes away. Try values around +/- 1. |
| Second coefficient of radial distortion | k2 | real | Positive value pulls sides towards the center, negative value pushes away. Try values around +/- 1. |
| First coefficient of tangential distortion | p1 | real | Typically zero for microscopy. |
| Second coefficient of tangential distortion | p2 | real | Typically zero for microscopy. |