Changes between Version 5 and Version 6 of Procedures/AlsprocProcessing


Ignore:
Timestamp:
Sep 17, 2013, 5:46:50 PM (11 years ago)
Author:
besm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/AlsprocProcessing

    v5 v6  
     1== Overview ==
     2
     3The workflow of alsproc, modelled after the hyperspectral processing software APL, generally works as such:
     4[[Image(workflow_diagram.png)]]
     5
     6As the processor you will use ''generate_alsproc_config'' to create a configuration file, edit this with a text editor to fill in any parameters specific or special to your flight, then instruct alsproc to perform the operations described in the .cfg file. You'll need to validate your data before you proceed onto any other steps, and address any issues with the processed data by making further changes to the configuration file or notifying the maintainer or calibrator of any issues upstream.
     7
    18== Configure ==
    29The configuration file is made with the generate_alsproc_config.py program. It will examine your current working directory and derive a project directory, from which it will determine the best available calibration to base your configuration file on, and populate it with information derived from your flightlines. This can take a while, as it needs to perform a cursory check on all of the raw data.