Version 16 (modified by mggr, 17 years ago) (diff) |
---|
Data Delivery
It may be worth printing this page out and ticking each item to ensure they're done.
Prerequisites
- level 1 data that has been mapped to level 3 successfully and verified as correctly geolocated (as far as possible).
- flight logsheet
Screenshots
One per line, with vectors overlaid? Need to specify what we want to see in these.
Verification
Once a dataset has been prepared for burning and delivery, a second person should go over it, checking for typos, etc. They should also test out the level 3 processing command for one or more of the level 1 files and confirm it works. All level 1 files should be looked at visually (ideally in all bands).
Fill in the other stuff we do/should do here
- replace any Unix-upsetting characters (spaces, brackets, etc) in filenames
Preparation of data for burning
A template file structure for the 2006 data delivery is at ~arsf/arsf_data/2006/delivery_template/. You need to create a copy on pmpc886 (where the DVD burner is). The easiest way to do this is to use a little script.
- ssh pmpc886
- ~arsf/usr/bin/delivery_prep_2006.sh PROJECTCODE JULIANDAY
- change dir to the newly created delivery directory Note: this directory will be created in /tmp, which is automatically deleted after 3 days''
- Copy in:
- the level-1 files to lev1/
- the logsheet to logsheet/
- the screenshots to screenshots/
- edit the Read_Me.txt-MUST_EDIT file
- Appropriate pixel size
- Comments on the quality of the data and any specific problems encountered
- Ensure the text file is in Windows format (run unix2dos on it if necessary)
- (list of other things to change)
- Check against the logsheet that all data that should be present is
- Verification: get someone else to go through the verification steps in the section above
- copy the Read_Me.txt to the original project directory (~arsf/arsf_data/2006/...) as a backup and so we can refer to it later
- Burn the data
- create an iso image with mkisofs -R -udf -verbose -o /tmp/dvd.iso -V <ARSF-PROJECTCODE-JULIANDAY> <delivery_directory>
- test the iso with sudo mount -o ro,loop /tmp/dvd.iso /mnt/tmp - mounts to /mnt/tmp, go look at it, then unmount with sudo umount /mnt/tmp (yes, that is umount not unmount)
- if it's ok, burn to CD/DVD with sudo cdrecord dev=/dev/dvdwriter -sao fs=100m driveropts=burnfree -v /tmp/dvd.iso
- clean up with rm /tmp/dvd.iso
Final steps
- Get someone else to check the DVD
- Print out cover letter, instructions (Readme?)
- Post to user
- Create a trac support ticket noting that the data has been delivered and that we should contact the user in a week to ensure it's arrived and is ok