⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 snaphu.conf.full

📁 phase unwrapping algorithm for SAR interferometry
💻 FULL
📖 第 1 页 / 共 2 页
字号:
# snaphu configuration file## Lines with fewer than two fields and lines whose first non-whitespace # characters are not alphnumeric are ignored.  For the remaining lines, # anything after the first two fields (delimited by whitespace) is # also ignored.  Inputs are converted in the order they appear in the file; # if multiple assignments are made to the same parameter, the last one # given is the one used.  Parameters in this file will be superseded by # parameters given on the command line after the -f flag specifying this# file.  Multiple configuration files may be given on the command line.############################################## File input and output and runtime options ############################################### See section below for file format configuration options.# Input file name# INFILE	snaphu.in# Input file line length # LINELENGTH	1000# Output file name# OUTFILE	snaphu.out# Weight file name# WEIGHTFILE	snaphu.weights.in# Amplitude file name(s)# AMPFILE	snaphu.amp.in	# Single file containing amplitude images## AMPFILE1      snaphu.amp1.in  # Pair of separate files for amplitude images# AMPFILE2      snaphu.amp2.in# Power file name(s)# PWRFILE	snaphu.amp.in	# Single file containing power images## PWRFILE1      snaphu.amp1.in  # Pair of separate files for power images# PWRFILE2      snaphu.amp2.in# Interferogram magnitude file# MAGFILE	snaphu.mag.in# Correlation file name# CORRFILE	snaphu.corr.in# Coarse unwrapped-phase estimate file name# ESTIMATEFILE	snaphu.est.in# Input cost file (for statistical costs).  If costs are read from this # file, many of the other parameters will be ignored (string).# COSTINFILE snaphu.costinfile# Output cost file to which statistical costs will be dumped (string). # Costs are not dumped if no file is given.# COSTOUTFILE snaphu.costoutfile# Text file to which runtime parameters will be logged.  The format of# that file will be suitable so that it can also be used as a# configuration file.  # LOGFILE snaph.logfile# Statistical-cost mode (TOPO, DEFO, SMOOTH, or NOSTATCOSTS)# STATCOSTMODE	TOPO# Initialize-only mode (TRUE or FALSE)# INITONLY	FALSE# Unwrapped-input mode (TRUE or FALSE)# UNWRAPPED_IN	FALSE# Debug mode, dumps all intermediate arrays (TRUE or FALSE)# DEBUG		FALSE# Algorithm used for initialization of wrapped phase values.  Possible# values are MST and MCF.  # INITMETHOD	MST# Verbose-output mode (TRUE or FALSE)# VERBOSE	FALSE################# File formats ################## Valid data formats:## COMPLEX_DATA:      complex values: real, imag, real, imag# ALT_LINE_DATA:     real values from different arrays, alternating by line# ALT_SAMPLE_DATA:   real values from different arrays, alternating by sample# FLOAT_DATA:        single array of floating-point data# # The ALT_SAMPLE_DATA format is sometimes known as .amp or sample-# interleaved format; the ALT_LINE_DATA format is sometimes known as# .hgt or line-interleaved format.  For the ALT_LINE_DATA format, the# first array is always assumed to be the interferogram magnitude.  All# formats assume single-precision (32-bit) floating-point data (real*4# and complex*8 in Fortran) in the native byte order (big vs. little# endian) of the system.# Input file format# Allowable formats:#   COMPLEX_DATA        (default)#   ALT_LINE_DATA       (magnitude in channel 1, phase in radians in channel 2)#   ALT_SAMPLE_DATA     (magnitude in channel 1, phase in radians in channel 2)#   FLOAT_DATA          (phase in radians)##INFILEFORMAT		COMPLEX_DATA# Output file format# Allowable formats:#   ALT_LINE_DATA       (interferogram magnitude in channel 1, #                        unwrapped phase in radians in channel 2; default)#   ALT_SAMPLE_DATA     (interferogram magnitude in channel 1, #                        unwrapped phase in radians in channel 2)#   FLOAT_DATA          (unwrapped phase in radians)##OUTFILEFORMAT		ALT_LINE_DATA# Amplitude or power file format# Units should be consistent with interferogram.  Allowable formats:#   ALT_LINE_DATA       (first image amplitude in channel 1, #                        second image amplitude in channel 2)#   ALT_SAMPLE_DATA     (first image amplitude in channel 1, #                        second image amplitude in channel 2; default)#   FLOAT_DATA          (square root of average power of two images)##AMPFILEFORMAT		ALT_SAMPLE_DATA# Magnitude file format # Allowable formats:#   ALT_LINE_DATA       (interferogram magnitude in channel 1, #                        channel 2 ignored)#   ALT_SAMPLE_DATA     (interferogram magnitude in channel 1, #                        channel 2 ignored)#   FLOAT_DATA          (interferogram magnitude; default)##MAGFILEFORMAT 		FLOAT_DATA# Correlation file format# Allowable formats:#   ALT_LINE_DATA       (channel 1 ignored; correlation values #                        between 0 and 1 in channel 2; default)#   ALT_SAMPLE_DATA     (channel 1 ignored; correlation values #                        between 0 and 1 in channel 2)#   FLOAT_DATA          (correlation values between 0 and 1)##CORRFILEFORMAT		ALT_LINE_DATA# Unwrapped estimate file format# Allowable formats:#   ALT_LINE_DATA       (interferogram magnitude in channel 1, #                        unwrapped phase in radians in channel 2; default)#   ALT_SAMPLE_DATA     (interferogram magnitude in channel 1, #                        unwrapped phase in radians in channel 2)#   FLOAT_DATA          (unwrapped phase in radians)##ESTFILEFORMAT		ALT_LINE_DATA# Unwrapped input file format# Allowable formats:#   ALT_LINE_DATA       (interferogram magnitude in channel 1, #                        unwrapped phase in radians in channel 2; default)#   ALT_SAMPLE_DATA     (interferogram magnitude in channel 1, #                        unwrapped phase in radians in channel 2)#   FLOAT_DATA          (unwrapped phase in radians)##UNWRAPPEDINFILEFORMAT	ALT_LINE_DATA################################ SAR and geometry parameters ################################# Orbital radius (double, meters) or altitude (double, meters).  The# radius should be the local radius if the orbit is not circular.  The# altitude is just defined as the orbit radius minus the earth radius.# Only one of these two parameters should be given.  ORBITRADIUS		7153000.0#ALTITUDE		775000.0# Local earth radius (double, meters).  A spherical-earth model is# used.EARTHRADIUS		6378000.0# The baseline parameters are not used in deformation mode, but they# are very important in topography mode.  The parameter BASELINE# (double, meters) is the physical distance (always positive) between# the antenna phase centers.  The along-track componenet of the# baseline is assumed to be zero.  The parameter BASELINEANGLE_DEG# (double, degrees) is the angle between the antenna phase centers# with respect to the local horizontal.  Suppose the interferogram is# s1*conj(s2).  The baseline angle is defined as the angle of antenna2# above the horizontal line extending from antenna1 towards the side# of the SAR look direction.  Thus, if the baseline angle minus the# look angle is less than -pi/2 or greater than pi/2, the topographic# height increases with increasing elevation.  The units of# BASELINEANGLE_RAD are radians.BASELINE		150.0BASELINEANGLE_DEG	225.0#BASELINEANGLE_RAD	3.92699# If the BPERP parameter is given, the baseline angle is taken to be# equal to the look angle (mod pi) at midswath, and the length of the# baseline is set accordingly.  Particular attention must be paid to# the sign of this parameter--it should be negative if increasing# phase implies increasing topographic height.  #BPERP		-150.0# The transmit mode should be either REPEATPASS or PINGPONG if both# antennas transmitted and both received (REPEATPASS and PINGPONG have# the same effect); the transmit mode should be SINGLEANTENNATRANSMIT# if only one antenna was used to transmit while both antennas# received.  In single-antenna-transmit mode, the baseline is# effectively halved.  This parameter is ignored for cost modes other# than topography.TRANSMITMODE	REPEATPASS# Slant range from platform to first range bin in input data file# (double, meters).  Be sure to modify this parameter if the input # file is extracted from a larger scene.  The parameter does not need # to be modified is snaphu is unwrapping only a subset of the input file.NEARRANGE	831000.0# Slant range and azimuth pixel spacings of input interferogram after# any multilook averaging.  This is not the same as the resolution.# (double, meters).DR		8.0DA		20.0# Single-look slant range and azimuth resolutions.  This is not the# same as the pixel spacing.  (double, meters).RANGERES	10.0AZRES		6.0# Wavelength (double, meters).LAMBDA		0.0565647# Number of real (not necessarily independent) looks taken in range and# azimuth to form the input interferogram (long).  NLOOKSRANGE	1NLOOKSAZ	5# Number of looks (assumed independent) from nonspatial averaging (long).NLOOKSOTHER     1# Equivalent number of independent looks (double, dimensionless) that were# used to generate correlation file if one is specified.  This parameter# is ignored if the correlation data are generated by the interferogram# and amplitude data.## The equivalent number of independent looks is approximately equal to the # real number of looks divided by the product of range and azimuth # resolutions, and multiplied by the product of the single-look range and # azimuth pixel spacings.  It is about 0.53 times the number of real looks # for ERS data processed without windowing.NCORRLOOKS	23.8# Number of looks that should be taken in range and azimuth for estimating# the correlation coefficient from the interferogram and the amplitude # data.  These numbers must be larger than NLOOKSRANGE and NLOOKSAZ.# The actual numbers used may be different since we prefer odd integer# multiples of NLOOKSRANGE and NLOOKSAZ (long).  These numbers are ignored# if a separate correlation file is given as input.NCORRLOOKSRANGE	3NCORRLOOKSAZ	15################################ Scattering model parameters ################################# The scattering model: brightness proportional to##    sigma0 = C * (kds*cos(thetai) + (cos(2thetai))^n) * cos(thetai)## kds (input parameter KDS) is the ratio of diffuse to specular# scattering.  n (input parameter SPECULAREXP) is the power to which# speclar cosine term is rasied.  Larger n implies a sharper peak for# specular scatter (both doubles, dimensionless).KDS		0.02SPECULAREXP	8.0# Multiplicative factor applied to diffuse scatter term in evaluating# crossover point between diffuse and specular scatter in terms of # range slope (double, dimensionless).DZRCRITFACTOR	2.0# Allow shadow discontinuities (TRUE,FALSE)?  (not yet enabled)SHADOW		FALSE# Minimum slope expected in the absence of layover (double,  # meters per slant-range pixel).DZEIMIN		-4.0# Number of pixels towards in increasing range that should be included in# layover height estimation (long, dimensionless).LAYWIDTH	16# Threshold brightness (normalized) for layover height integration # (double, dimensionless)LAYMINEI	1.25# Multiplicative factor applied to kds (see scattering model) in order# to get ratio of slopes for linearized scattering model.  The term improves# agreement of the piecewise-linear model with the cosine model near the# transition point (dzrcrit) at the expense of poorer agreement at very# large slopes (double, dimensionless).SLOPERATIOFACTOR 1.18# Variance (sigma squared) of range slopes due to uncertainties in slope# estimation from brightness (double, (meters/pixel)^2)SIGSQEI		100.0################################### Decorrelation model parameters #################################### Here, rho is the magnitude of the complex correlation coefficient# between the two observations forming the interferogram (0<=rho<=1)# See Zebker & Villasenor, 1992# Step size for calculating lookup table of maximum layover slope based# on measured correlation (double, dimensionless).DRHO		0.005# Constants (double) for modeling biased measured correlation expected for# zero statistical correlation:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -