Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > f1ecd063c6d262afb9915d704694d301 > files > 11

libfityk-devel-0.8.6-3mdv2009.1.i586.rpm

// RIET7/LHPM/CSRIET DAT,  ILL_D1A5 and PSI_DMC formats
// Licence: Lesser GNU Public License 2.1 (LGPL) 
// $Id: riet7.h 395 2008-02-18 17:00:08Z wojdyr $

// RIET7/LHPM/CSRIET DAT (*.dat) constant count time XRD format is implemented
// as described at: http://www.ccp14.ac.uk/tutorial/xfit-95/dformat.htm
// i.e. start, step, stop and counts are read as free format.
// Moreover, the number of header lines can be smaller than four - we look at
// each line and and guess if it starts with start-step-stop sequence or not.
// The rest of the line with start-step-stop is discarded.
// In this way ILL_D1A5 and PSI_DMC formats can be also read - these formats
// are read by ObjCryst library

#ifndef RIET7_DATASET_H_
#define RIET7_DATASET_H_
#include "xylib.h"

namespace xylib {

    class Riet7DataSet : public DataSet
    {
        OBLIGATORY_DATASET_MEMBERS(Riet7DataSet)
    };

}
#endif // XFIT_XDD_DATASET_H_