Changeset 1123 for trunk/imports/G2sfact.py
- Timestamp:
- Oct 25, 2013 2:24:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2sfact.py
r1110 r1123 7 7 # $Id$ 8 8 ########### SVN repository information ################### 9 # short routines to read in structure factors from simple file formats 10 # 9 ''' 10 *Module G2sfact: simple HKL import* 11 ----------------------------------- 12 Read structure factors from a simple hkl file. Two routines are 13 provided to read from files containing F or F\ :sup:`2` values. 14 15 ''' 11 16 import sys 12 17 import numpy as np
Note: See TracChangeset
for help on using the changeset viewer.