![]() |
iTool User's Guide: Working with Maps |
![]() |
The Map Register Image wizard, shown in Figure 15-3, registers an image's data, creating a correspondence between the image pixels and points on the earth's surface. This registration step is necessary to let the iMap tool properly display the image data in the map projection you select.
The wizard launches automatically when you import image data or open an image file for which not all necessary map information is known. To launch the wizard after the image is open and registered (e.g., if you want to change the registering properties), select Operations Map Register Image.
![]() |
The coordinates are in either meters or degrees; which units you choose for the translation can affect how the image appears in a map projection. Selecting meters means that the image data have already been warped to a particular projection, and you need to tell IDL which projection to use in displaying the image. Selecting degrees, on the other hand, means that the image data are not already warped, so you do not need to specify a map projection for the image. It is important that you know in which units your data are, to make the correct decision when registering the image for display.
The Map Register Image wizard reflects this difference between the units by having three steps for meters and two for degrees:
Once you have set these registering properties and map projection (if applicable), IDL registers the image data, and the iMap tool displays the image and the Image panel along with the Map panel.
Note If the image being registered was originally from either a TIFF file containing GeoTIFF tags or a JPEG2000 file containing a GeoTIFF UUID box, an additional button, Show GeoTIFF tags, is available on the latter dialogs of the Map Register Image wizard (Steps 2 and 3 for meters, Step 2 for degrees). Pressing this button brings up a separate text window containing the GeoTIFF tags, which can be useful in determining the map registration properties. For a list of GeoTIFF tags, see the GEOTIFF keyword in READ_TIFF. For more information on JPEG2000 with GeoTIFF, see http://www.remotesensing.org/jpeg2000/. |
The rest of this section describes the two registration pathways, with meters or with degrees, in more detail.
If you select Meters as the coordinate units in Step 1 and click on Next, you see the wizard's Step 2 dialog for meters, shown in Figure 15-4.
![]() |
Table 15-4 shows the properties associated with meter coordinates.
Note The (u.v) coordinates refer to the UV plane of a cylindrical projection. |
Entering the minimum value and the pixel size automatically updates the maximum value.
Figure 15-5 shows the final step in the Map Register Image wizard for the Meters option.
![]() |
In this step, you can select a map projection to associate with the image. You also have the option of updating the dataspace map projection to use this projection.
If you select Degrees as the coordinate units in Step 1 and click on Next, you see the wizard's Step 2 dialog for degrees, shown in Figure 15-6.
![]() |
Table 15-5 shows the properties associated with degree coordinates.
Entering the minimum value and the pixel size automatically updates the maximum value.
IDL Online Help (March 01, 2006)