imcadr - center a crystal using diffraction rastering
imcadr [--best-score-cutoff=number] [--cell-size=size]
[--conf-file=file] [--debug-file=file] [--exp-time=number]
[--help] [--high-res-cutoff=number] [--low-res-cutoff=number]
[--min-signal-height=number] [--min-spot-area=number]
[--no-chase] [--scoring-pkg=package] [--server] [--step-scan]
[--version] [--weak-diff] [--zx-first] [--zx-mask=mask]
[--zx-pre-clip-size=size] [--zx-size=size] [--zy-mask=mask]
[--zy-pre-clip-size=size] [--zy-size=size] [directory]
Imcadr centers a crystal using diffraction rastering.
If no options are specified, a GUI is displayed.
If the --server option is specified, Imcadr runs in server mode using the standard input and standard output streams for a text communication protocol. All other options, except for --conf-file and --debug-file, are ignored.
If the --server option is not specified but other options are, Imcadr requires that the exposure time, cell size, and at least one of the raster sizes be specified. Imcadr executes the crystal centering immediately without user input.
If directory is specified, it indicates the directory where raster images will be written. If omitted and no options are specified, an installation-dependent default location is used. If the installation-dependent default location does not exist, the user's home directory is used. If omitted and options are specified, the current working directory is used. directory is ignored when the --server option is used.
The options are as follows:
--best-score-cutoff=number
--cell-size=size
--conf-file=file
--debug-file=file
--exp-time=number
--help
--high-res-cutoff=number
--low-res-cutoff=number
--min-signal-height=number
--min-spot-area=number
--no-chase
--scoring-pkg=package
labelit and dtrek. The value dstartrek is deprecated; it is an alias for dtrek.
--server
--step-scan
--version
--weak-diff
--high-res-cutoff to specify analysis parameters directly.
--zx-first
--zy-size and --zx-size options are not both specified. If omitted, the ZY raster is rasterized first.
--zx-mask=mask
--zx-size option.
--zx-pre-clip-size=size
--zx-size option.
--zx-size=size
--zy-mask=mask
--zy-size option.
--zy-pre-clip-size=size
--zy-size option.
--zy-size=size
0
>=1
2
IMCADR_CONFIG
~/.imcadr.conf. If that is not found, Imcadr will check whether the XDG_CONFIG_HOME environment variable is set, and, if it is, will look for $XDG_CONFIG_HOME/imcadr/config. Otherwise, Imcadr will look for ~/.config/imcadr/config.
~/.imcadr.conf
/usr/local/etc/imcadr.conf
To run with a 0.25 second exposure time per raster cell, a 70x35 micrometer cell size, a 5x5 ZY raster, and a 3x5 ZX raster, saving images to the current working directory:
$ imcadr --exp-time=0.25 --cell-size=70x35 --zy-size=5x5 --zx-size=3x5
imcadr.conf(5)