Skip to content
Snippets Groups Projects
Commit cb7ea722 authored by Stephen Smith's avatar Stephen Smith
Browse files

*** empty log message ***

parent f89ad312
No related branches found
No related tags found
No related merge requests found
/* avwfixfloat.cc
Mark Jenkinson, FMRIB Image Analysis Group
Copyright (C) 2003 University of Oxford */
/* CCOPYRIGHT */
#include <math.h>
#include <iostream>
#include <string>
......
/* {{{ Copyright etc. */
/* {{{ copyright */
/* avwhd.c - Show AVW header
/* avwhd.c - show image header
Stephen Smith, FMRIB Image Analysis Group */
Steve Smith and Mark Jenkinson, FMRIB Image Analysis Group
Copyright (C) 2000-2004 University of Oxford */
/* CCOPYRIGHT */
/* }}} */
/* {{{ defines, includes and typedefs */
......
#!/bin/sh
# basic image handling scripts
#
# FMRIB Image Analysis Group
#
# Copyright (C) 1999-2004 University of Oxford
#
# SHCOPYRIGHT
if [ $# -lt 1 ] ; then
echo "Usage: $0 <filename>" ;
exit 1 ;
......
#!/bin/sh
# basic image handling scripts
#
# FMRIB Image Analysis Group
#
# Copyright (C) 1999-2004 University of Oxford
#
# SHCOPYRIGHT
if [ $# -lt 1 ] ; then
echo "Usage: $0 <filename>" ;
exit 1 ;
......
/* avwswapdim.cc
Mark Jenkinson, Howard Florey Institute, University of Melbourne
Copyright (C) 2001-2002 Howard Florey Institute */
/* CCOPYRIGHT */
Mark Jenkinson */
#include "newimage/newimageall.h"
#include "newimage/fmribmain.h"
......
#!/bin/sh
# basic image handling scripts
#
# FMRIB Image Analysis Group
#
# Copyright (C) 1999-2004 University of Oxford
#
# SHCOPYRIGHT
Usage() {
echo "Usage: avwval <input> <keyword>"
exit 1
......
#!/bin/sh
# basic image handling scripts
#
# FMRIB Image Analysis Group
#
# Copyright (C) 1999-2004 University of Oxford
#
# SHCOPYRIGHT
for fn in epimj?.* episs?.* ; do
echo " XXXXXXX $fn XXXXXXX "
./avwstats $fn -m -M -v -V -r
......
#!/bin/sh
# basic image handling scripts
#
# FMRIB Image Analysis Group
#
# Copyright (C) 1999-2004 University of Oxford
#
# SHCOPYRIGHT
/bin/rm epimj[1-6].*
for fn in ANALYZE:1 NIFTI_PAIR:2 NIFTI:3 ANALYZE_GZ:4 NIFTI_PAIR_GZ:5 NIFTI_GZ:6 ; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment