Is it possible to extract the text of the Notes from a Live Session at the command line? Where is it stored?
I’m interested in automating centralized storage of these notes. The descriptions for jobs, workspaces, and projects are stored in their respective .json files, but I have not found the location of the session notes, specifically.
Keeping in mind that the behavior or availability of CryoSPARC cli and rtpcli commands is subject to change in future versions of CryoSPARC, in CryoSPARC version v4.7.0, you may retrieve the notes of a hypothetical Live session S9
in a hypothetical CryoSPARC project P99
with the command
cryosparcm rtpcli "get_session('P99', 'S9', 'notes')"