Usage: WlzCutObjToBox [-dfhiNsu] [-o< out object >]
      [-M < mean >] [-S < std dev >]
      [-x< x min >,< x max >] [-y< y min >,< y max >] [-z< z min >,< z max >]
      [< in object >]
      Cuts a Woolz object using specified cut box.
      Options:
      -d Double output values.
      -f Float output values.
      -h Help, prints this usage message.
      -i Int output values.
      -N Use gausian noise for background.
      -s Short output values.
      -u Unsigned byte output values.
      -M Mean of gaussian noise.
      -o Output object file name.
      -S Standard deviation of gaussian noise.
      -x Column cut box limits.
      -y Line cut box limits.
      -z Plane cut box limits.
      All cut limits default to the input objects domain limits.
      Objects are read from stdin and written to stdout unless the filenames
      are given.
      Example: WlzCutObjToBox -i -o cut.wlz -x 100,800 -y ,800 myobj.wlz
      The input Woolz object is read from myobj.wlz, cut and written
      to cut.wlz, with int values.