Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /nfs/aesop1/hw00/d22/dasc/WikiRoiPac/inc/parser/handler.php on line 1376
Warning: preg_match(): Compilation failed: invalid range in character class at offset 3106 in /nfs/aesop1/hw00/d22/dasc/WikiRoiPac/inc/parser/lexer.php on line 118
A PCRE internal error occured. This might be caused by a faulty plugin
Warning: Cannot modify header information - headers already sent by (output started at /nfs/aesop1/hw00/d22/dasc/WikiRoiPac/inc/parser/handler.php:1376) in /nfs/aesop1/hw00/d22/dasc/WikiRoiPac/inc/actions.php on line 657
Warning: Cannot modify header information - headers already sent by (output started at /nfs/aesop1/hw00/d22/dasc/WikiRoiPac/inc/parser/handler.php:1376) in /nfs/aesop1/hw00/d22/dasc/WikiRoiPac/inc/actions.php on line 657
Warning: Cannot modify header information - headers already sent by (output started at /nfs/aesop1/hw00/d22/dasc/WikiRoiPac/inc/parser/handler.php:1376) in /nfs/aesop1/hw00/d22/dasc/WikiRoiPac/inc/actions.php on line 657
====== Parameter File Setup ======
The parameters that ROI_PAC uses to create interferograms must be specified in a text file, which is then passed to the processing script. This file can have any name but by convention it is called ''param.txt''. Create ''param.txt'' in the directory which contains the directories for the master and slave SAR scenes (e.g. the 19970104-19991220/ directory created in the [[makeraw|previous step]]).
At the basic level, the ''param.txt'' file must list four parameters: the directories containing the master and slave SAR scenes, the main output directory (called ''INT'' by convention but may be named arbitrarily), and the location of the DEM file that will be used. Below is an example of the layout of a parameter file:
SarDir1=19970104
SarDir2=19991220
IntDir=INT
DEM=/research/insar/dem/bayarea.dem
The ''SarDir1'', ''SarDir2'', ''IntDir'', and ''DEM'' parameters are always required. Additional optional parameters include the preferred spatial resolution, the type of spatial filter, and other specialized modifications. For a list of all the possible parameters, see [[parameter_details|Parameter File Details]].
* **Go to the next step:** [[process2pass|Using process_2pass]]