Changes between Version 15 and Version 16 of Procedures/AlsprocProcessing
- Timestamp:
- Sep 2, 2014, 11:45:32 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/AlsprocProcessing
v15 v16 92 92 }}} 93 93 94 == Generate ==94 == Generate initial files == 95 95 Alsproc is fed its arguments with the wrapper script alsproc_batch.py, which also handles certain LiDAR preformatting if using las12_las. 96 96 {{{ … … 110 110 alsproc_submit.py 2014238.cfg 111 111 }}} 112 113 specify in the config file using: 114 115 {{{ 116 process-line = true 117 }}} 118 119 to set the file to be active, otherwise it will be skipped. 112 120 113 121 Log files will be kept for each flightline in the directory specified by log_dir in the configuration file, for your use if alsproc should suffer from some processing error. If you are running on the grid separate log files directly from the gridnodes will be outputted as well, these can be of use when checking pre-processing errors.