Changes between Version 12 and Version 13 of Processing/aplquickstart


Ignore:
Timestamp:
Apr 11, 2012, 4:06:01 PM (12 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/aplquickstart

    v12 v13  
    33This is a short guide aimed at getting users geocorrecting their data straight away. For more in depth information please refer to the [wiki:Processing/AplUserGuide APL mapping user guide]. The following commands are suitable for use under linux or Microsoft Windows. If running under windows you will need to add '.exe' to the names of the APL programs in the commands below. This assumes that the APL programs are either in the current working directory or in the system path. If you wish to use the GUI then refer to [wiki:Processing/aplguiquickstart GUI quick start guide]
    44
    5 [[Image(apl_flow.jpeg,align=center,nolink)]]
     5[[Image(apl_flow.jpeg,align=center,nolink,usemap="#apl_flow")]]
    66
    77{{{
    88#!html
    99<map name="apl_flow">
    10   <area shape="rect" coords="0,38,134,110" href="/Processing/aplquickstart#Applyingthemask" alt="Applying the mask" />
    11   <area shape="rect" coords="365,200,530,255" href="Procedures/ProcessingChainInstructions/NavigationProcessing" alt="Navigation Processing" />
    12   <area shape="rect" coords="360,315,540,360" href="Procedures/RCDPhotoProcessing/RawtoTif" alt="RCD Raw to Tiff" />
    13   <area shape="rect" coords="360,400,540,450" href="Procedures/RCDPhotoProcessing" alt="RCD Tagging etc" />
     10  <area shape="rect" coords="0,38,134,110" href="#Applyingthemask" alt="Applying the mask" />
     11  <area shape="rect" coords="175,164,305,200" href="#CreatinganIGMfile" alt="Create IGM file" />
     12  <area shape="rect" coords="170,240,305,275" href="#ReprojectionfromGeographicLatitudeLongitude" alt="Re-project IGM file" />
     13  <area shape="rect" coords="165,305,316,340" href="#Griddingthedata" alt="Map level-1 data" />
    1414</map>
    1515}}}