ObjCryst++  1.5CVS
Public Member Functions | Public Attributes
ObjCryst::PeakList::hkl Struct Reference

One observed diffraction line, to be indexed. More...

List of all members.

Public Member Functions

 hkl (const float dobs=1.0, const float iobs=0.0, const float dobssigma=0.0, const float iobssigma=0.0, const int h=0, const int k=0, const int l=0, const float d2calc=0)

Public Attributes

float dobs
 Observed peak position 1/d.
float dobssigma
 Error on peak position.
float d2obs
 Observed peak position 1/d^2.
float d2obsmin
 Min value for observed peak position 1/(d+disgma/2)^2.
float d2obsmax
 Min value for observed peak position 1/(d-disgma/2)^2.
float iobs
 Observed peak intensity.
float iobssigma
 Error on observed peak intensity.
int h
 Miller indices, after line is indexed.
int k
int l
std::list< hkl0vDicVolHKL
 Possible Miller indices, stored during a dichotomy search.
bool isIndexed
 Is this line indexed ?
bool isSpurious
 Is this an impurity line ?
unsigned long stats
 Indexing statistics.
float d2calc
 Calculated position, 1/d^2.
float d2diff
 1/d^2 difference, obs-calc

Detailed Description

One observed diffraction line, to be indexed.

   

The documentation for this struct was generated from the following file: