Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 287 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 287 Bytes

ProfileAnalysis

Utilities for handling CrystFEL's indexamajig profiling output.

Quick start

  using ProfileAnalysis
  t = loadprofiles("profile-85.log")
  plottimes(t, 133)  # Average in blocks of 133 frames
  plottimes(t[1:500], 1)  # First 500 frames, no averaging