15 | | * Once all the thumbnails have been made and the pdf is opened look through it and remove all the over/under exposed tif images from proc_images (leave the raws). Any images that do not correspond to a flightline will be moved to proc_images/outbounds and any images with corrupted eventfile information will be moved to the proc_images/nogps. If the nogps directory was made remove any over/underexposed images then check which images are in the outbounds directory, and if any nogps images fall between the outbounds images remove the tif image. e.g. if images 1, 2, 3 and 6 are in outbounds the nogps images 4 and 5 will be outbound as well. |
| 15 | * This will create thumbnails and a pdf preview page. Also, any tif images which do not correspond to a flightline will be moved to proc_images/outbounds and any images with corrupted eventfile information will be moved to proc_images/nogps. |
| 16 | * Look through the pdf and remove all the over/under exposed tif images (leave the raws) from proc_images/ and nogps/. |
| 17 | * If any nogps images fall between the outbounds images then remove the tif image. e.g. if images 1, 2, 3 and 6 are in outbounds the nogps images 4 and 5 will be outbound as well. |