Changes between Initial Version and Version 1 of applanix2ogeom


Ignore:
Timestamp:
May 14, 2007, 10:52:10 AM (17 years ago)
Author:
mlucas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • applanix2ogeom

    v1 v1  
     1= appllanix2ogeom =
     2A utility to convert applanix meta-data to an ossim geometry file.
     3{{{
     4 Usage: applanix2ogeom <camera_file> <exterior_orientation_file> <imageToProcess> <optional_output_directory>
     5 Options:
     6  \--disable-elev             Will disable the elevation
     7  \--disable-notify           Takes an argument. Arguments are ALL, WARN,
     8                                NOTICE, INFO, FATAL, DEBUG.  If you want multiple                                       disables then just do multiple --disable-notify on the
     9                                command line.  All argument are case insensitive.
     10                                Default is all are enabled.
     11  --ossim-logfile            takes a logfile as an argument.  All output
     12                                messages are redirected to the specified log file.
     13                                By default there is no log file and all messages
     14                                are enabled.
     15  -K                            specify individual keywords to add to the
     16                                preferences keyword list: name=value
     17  -P                            specify a preference file to load
     18  -T                            specify the classes to trace, ex:
     19                                ossimInit|ossimImage.*
     20                                will trace ossimInit and all ossimImage classes
     21  -h or --help                  Shows help
     22  camera_file                   Serial number specific keyword list with camera
     23                                parameters.
     24  exterior_orientation_file  Applanix exterior orientation file.
     25  imageToProcess             Image to create geometry for.
     26                                option_output_directory    Option directory to output                           geometry file(s) to.  If not set the imageToProcess                                     directory will be used.
     27}}}