= Delivery Checking = Once a dataset has been prepared for burning and delivery, a second person should go over it and: '''For Hyperspectral Data''' 1. Verify we have the correct PI (check against application, call Gloucester if unsure) and address (application, address book spreadsheet, google, Gloucester) 1. Check against the logsheet that all data that should be present is. 1. Check that [wiki:Processing/FilenameConventions#Delivereddata all other folders] and contents are present. 1. Check for typos, etc in the documentation. 1. Ensure the readme and other text files are Windows compatible (use the 'file' command on the .txt files: they should be ASCII with CRLF terminators) (run unix2dos !ReadMe.txt) 1. Test out the readme level 3 processing command for one or more of the level 1 files (definitely one per sensor). 1. Check each of the screenshots 1. All level 1 files should be looked at visually using fastQC. 1. Run proj_tidy.sh on the project and look for any errors located in the delivery. '''For LIDAR Data''' 1. Verify we have the correct PI (check against application, call Gloucester if unsure) and address (application, google, Gloucester) 1. Check against the logsheet that all data that should be present is. 1. Check that [wiki:Processing/FilenameConventions#Delivereddata all other folders] and contents are present 1. Only PDF versions of logsheet should be present. 1. Check for typos, etc in the documentation. 1. Ensure the readme and other text files are Windows compatible (use the 'file' command on the .txt files: they should be ASCII with CRLF terminators) (run unix2dos !ReadMe.txt) 1. Check all the ASCII LIDAR files open/load, look OK and fit together * Use lag to view the data * OR use a scripted approach with Grass to check each line reads in and mosaic looks good. Either run import_ldr_txt_to_grass.sh from within Grass or run [wiki:Processing/CreateTifs make_lidardem_or_intensity.sh]. You need to generate these yourself from the ascii files, you can't just look at already created DEM/Screenshots. * Check that all lines look OK and the mosaic overlaps horizontally with no gaps 1. Run the script check_ascii_lidar.sh which will read in the ascii files and check all points have the correct number of records (8) and report the min/max of the time/easting/northings. 1. Check the DEM contents look OK * less * should have an [wiki:Processing/NextMapDEMs azgcorr style header] and plausible numbers as data * check DEM header resolution is the same as in the Read_Me.txt file * To view the DEM in envi, make a copy of it and run sed -i -e "1d" dem_copy.dem (this removes the azgcorr header) 1. Check the screenshots look OK 1. Run proj_tidy.sh on the project and look for any errors located in the delivery. For Full Waveform Deliveries: 1. Check all the discrete LAS files open/load, look OK and fit together 1. Check some of the full waveform LAS files in !TerraScan. Use the sol/trj file in the navigation directory to view some of the waveforms (see [http://arsf-dan.nerc.ac.uk/trac/wiki/Processing/TScanFW here] for information on how to do this). 1. If fw_extractions folder is present: check the ***_extractions.txt file - ensure all the listed folders/files are present. Check a couple of the ascii files to ensure they are readable. Check the ***_extractions.jpg looks ok. '''For Digital Photography Data''' 1. Verify we have the correct PI (check against application, call Gloucester if unsure) and address (application, google, Gloucester) 1. Check against the readme that all data that should be present is. 1. Check for typos, etc in the documentation. 1. Ensure the readme and other text files are Windows compatible (use the 'file' command on the .txt files: they should be ASCII with CRLF terminators) (run unix2dos !ReadMe.txt) 1. View all of the thumbnail images * Remove any that are very over/under exposed or not relevant to the project. This could include: very bright images, very dark images, images of the instrument bay door, images not overlapping with any of the Eagle/Hawk data * Also remove the corresponding tif images from the photographs directory. * Also remove the entry for the image from the eventfile csv. * Be careful not to truncate the values if using open office. * Recreate the KML file so that removed photos do not appear in it. 1. Check one (or more) of the photographs for tagging information: `exiftool photographs/FILENAME` 1. View one of the photographs to check it opens OK. 1. Check file sizes of photographs look reasonable (224M) and there are no _tmp photo files. 1. Open the kml file in googleearth and check it looks good and that thumbnails are displayed when the push pins are clicked. * If thumbnails are not visible open the kml file in a text editor. Check image source is the thumbnails directory and that image filenames are correct. 1. Check filenames correspond. If more than one project has been flown check that julian day has the letter after it (e.g. 298b). This will be in photograph, thumbnail and eventfile directories. Also check filenames in the eventfile have the julian day letter included. 1. Run proj_tidy.sh on the project and look for any errors located in the delivery. ------------------------------------- After checking, the project should now be [wiki:Procedures/DeliveryCreation/rsync rsynced].