Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


qtie

Standard View | TOC | Home

Create and edit control networks

Description
Categories
History


Description

This program will update the camera pointing of a level 1 image matching to a base map. The camera pointing is updated using an iterative least-squares bundle adjustment. This is the interactive version of the program, deltack.

To run qtie, you will enter a base map (projected) and a match cube (unprojected). There are 2 core windows used in this application.

qtie window

The main qtie window is similar to the qview application. You will see many of the same tools, such as "Band Selection", "Zoom", "Pan", "Stretch" and "Find" along the right border. The "Tie" tool is the last button along the right toolbar. It will be the default tool selected when qtie is launched.

In this window, select the "Open images" button or the Open action (from File menu). You will be prompted to enter the base map cube first followed by the level 1 (unprojected) cube to be tied to the base map.

When the "Tie" tool is activated, the mouse buttons have the following function in the cube viewports of the main qtie window:
      Left Button:  Modify the closest control point

      Middle Button:  Delete the closest control point 

      Right Button:  Create new control point
    

Qtie Tool window

This is the point editor window of qtie for modifying or creating a point. The window will display the cube that is the base map on the left and the level 1 cube on the right. Both measures (base map and level 1) may be moved. The measure can be adjusted by:
      move to the cursor position under the crosshair by clicking the left mouse button

      move 1 pixel at a time by using arrow keys on the keyboard 

      move 1 pixel at a time by using arrow buttons above the right view
    
Other point editor functions / options include the following:
      In the File menu:    
        Save Control Network As Save the ground points
        in a control network.

        Close Close the Tie Point Tool.

      In the Options menu:
        Registration Set or view and save registration 
        templates.

      Along the top of the window:
        Twist Turning off twist will solve for right ascension and
        declination only which is a translation of the image.  Solving for twist 
        includes both translation and rotation.

        Maximum Iterations Maximum number of iterations to try
        for convergence to tolerance before stopping.

        Tolerance Tolerance in pixels.  When the bundle adjustment
        drops below this value, the solution has converged.

      Along the right border of the window:
        Geom  Geom the right view to match the left view 

        Rotate  Rotate the right view

      Below the left view:
        Blink controls  Blink the left and right view in the
        left view window using the "Blink Start" button (with play icon) and 
        "Blink Stop" button (with stop icon).  The arrow keys above the right view 
        may be used to move the right view in order to update the blinking in real 
        time.

        Find   Center the right view so that the same latitude / 
        longitude is under the crosshair as the left view. 

      Below the right view:
        Register  Sub-pixel register the the right view to
        the left view.

        Save Point  Save both left and right measures in a
        control point.

        Solve Attempt the bundle solution using the points picked with
        the given input parameters such as Twist, Maximum Iterations and Tolerance.
        If the solution converges, you will be asked whether you want to update
        the camera pointing.
    

Categories


History

Tracie Sucharski2008-12-03 Original version
Tracie Sucharski2008-12-30 Add option to save ground points to a ControlNet.
Tracie Sucharski2008-01-20 Correct user documentation in qtie.xml.
Tracie Sucharski2009-06-10 Added error checking when opening files and allow new files to be opened.