Skip to content

Commit

Permalink
simlabels fig
Browse files Browse the repository at this point in the history
  • Loading branch information
wahabk committed Mar 19, 2024
1 parent 70467a7 commit 870685a
Show file tree
Hide file tree
Showing 16 changed files with 1,524 additions and 46 deletions.
2 changes: 1 addition & 1 deletion colloidoscope/hoomd_sim_positions.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def convert_hoomd_positions(positions, canvas_size, diameters, diameter=10):
def read_gsd(file_name:str, i:int):
import gsd.hoomd

gsd_iter = gsd.hoomd.open(file_name, 'rb')
gsd_iter = gsd.hoomd.open(file_name, 'r')

num_frames = len(gsd_iter)
if i >= num_frames:
Expand Down
Binary file added output/Paper/all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added output/Paper/figSimLabels.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 870685a

Please sign in to comment.