HappyDoc Generated Documentation Class: APBS_Data

. / VolumeData / apbs / apbs_format.py / APBS_Data 

Methods   
  matrix 
matrix ( self )
Exceptions   

SyntaxError, ('Too few data value in %s, found %d, expecting %d' %( self.path, len( values ), count ) )

  __init__ 
__init__ ( self,  path )
  read_header 
read_header ( self,  f )

Example file header:

# Data from APBS 0.3.2 # POTENTIAL (kT/e) object 1 class gridpositions counts 65 97 97 origin -8.064450e+00 -4.768105e+01 -4.266980e+01 delta 3.779047e-01 0.000000e+00 0.000000e+00 delta 0.000000e+00 4.098240e-01 0.000000e+00 delta 0.000000e+00 0.000000e+00 4.099125e-01 object 2 class gridconnections counts 65 97 97 object 3 class array type double rank 0 items 611585 data follows 8.921700e-01 9.000006e-01 9.078676e-01 9.157664e-01 9.236924e-01 9.316403e-01

Exceptions   

SyntaxError, 'More than 3 lines starting with "delta"'
SyntaxError, 'Missing header line ending with "data follows"'
SyntaxError, ( 'Less than 8 fields in line: %s' % line )
SyntaxError, ( 'Fields 6-8 are not integers in line: %s' % line )
SyntaxError, 'Missing "origin" header line'
SyntaxError, 'Incorrect format: blank header line. Comments must begin with # character.'
SyntaxError, ('Only found %d "delta" lines, require 3' % len( xyz_step ) )
SyntaxError, ( 'Less than 4 fields in line: %s' % line )
SyntaxError, ( 'Fields 2-5 are not floats in line: %s' % line )
SyntaxError, 'Missing "object 1 class gridpositions counts " header line'


This document was automatically generated Thu Nov 09 13:33:40 2006 by HappyDoc version 3.0.a1