/etc/gpiv.conf is in libgpiv3-common 0.6.1-3build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 | #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Libgpiv: library for Particle Image Velocimetry
# Version: 0.5.2
# URL: http://gpiv.sourceforge.net
#
#
# This file contains the parameters settings for the Gpiv and Gpivtools
# packages and is installed for system-wide use during installation
# of Libgpiv (at /etc for most of *nix-like systems).
#
# For personalizing the parameters, copy this file to $HOME/.gpivrc and adapt
# it to your needs. For the Gpivtools programs the system-wide configuration
# and the personalized parameters may be overruled by ./gpivrc (at local
# directory) or by the command-line keys.
#
# If a parameter is not defined by the command-line keys or in one of
# the parameter resources (i.e. $HOME/.gpivrc and (system-wide) gpivr.conf),
# its default value will be taken from Libgpiv, as defined in the headers.
#
# Each parameter is described by the module key (GENPAR, CAM, TRIG, IMG,
# IMGPROC, PIV, VALID or POST) and the parameter name, separated by
# a dot (.), followed by its value. Some of the parameters are
# optional. The parameters may be defined in arbitrary order. Blank
# lines and comment (starting with a pound sign (#) at the first
# column) may be included in the parameter files.
#
#------------------------------------------------------------------------------
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# General parameters (key: GENPAR)
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# First numbered directory to search for (numbered).
# Used for bulk processing or statistics from a number of images / PIV data,
# for example calculation of the mean image intensity at each pixel
# Default 0
#GENPAR.First_dir
# Last numbered directory to search for (numbered)
# Default 0
#GENPAR.Last_dir
# Use a prefix before the directory name, TRUE (1) or FALSE (0)
# Default 0
#GENPAR.Dir_prefix
# First numbered file name of image for processing
# Default 0
#GENPAR.First_file
# Last numbered file name of image for processing
# Default 0
#GENPAR.Last_file
# Use a prefix before the file name, , TRUE (1) or FALSE (0)
# Default 0
#GENPAR.File_Prefix
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Camera parameters (key: CAM)
# Only active if camera has been enabled during compilation by:
# ./configure --enable-cam
#------------------------------------------------------------------------------
# Operating mode (indefinite/interrupt/definite)
# Default 1
CAM.Mode 1
# number of cycles (equal to number of images to be recorded?)
# Default 1
CAM.Cycles 1
# Image filename
# Default gpiv_img
CAM.Fname gpiv_img
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Real Time Application Interface (RTAI) trigger parameters (key: TRIG)
# Only active if triggering has been enabled during compilation by:
# ./configure --enable-trig
#------------------------------------------------------------------------------
# Trigger time settings:
# All timings are internally expressed in nano seconds. The parameters here
# are expressed in milliseconds. It is thought that this is more convenient,
# while this policy is used as well by the gpivtrig module and Rtai packages.
# Camera acquisition period time
# Default 250
TRIG.Ttime_cap 250.0
# Laser trigger pulse width
# Default 0.02
TRIG.Ttime_lpw 0.02
# Time from laser trigger->Hi until laser pulse (ms)
# Default 0.19
TRIG.Ttime_t2l 0.19
# Time between 2 laser exposures
# Default 10
TRIG.Ttime_dt 10
# Operating mode (indefinite/interrupt/definite)
# Default 2
TRIG.Ttime_mode 2
# number of cycles (equal to number of images to be recorded?)
# Default 1
TRIG.Ttime_cycles 1
# Increment in dt
# Default 1
TRIG.Ttime_incr_dt 1
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Image parameters
# Required parameters for reading the image should be present in the
# image header or the software will return an error
#------------------------------------------------------------------------------
# DEPRECIATED: should be defined in image header
# Number of columns containing the image
# Default 256
##IMG.ncolumns 256
# DEPRECIATED: should be defined in image header
# Number of rowss containing the image
# Default 256
##IMG.nrows 256
# DEPRECIATED: should be defined in image header
# Image color depth (1 - 16)
# Default 8
IMG.depth 8
# Image contains a single frame for autocorrelation (0) or
# or two frames fror cross-correlation (1)
# Default 1
IMG.x_corr 1
# --------------------------------------------- used by gpiv_post_scale()
# Spatial scale expressed in mm/pixel * 10-3
# Default 1.0
IMG.s_scale 1.0
# Time scale; separation time between subsequent image recordings,
# expressed in milliseconds
# Default 1.0
IMG.t_scale 1.0
# Zero offset of pixel(0,0) in relatation to a specific point in the
# experiment, expressed in meters
# Default 0.0
IMG.zoff_x 0.0
# Default 0.0
IMG.zoff_y 0.0
# ------------------------------------------------- Optional parameters
# IMG.title
# IMG.creation_date
# IMG.location
# IMG.author
# IMG.software
# IMG.source
# IMG.usertext
# IMG.warning
# IMG.disclaimer
# IMG.comment
# IMG.copyright
# IMG.email
IMG.url gpiv.sourceforge.net
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Parameters for image processing (key: IMGPROC)
#------------------------------------------------------------------------------
# Used for filtering on single image or image pair:
# NONE = 0
# SMOOTH = 1
# HILO = 2
# CLIP = 3
# FFT = 4
# INVFFT = 5
# CORR = 6
# CONV = 7
# BANDPASS = 8
# PT_GETBIT = 9
# Default 0
#IMGPROC.Filter
# Operator when smoothing image:
# EQUAL = 0; performs no action
# SUBTRACT = 1: subtracts average of window from current pixel value
# ADD = 2: adds average of window from current pixel value
# MULTIPLY = 3: multiplies average of window with current pixel value
# DIVIDE = 3: divides current pixel value by average of window
# Default 0
#IMGPROC.Smooth_operator
# Default 10
#IMGPROC.Window
# Default 30
#IMGPROC.Threshold
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Parameters of PIV image evaluation (= interrogation) (key: PIV)
#------------------------------------------------------------------------------
# Column to start first interrogation area (start with 0)
# Default 0
PIV.Col_start 0
# Column to start last interrogation area
# Default 255
PIV.Col_end 255
# Line (or row) to start first interrogation area (start with 0)
# Default 0
PIV.Row_start 0
# Line (or row) to start last interrogation area
# Default 255
PIV.Row_end 255
# Initial interrogation size (not necessary to be power of 2),
# has to be equal or larger than the Final interrogation size).
# Default 32
PIV.Int_size_i 64
# Final interrogation size (not necessary to be power of 2).
# Default 64
PIV.Int_size_f 32
# shift of adjacent interrogation area
# Default 16
PIV.Int_shift 16
# pre-shift in x-direction (columns)
# Default 0
PIV.Pre_shift_col 0
# pre-shift in y-direction (rows)
# Default 0
PIV.Pre_shift_row 0
# Adopt image data to interrogation area in order to correct for biasing
# effects:
# 0; no correction
# 1; linear kernel weighting
# 2; zero offsettting
# 3; zero ofsetting using central differential scheme
# 4; image deformation
# Default 4
PIV.Int_scheme 4
# Applies Gauss weighting to the Interrogation Area's to reduce the high
# spatial frequency signal generated from teh I.A. borders. This may improve
# the accuracy of the analyses.
# Default 1
PIV.Gauss_weight_ia 1
# Applies Symmetric Phase Only filtering
# This may reduce background scatter or flare light, reflected from surfaces
# and improve SNR
# Default 0
PIV.Spof_filter 0
# Calculates first (1),second (2) or third (3) highest peak in the covariance
# function
# Default 1
PIV.Peak 1
# type of sub-pixel fit;
# None = 0,
# Gauss=1,
# Power law=2,
# Grav=3
# Default 1
PIV.Ifit 1
# Interrogation geometry to be analysed: Area of Interest (0),
# defined by col/row start/end, vertical line (1) defined by int_line_col,
# horizontal line (2), defined by int_line_row or point (3), defined by
# point_col and point_row
# Default 0
PIV.Int_geo 0
# Default 64
PIV.Int_line_col 64
# Default 0
PIV.Int_line_row_start 0
# Default 127
PIV.Int_line_row_end 127
# Default 64
PIV.Int_line_row 64
# Default 0
PIV.Int_line_col_start 0
# Default 127
PIV.Int_line_col_end 127
# Select a single interrogation region with centre PIV.Point_col
# PIV.Point_row to interrogate (optional parameter)
# Default 64
#PIV.Int_point_col 64
# Default 64
#PIV.Int_point_row 64
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Parameters PIV data validation (key: VALID)
#-----------------------------------------------------------------------------
# Maximum allowed residu value (from mean or median calculation) for
# acceptance. Maximum value defined by GPIV_RESIDU_MAX_NORMMEDIAN macro
# Default 2.0
VALID.Residu_max 2.0
# Odd number, representing the number of neighboring PIV data that will
* be used to calculate the (median) residu and average local mean.
# Typically 3x3, maximum 9x9.
# Default 3
VALID.Neighbors 3
# Determines the residual of a particle displacement
# 0: from the SNR value
# 1: from the median residual with its surroundings
# 2: normalized median: ratio between median residu with current datapoint
# included and between median residu of surroundigs (with datapoint excluded)
# Default 2
VALID.Residu_type 2
# Substitutes erroneous displacements by:
# 0: not substituted, only peak_nr in PIV data set is set to 0
# 1: the mean of surroundings
# 2: median
# 3: the next highest correlation peak
# Default 2
VALID.Subst_type 2
# Use histogram (0) or cumulative histogram (1)
# Default 0
VALID.Histo_type 0
# Checking on outliers after substituion (REMOVE??)
VALID.Check 0
# TODO:: Automatic threshold detection (from histogram analysis)
VALID.Auto_thresh 0
# Estimation of the data yield from particle image concentration,
# out-of plane flow, velocity gradient within interrogation area.
# ref: Keane and Adrian 1992
# Default 0.95
VALID.Data_yield 0.95
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Parameters post-processing, used by program manipiv (key: POST)
#-----------------------------------------------------------------------------
# Operation on PIV data:
# fast_y = 0
# flip_x = 1
# flip_y = 2
# revert = 3
# rot90 = 4
# rot180 = 5
# filter_block = 6
# pass_block = 7
# Default 0
POST.Operator_manipiv 0
# Set disabled data to a specified value (1/0):
# Default 1
POST.Set 1
# Define x-displacement (columns, horizontal direction) to be set for
# disabled data:
# Default 0.0
POST.Set_dx 0.0
# Define y-displacement (rows, vertical direction) to be set for
# disabled data:
# Default 0.0
POST.Set_dy 0.0
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Parameters post-processing, used by program s-avg (key: POST)
#-----------------------------------------------------------------------------
# Subtracting displacements or velocity estimators with:
# NONE (0),
# mean value (1) or
# Zoff_dx and Zoff_dy (2)
# Default 0
POST.Subtract 0
# Default 0.0
POST.Zoff_dx 0.0
# Default 0.0
POST.Zoff_dy 0.0
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Parameters post-processing, used by program vorstra (key: POST)
#-----------------------------------------------------------------------------
# Differentiation_Type:
# central = 0
# least_squares = 1
# richardson = 2
# circulation = 3
# Default 2
POST.Differential_type 2
# Calculate from PIV data:
# vorticity = 0
# shear strain = 1
# normal strain = 2
# Default 0
POST.Operator_vorstra 0
# Normal (0) or inverse (1) scaling
# Default 0
POST.Scale_type 0
|