Skip to content

DanPorter/Jana2006_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Jana2006_Analysis

Python functions for reading refinement data from Jana2006

Version 0.1

By Dan Porter, Diamond Light Source 2019

How to use:

  • Start your refinement in Jana2006
  • Find the *.m40 file in the refinement directory
  • in a python console:
import Jana2006_Analysis as jana
ref = jana.Refine("refinementfile.m40")
ref.update()
  • This will print the current refinement results and save them to a text file in your refinement table
  • You can also create a latex refinement table:
ref.create_table()

About

Python functions for reading refinement data from Jana2006

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages