Goals and Background: The goal of this lab was to practice performing geometric correction on digital images. In this lab two types of geometric correction were performed. The following is terminology used throughout this lab Image to Map Rectification- This is when an images data pixel coordinates are transformed, or rectified using their counterpart coordinates on a map Image to Image Rectification- This is similar to Image to Map Rectification, however instead of a map an already corrected reference image is used Ground Control Points- Ground Control Points, or GCP's are paired measurement points used in geometric correction. The higher the distortion, the more GCPs are needed. Spatial Interpolation- When GCP pairs are used to establish a transformation that corrects the pixel value in the output image using the value of a pixel in the input image Intensity Interpolation - When Brightness values are extracted for an X,Y location in the reference image and place i...