00001
00002
00003 #ifndef CENTRE_HEADER
00004 #define CENTRE_HEADER
00005
00006 #include "hkl_unmerge.hh"
00007 #include "normalise.hh"
00008
00009 namespace scala
00010 {
00011
00012
00013
00014
00015
00016
00017
00018
00019 void FindCentre(hkl_unmerge_list& hkl_list,
00020 const std::string& LGname,
00021 const ReindexOp& reindex,
00022 const double& MinIsigRatio,
00023 const clipper::Vec3<int>& GridMax,
00024 const std::string& hklout_filename,
00025 phaser_io::Output& output);
00026
00027
00028
00029
00030
00031
00032
00033 ReindexOp Centre(hkl_unmerge_list& hkl_list,
00034 const double& MinIsigRatio,
00035 const clipper::Vec3<int>& GridMax,
00036 phaser_io::Output& output);
00037 }
00038 #endif