.. _scil_volume_flip: scil_volume_flip ================ :: usage: __main__.py [-h] [-v [{DEBUG,INFO,WARNING,ERROR}]] [-f] in_image out_image dimension [dimension ...] Flip the volume according to the specified axis. positional arguments: in_image Path of the input volume (nifti). out_image Path of the output volume (nifti). dimension The axes you want to flip. eg: to flip the x and y axes use: x y. options: -h, --help show this help message and exit -v [{DEBUG,INFO,WARNING,ERROR}] Produces verbose output depending on the provided level. Default level is warning, default when using -v is info. -f Force overwriting of the output files. 2.2.2