HappyDoc Generated Documentation | ./DelphiViewer/PhiReaders.py | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
/ . / DelphiViewer / PhiReaders.py File: PhiReaders.py Date: 06.20.2000 Description: Three parsers to read Biosym(Insight), GRASP and DelPhi unformatted phi (electrostatic grid) formats from DelPhi *.phi files. In addition, the parsers can generate VRML and volume models from the phi data. Imports: - chimera - _cubes - from struct - from array Classes: - BiosymPhiReader - GraspPhiReader - DelPhiReader Caveats: NOTE that the last class name is DelPhiReader NOT DelPhiPhiReader! Last modified: 06.20.2000 - Added and base functionality completed. 06.21.2000 - Mucked around with scaling. 06.23.2000 - Setup scaling correctly. Added note concerning BiosymPhiReader. Not working! Added more comments. Rather, more USEFUL comments. 07.27.2000 - Started to add volume rendering functionality. To do: 06.23.2000 - Add BiosymPhiReader functionality using correct scaling etc. Adjust VRML writers to take filenames as input? Add more comments/documentation.
|