Changes between Version 9 and Version 10 of Procedures/EagleHawkProcessing


Ignore:
Timestamp:
Sep 29, 2010, 11:55:08 AM (14 years ago)
Author:
knpa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/EagleHawkProcessing

    v9 v10  
    22
    33Once the [wiki:Procedures/NewDataArrival data have been unpacked] and the [wiki:Procedures/ProcessingChainInstructions/NavigationProcessing nav data have been processed], the Eagle/Hawk data need to be run through the [wiki:Processing/Flow AZ Systems processing chain] (primarily azspec, azimport, aznav and azgcorr).
    4 
    5 Firstly, if it's not already there, copy for the project into a directory in the ARSF workspace (~arsf/workspace/). Note use the `fastcopy_arsf_proj_dir.sh` script rather than just a basic `cp`, because that symlinks most of the things that don't need to be altered (like data files) rather than copying them unnecessarily.
    6 
    7 {{{
    8 su - airborne
    9 cd ~arsf/workspace
    10 fastcopy_arsf_proj_dir.sh ~arsf/<year>/flight_data/<campaign>/<project_directory> ./<project_directory>
    11 }}}
    124
    135== Create the processing scripts ==