Changeset 199bd07 in sasmodels for sasmodels/jitter.py


Ignore:
Timestamp:
Feb 23, 2018 12:17:18 PM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
893bea2
Parents:
58a1be9
Message:

jitter: move tracking dot for paracrystal to 0,0,1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/jitter.py

    r58a1be9 r199bd07  
    116116    atoms = list(zip(x, y, z)) 
    117117    #print(list(enumerate(atoms))) 
    118     # Pull the dot at (1, 0, 0) to the front of the list 
     118    # Pull the dot at (0, 0, 1) to the front of the list 
    119119    # It will be highlighted in the view 
    120     index = 22 
     120    index = 14 
    121121    highlight = atoms[index] 
    122122    del atoms[index] 
Note: See TracChangeset for help on using the changeset viewer.