Checks
index
/home/graeme/CVS/dna/expertise/python/graeme/Expert/Checks.py

# Checks.py
# Maintained by G.Winter
# A few little bits of expertise, which may be applied in a modular fashion
# 20th January 2004

# This will include things like comparison of P1 cells from different 
# indexing's and so on.


# $Id: Checks.html,v 1.1 2004/10/01 12:15:56 gwin Exp $

 
Modules
       
XSD
dna_httplib
math
os
pprint
pyxie
re
string
sys

 
Functions
       
CompareCells(one, two)
Compare two triclinic unit cells, in terms of lengths of the sides
and the angles
DotAMatrix(matrix_1, matrix_2)
Compute the dot products between the two matrices, and return a
feeling for whether they are the same or orthogonal
MosaicSpread(mosaic)
Compare the mosaic spreads for a number of images and check for
consistancy between them
NameThatProtein(cell)
capitalise(word)
dot_theta(a, b)
compute thete between a and b and return a normalized angle

 
Data
        Messenger = <Messenger.Messenger instance>
XML_utils = <XML_utils.XML_utils instance>
dna = '/home/graeme/CVS/dna'