You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 framesplottimes(t[1:500], 1) # First 500 frames, no averaging