File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1- # -*- coding: utf-8 -*-
21'''Reads structure files downloaded from the RRUFF database either as ASCII
32text files or .rtf files that somehow are generated
43'''
5- from __future__ import division , print_function
64import sys
75import numpy as np
86import random as ran
97from .. import GSASIIobj as G2obj
108
119class PhaseReaderClass (G2obj .ImportPhase ):
12- '''A quickly-written importer to open a .txt file from the RRUFF database
13- https://rruff.info
14- and pull out the phase info
10+ '''A fairly quickly-written importer to pull out the phase info from a
11+ RRUFF database (https://rruff.info) text file.
1512 '''
1613 def __init__ (self ):
1714 super (self .__class__ ,self ).__init__ ( # fancy way to say ImportPhase.__init__
You can’t perform that action at this time.
0 commit comments