Skip to content

lnls-sol/mxcube3

 
 

Repository files navigation

Build Status Codacy Badge codecov

MXCuBE 3

MXCuBE3 is the latest version of the data acquisition software MXCuBE (Macromolecular Xtallography Customized Beamline Environment). The project started in 2005 at ESRF, and has since then been adopted by other institutes in Europe. In 2010, a collaboration agreement has been signed for the development of MXCuBE with the following partners:

Version 3 is developed as a web application and runs in any recent browser. The application is further built using standard web technologies and does not require any third party plugins to be installed in order to function.

Data collection Sample grid
datacollection-view samplegrid-view

The underlaying beamline control layer is implemented using Hardware Objects. MXCuBE3 uses Hardware Objects 2.2 which is compatable with both the older Qt3 application and the new Web application. The original project is based on Qt (Qt3 initially but moving to Qt4), see the main repository.

Latest information about the MXCuBE project can be found in the project webpage.

Technologies in use

The backend is built on a Python-flask micro-framework, a library called SocketIO is further used to provide a bi-directional communication channel between backend and client. The backend exposes a REST API to the client.

The client is implemented in ECMAScript6 and HTML5. React, Boostrap and FabricJS are the main libraries used for the UI development

Installation and testing

Follow the instructions here

Packages

No packages published

Languages

  • JavaScript 63.5%
  • Python 32.2%
  • CSS 2.4%
  • Less 0.9%
  • Shell 0.4%
  • HTML 0.4%
  • Dockerfile 0.2%