Terascan Command: master

master- generates a base map and projection for a user specified area.

This command is used to generate a base map for image registration (fastreg). The parameters are for the most part self explanatory, but a full list of valid commands can be found in the terascan manual or online man pages.

The most important things to think about are:


Examples
% master
output file : char(255) ? [Master]
projection : char( 13) ? lambert_azim
center_lat : char( 15) ? 47 N
center_lon : char( 15) ? 90 W
num_lines : int ? 500
num_samples : int ? 800
pixel_width : real ? [1.1132]
pixel_height : real ? [1.1132]
rotate_angle : real ? [0]
move_center : char( 3) ? [no]


This is an example using the same parameters above, except that the pixel size has been changed to 5 km instead of 1.1132.

% master
output file : char(255) ? [Master]
projection : char( 13) ? lambert_azim
center_lat : char( 15) ? 47 N
center_lon : char( 15) ? 90 W
num_lines : int ? 500
num_samples : int ? 800
pixel_width : real ? [5]
pixel_height : real ? [5]
rotate_angle : real ? [0]
move_center : char( 3) ? [no]


This page maintained by Dave Schneider (djschnei@mtu.edu)