= Processing navigation data = This page describes the steps necessary to process navigation data, both for Eagle/Hawk data (Applanix) and for the ALS-II Lidar (IPAS). == IPAS processing == * [wiki:Processing/IPASPro] * [wiki:Processing/GrafNavProcessing] == Applanix processing == to use the automated system the project folder must be in the arsf workspace, it must contain the applanix/raw and rinex directorys as real directorys and the eagle and/or hawk directorys (can be sym linked) the 'win_dispatcher' script must be running on the windows box and the workspace mounted as drive W:\ (if this script is not running it must be started before continueing, see explanation further down page) to use the system simple place the project in the arsf workspace and add the flag 'status_applanix_batch_gen_ready' to the directory {{{ touch status_applanix_batch_gen_ready }}} The processing of navigation data through the package of applanix programs has now been fully automated, what follows is a brief description of the new system. The old system was a manual system and is documented [wiki:Processing/Applanix here]. Reading this beforehand will help your understanding of how it has been automated. == win dispatcher == This python script periodically checks the directorys in a specified directory for a status flag and if it finds one calls another script passing the name of the directory win_dispatcher [][][