Changeset 2347 for trunk/GSASIIpath.py


Ignore:
Timestamp:
Jun 27, 2016 9:48:51 AM (7 years ago)
Author:
vondreele
Message:

implement Steven Weigand's fixes for Pilatus 'I' for 'L'
do a 'fix' for powderCif files with value(esd) for powder profile points
add a couple of comments for tutorial stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpath.py

    r2337 r2347  
    444444    print("Loading files from "+URL)
    445445    s = subprocess.Popen(cmd,stdout=subprocess.PIPE,stderr=subprocess.PIPE)
    446     out,err = s.communicate()
     446    out,err = s.communicate()   #this fails too easily
    447447    if err:
    448448        print(60*"=")
Note: See TracChangeset for help on using the changeset viewer.