#!/bin/bash
#$ -S /bin/bash
#PBS -l nodes=1

#$ -M USER@cis.jhu.edu
#$ -o aek.out
#$ -e /cis/home/USER

## Maximum pmem is 4GB
#PBS -l pmem=2gb
#PBS -j oe
#PBS -o aek.out
#
cd /cis/home/USER/morosdemo
lddmm -A Ball3D_1.img -T Ball3D_2.img
