Version 52 (modified by mark1, 11 years ago) (diff)

--

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)
  2. Check against the logsheet that all data that should be present is.
  3. Check that all other folders and contents are present
    1. Check that there are ASCII view vector files in the sensor FOV dirs for each sensor (multiple ones if different binning has been used)
  4. Check for typos, etc in the documentation.
  5. Only the PDF read me file should be present (no .tex, .out, .aux, .log files)
  6. Ensure the text files are Windows compatible (use the 'file' command on the .txt files: they should be ASCII with CRLF terminators) (run unix2dos ReadMe.txt)
  7. Test out the readme level 3 processing command for all of the level 1 files, run check_apl_cmd -c <path to hyp_genreadme config file> in delivery directory, outputs tif files to tmp_cmd_check directory, check tif files in gtviewer
  8. Check each of the screenshots
  9. Run proj_tidy.sh -c -p <path_to_project>. This will do a variety of tests, which should be checked.
  10. All level 1 files should be looked at visually using fastQC.
    1. If any pixels appear to be constantly bad (c.f. 2009? dust on lens problems) then return to processor for re-processing calibration using a list of additional bad pixels to mask (see aplcal -qcfailures)
    2. In this case additional information should be added into read me to explain why they are being masked
  11. Check a selection of the lev3 mapped files open and look OK (don't need to go through all the bands)
    1. Make sure that all bands have been mapped (not just 3)
  12. If the delivery is ready to deliver, update the dataset on the Processing status page to "Ready to deliver".
  13. If everything is ready to deliver, i.e. no more changing of ReadMe files, then in the sensor delivery directory run the script: zip_mapped.sh. This process should zip all of the mapped lines in the flightlines/mapped directory. Check the output.
    1. NOTE that whilst the l3_scratch directory is being used we should run the zip command: zip_mapped.sh -d /users/rsg/arsf/l3_scratch/<PROJECT-DIR>/
  14. Add a comment on the ticket saying what problems there are / things that need resolving / things that you have resolved yourself / whether the data is ready to deliver.

For LIDAR Data

  1. Verify we have the correct PI (check against application, call Gloucester if unsure)
  2. Check against the logsheet that all data that should be present is.
  3. Check for typos, etc in the documentation.
  4. Only the PDF read me file should be present (no .tex, .out, .aux, .log files)
  5. Ensure the text files are Windows compatible (use the 'file' command on the .txt files: they should be ASCII with CRLF terminators) (run unix2dos ReadMe.txt)
  6. Check all the LIDAR files open/load, look OK and fit together horizontally and vertically. Either:
    • Use lag to view the data
    • Use a scripted approach with Grass. Either run import_ldr_txt_to_grass.sh from within Grass or run lidar_intensity.sh?. You need to generate these yourself from the ascii files, you can't just look at already created DEM/Screenshots.
  7. Run the script check_ascii_lidar which will read in the ascii files and check all points have the correct number of records (9), report the min/max of the time/easting/northings and the number of points classified as noise.
  8. Look at a couple of lines to check that obvious noise has been classified.
  9. Check the DEM contents look OK
    • Check DEM in envi
    • check DEM header resolution is the same as in the Read_Me file - trim the hdr resolution if in metres and seems sensible to (e.g. 2.000124342 metres should be 2.0)
  10. Check the screenshots look OK
  11. Run proj_tidy.sh -c -p <path_to_project>. This will do a variety of tests, which should be checked.
  12. Add a comment on the ticket saying what problems there are / things that need resolving / things that you have resolved yourself / whether the data is ready to deliver
  13. If the delivery is ready to deliver, update the dataset on the Processing status page to "Ready to deliver".

.

For Full Waveform Deliveries:

  1. Check all the discrete LAS files open/load, look OK and fit together
  2. 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 here for information on how to do this).
  3. 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)
  2. Check against the readme that all data that should be present is.
  3. Check that all other folders and contents are present.
  4. Check for typos, etc in the documentation.
  5. Only the PDF read me file should be present (no .tex, .out, .aux, .log files)
  6. View all of the thumbnail images. Look for 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
  7. Check one (or more) of the photographs for tagging information: exiftool photographs/FILENAME
  8. View one of the photographs to check it opens OK.
  9. Check file sizes of photographs look reasonable (224M) and there are no _tmp photo files.
  10. Run proj_tidy.sh -c -p <path_to_project>. This will do a variety of tests, which should be checked.
  11. 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.
  12. 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.
  13. Add a comment on the ticket saying what problems there are / things that need resolving / things that you have resolved yourself / whether the data is ready to deliver.
  14. If the delivery is ready to deliver, update the dataset on the Processing status page to "Ready to deliver".

After checking, the project should now be rsynced.