Changes between Version 29 and Version 30 of Procedures/EagleHawkProcessing


Ignore:
Timestamp:
Jul 4, 2011, 10:53:12 AM (13 years ago)
Author:
knpa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/EagleHawkProcessing

    v29 v30  
    33This guide describes how to process hyperspectral data using the apl suite. This should be used for 2011 data onwards. If you are processing earlier data, see [wiki:Procedures/AZEagleHawkProcessing here] for instructions for processing with the az suite.
    44
    5 '''All processing in the ~arsf/arsf_data directories should be done as airborne user:'''
     5The apl suite consists of the following programs: apl cal, apl nav, apl tran, apl map.
     6
     7== Creating config file ==
     8
     9This file will be used to automatically generate the commands necessary to process your hyperspectral lines.
    610
    711If no config file exists (in <proj_dir>/processing/hyperspectral) then, in top project directory, run:
     
    1620 * transform_projection is correct for the data
    1721
    18 
    19 === Scripts to process the data: ===
    20 
    21  * To submit jobs to the grid, from the top level directory use: specim_qsub.py <config_file>
    22  * The actual script which does the processing of each job is: process_specim_apl_line.py
    23  * If using SBETs from IPAS to process the hyperspectral make sure to use these lever arm values (referenced from pav80 not GPS antenna):
     22 * If using SBETs from IPAS to process the hyperspectral make sure to use these lever arm values (referenced from pav80 not GPS antenna. They should be automatically selected according to the year but best to check):
    2423
    2524Eagle : 0.415 -0.014 -0.129
     
    3332Hawk : -0.345 0.29 0.35
    3433
    35 === Making a Delivery ===
    3634
    37 Use the make_hyper_delivery.py script to make the delivery directory. Run it from within the main project directory. By default it runs in dry run mode.
     35=== Submitting processing to gridnodes ===
    3836
    39 Use --final if happy with what it says it will do. Use -m <config> to generate screenshots and mosaics
     37To submit jobs to the grid, from the top level directory use: specim_qsub.py <config_file>
    4038
    41 To make the readme file use the script: create_latex_hyperspectral_apl_readme.py
     39The actual script which does the processing of each job is: process_specim_apl_line.py
     40
    4241
    4342=== Individual processing stages: ===
     
    9493
    9594   `aplmap -igm e092013b_p_sct0.1_utm31n.igm -lev1 e092011b.bil -mapname e092013b_utm31.mapped -bandlist 30 15 7` -oversample 3 3
     95
     96
     97=== Making a Delivery ===
     98
     99Use the make_hyper_delivery.py script to make the delivery directory. Run it from within the main project directory. By default it runs in dry run mode.
     100
     101Use --final if happy with what it says it will do. Use -m <config> to generate screenshots and mosaics
     102
     103To make the readme file use the script: create_latex_hyperspectral_apl_readme.py