logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gencoil - Generates a virtual coil suitable for sequence simulation in ODIN

Description

       gencoil:  Generates  a virtual coil suitable for sequence simulation in ODIN This program is part of odin
       2.0.5 with configuration  using_gcc debug gui(:5) standalone dl posix_threads libz gsl  nifti  vtk  dicom
       png ismrmrd gdb

   Usageandoptions:
              Generate a radially inhomogenous coil:

              gencoil -rad-n <inplane-size> -fov <FOV> -R <radial-inhomogeneity[%]> -o <Coil-file>

              Generate an array coil by rotating pre-existing image file:

              gencoil  -rot-n  <inplane-size>  -fov  <FOV>  -nc  <numof-rotated-subcoils> -i <input-image> -sl
              <selected-slice> -o <Coil-file>

              Generate an array coil consisting of simple loops:

       gencoil -arr-n <inplane-size> -nc <numof-rotated-loops>
              -fov <FOV> -R <array-radius> -o <Coil-file>

              Generate coil with a B1 gradient:

              gencoil -grad-n <inplane-size> -fov <FOV> -g <B1-gradient-endpoint> -o <Coil-file>

   Otheroptions:-v <loglevel> or <component:loglevel>  for  debugging/tracing  all  components  or  a  single  component,
              respectively.  Possible values for loglevel are: 0(noLog), 1(errorLog), 2(warningLog), 3(infoLog),
              4(significantDebug), 5(normalDebug), 6(verboseDebug).

       -h, --help, -help, --version : Print help text or version information

gencoil 2.0.5                                     October 2021                                        GENCOIL(1)

Name

       gencoil - Generates a virtual coil suitable for sequence simulation in ODIN

See Also