config#

Classes:

SystemInfo

CryoSPARC general system information.

class SystemInfo#

CryoSPARC general system information.

Attributes:

is_db_auth_enabled

Whether authentication is enabled for the database.

master_hostname

Hostname of the master node

port_api

Port number for the CryoSPARC API service

port_app

Port number for the main CryoSPARC web application

port_command_vis

Port number for visualization service

port_mongo

Port number for the MongoDB database

port_rtp_webapp

Port number for real-time API application service.

version

Running version of CryoSPARC, including any applied patches

is_db_auth_enabled: bool#

Whether authentication is enabled for the database.

master_hostname: str#

Hostname of the master node

port_api: int#

Port number for the CryoSPARC API service

port_app: int#

Port number for the main CryoSPARC web application

port_command_vis: int#

Port number for visualization service

port_mongo: int#

Port number for the MongoDB database

port_rtp_webapp: int#

Port number for real-time API application service.

version: str#

Running version of CryoSPARC, including any applied patches