Changeset 1123 for trunk/imports/G2phase_CIF.py
- Timestamp:
- Oct 25, 2013 2:24:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2phase_CIF.py
r1077 r1123 7 7 # $Id$ 8 8 ########### SVN repository information ################### 9 ''' 10 *Module G2phase_CIF: Coordinates from CIF* 11 ------------------------------------------ 12 13 Parses a CIF using PyCifRW from James Hester and pulls out the 14 structural information. 15 16 ''' 9 17 # Routines to import Phase information from CIF files 10 18 import sys … … 19 27 20 28 class CIFPhaseReader(G2IO.ImportPhase): 29 'Implements a phase importer from a possibly multi-block CIF file' 21 30 def __init__(self): 22 31 super(self.__class__,self).__init__( # fancy way to say ImportPhase.__init__
Note: See TracChangeset
for help on using the changeset viewer.