diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/images/immatch/xregister.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/images/immatch/xregister.par')
-rw-r--r-- | pkg/images/immatch/xregister.par | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/pkg/images/immatch/xregister.par b/pkg/images/immatch/xregister.par new file mode 100644 index 00000000..6e2da00b --- /dev/null +++ b/pkg/images/immatch/xregister.par @@ -0,0 +1,42 @@ +# Parameter file for the XREGISTER task + +input,s,a,,,,Input images to be registered +reference,s,a,,,,Input reference images +regions,s,a,"",,,Reference image regions used for registration +shifts,f,a,"",,,Input/output shifts database file +output,s,h,"",,,Output registered images +databasefmt,b,h,yes,,,Write the shifts file in database format ? +append,b,h,no,,,Open shifts database for writing in append mode ? +records,s,h,"",,,List of shifts database records +coords,f,h,"",,,Input coordinate files defining the initial shifts +xlag,i,h,0,,,Initial shift in x +ylag,i,h,0,,,Initial shift in y +dxlag,i,h,0,,,Incremental shift in x +dylag,i,h,0,,,Incremental shift in y + +background,s,h,"none","|none|mean|median|plane|",,Background fitting function +border,i,h,INDEF,,,Width of border for background fitting +loreject,r,h,INDEF,,,Low side k-sigma rejection factor +hireject,r,h,INDEF,,,High side k-sigma rejection factor +apodize,r,h,0.0,0.0,0.5,Fraction of endpoints to apodize +filter,s,h,"none","|none|laplace|",,Spatially filter the data + +correlation,s,h,"discrete","|discrete|fourier|difference|file|",,Cross-correlation function +xwindow,i,h,11,3,,Width of correlation window in x +ywindow,i,h,11,3,,Width of correlation window in y + +function,s,h,"centroid","|none|centroid|sawtooth|parabola|mark|",,Correlation peak centering function +xcbox,i,h,5,3,,X box width for centering correlation peak +ycbox,i,h,5,3,,Y box width for fitting correlation peak + +interp_type,s,h,"linear",,,'Interpolant' +boundary_type,s,h,"nearest","|constant|nearest|reflect|wrap|",,'Boundary (constant,nearest,reflect,wrap)' +constant,r,h,0.0,,,Constant for constant boundary extension + +interactive,b,h,no,,,Interactive mode ? +verbose,b,h,yes,,,Verbose mode ? +graphics,s,h,"stdgraph",,,The standard graphics device +display,s,h,"stdimage",,,The standard image display device +gcommands,*gcur,h,"",,,The graphics cursor +icommands,*imcur,h,"",,,The image display cursor +mode,s,h,ql,,, |