bastorer / SPINSpy

Python scripts for analyzing SPINS outputs
MIT License
0 stars 2 forks source link

Update for QG #13

Closed bastorer closed 9 years ago

bastorer commented 9 years ago

This merge should allow for parsing QG outputs. In particular, there is a new global variable disc_order that specifies the on-disc data order.

e.g. import spinspy as spy spy.local_data.disc_order = 'xyz'

Also updates the demo, but that's mostly just an accident.