Hi CS users,
I’ve been working the last couple months on a python script that will generate a PDF report automatically from a CS Live session (related thread: Solutions for reporting from CryoSPARC Live session anyone? ). If the movies and metadata are still in their original locations, it will also generate some “bonus” plots that we’ve found helpful in analyzing which grid squares are yielding better CTF data or more particles. I’d be delighted if others gave it a try if you think it would be helpful for you / your users.
This explicitly doesn’t use cs tools, so that any past or present user can run it as part of an automated data transfer script or similar without having to go through the logins (maybe there’s an easy way around this, but regular python tools do a great job parsing).
I’m sure there are bugs hiding everywhere, especially for any workflow that doesn’t look like our standard ones, so reach out if you are running into issues. (CS folks – I hope this doesn’t infringe on copyright or anything; we’re hoping to use it to reduce documentation burden and increase some of the more analytical approaches to grid square choices. But if it does, reach out
).
Script can be found here: GitHub - tlevitz/CryoSPARC_Live_Report: Generates a PDF report of a CryoSPARC Live session · GitHub