Actions
Feature #8746
closedexport/import image references
Start date:
03/09/2020
Due date:
% Done:
0%
Estimated time:
Deliverable:
Description
Export into json files and mrc files. This can then import into a new database or to a back storage server in case of disaster recovery.
Updated by Anchi Cheng over 4 years ago
- Related to Feature #6230: Tools to restart database cleanly added
Updated by Anchi Cheng about 4 years ago
Works.
Usage:
export_leginon_ref.py source_database_hostname source_camera_hosthame camera_name
The output includes mrc files at common geometrical configurations and a json file that codes the tem and camera hostname and class name (the camera_ref_json_file referenced in the import script below).
import_leginon_ref.py database_hostname camera_ref_json_file
Actions