00001
00002
00003
00004
00005 #ifndef AVERAGE_HEADER
00006 #define AVERAGE_HEADER
00007
00008 #include "hkl_datatypes.hh"
00009 #include "hkl_unmerge.hh"
00010 #include "normalise.hh"
00011
00012 namespace scala
00013 {
00014
00015
00016
00017 IsigI average_Is(const reflection& this_refl);
00018 void average_I(const reflection& this_refl, Rtype& I, Rtype& sigI);
00019 IsigI average_Es(const reflection& this_refl,
00020 const Normalise& NormRes);
00021 void average_E(const reflection& this_refl, Rtype& I, Rtype& sigI,
00022 const Normalise& NormRes);
00023 }
00024 #endif
00025