#!/bin/bash
#
# Little jiffy to read a diffraction image header and compose EDNA xml.
#
# graeme.winter@diamond.ac.uk 24/JAN/2011

. /etc/profile.d/modules.sh
module load ccp4 > /dev/null 2>&1

cctbx.python -m fast_dp.header2edna_xml "$@"
