Changes between Version 3 and Version 4 of Procedures/DeliveryCreation/Hyperspectral


Ignore:
Timestamp:
Jul 14, 2010, 9:32:44 AM (14 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/DeliveryCreation/Hyperspectral

    v3 v4  
    3030 1. Ensure that the filenames of the level 1 files and flightline jpegs are correct - they should be [eh]JJJaff1b.*, where [eh] is e for eagle or h for hawk, JJJ is the julian day of the flight, a is a flight letter if appropriate (usually a, b or occasionally c), and ff is the flightline number. There should be one level 1 file (or set of files, if there are .bil and .bil.hdr files in addition to the HDF) per flightline. If any are missing for particular sensors (eg. because the sensor failed), this should be explained in the readme file. 
    3131 1. '''New style read me is largely untested - expect some errors.'''
    32   1. Create a config file for the read me using the generate_readme_config.py script. Use a command such as generate_readme_config.py -d <delivery_directory> -r hyper
     32  1. Create a config file for the read me using the generate_readme_config.py script. Use a command such as `generate_readme_config.py -d <delivery_directory> -r hyper`
    3333  1. Edit the config file and check all the items are filled in:
    3434   1. If an instrument has no dark frames for all flight lines then enter instrument name in "dark_frames"
     
    3737   1. line_numbering should contain a space separated list of line names linking the logsheet to the processed files.
    3838   1. All "compulsory" items should contain data
    39   1. Create a TeX file. Use the script create_latex_hyperspectral_readme.py -f <config filename>
     39  1. Create a TeX file. Use the script `create_latex_hyperspectral_readme.py -f <config filename>`
    4040   1. This file can be reviewed and edited in any text editor if needed.
    41   1. Create a PDF file by running latex <tex_filename>
     41  1. Create a PDF file by running `latex <tex_filename>`
    4242   1. Review the read me and check carefully to see if it looks OK with all relevant information present.
    4343   1. Copy it to the delivery directory and remove any temporary files. Recommended to keep the TeX file until after delivery checking in case any edits are required.