00001
00002
00003
00004 #ifndef COPYMERGEDMTZ_HEADER
00005 #define COPYMERGEDMTZ_HEADER
00006
00007
00008 #include "clipper/clipper.h"
00009 #include "clipper/clipper-ccp4.h"
00010 using clipper::Message;
00011 using clipper::Message_fatal;
00012
00013
00014
00015 #include "csymlib.h"
00016 #include "ccp4_general.h"
00017 #include "cmtzlib.h"
00018
00019 #include "hkl_datatypes.hh"
00020 #include "Output.hh"
00021
00022 namespace MtzIO
00023 {
00024
00025
00026
00027 bool CopyMergedMTZ(const std::string& filename_in,
00028 const std::string& filename_out,
00029 const std::string& SpaceGroup,
00030 const scala::ReindexOp& reindex,
00031 const bool& reindexedTestData,
00032 const bool& reduce,
00033 const bool& verbose,
00034 phaser_io::Output& output);
00035 }
00036 #endif