Ignore:
Timestamp:
Mar 1, 2018 2:30:45 PM (5 years ago)
Author:
vondreele
Message:

magnetic phase changes, check importers, read old gpxfiles, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/imports/G2phase.py

    r3266 r3300  
    274274                SpnFlp = np.array([int(float(s)) for s in EXPphase[key].split()])
    275275                SpnFlp = np.where(SpnFlp==0,1,SpnFlp)
     276                SpnFlp = [1,]+list(SpnFlp)
    276277                if SGData['SpGrp'][0] in ['A','B','C','I','R','F']:
    277278                    SpnFlp = list(SpnFlp)+[1,1,1,1]
Note: See TracChangeset for help on using the changeset viewer.