Skip to content

lnls-sol/mxcube3

This branch is 10 commits ahead of, 2165 commits behind mxcube/mxcubeweb:develop.

Folders and files

NameName
Last commit message
Last commit date
Apr 16, 2020
May 18, 2020
Dec 6, 2021
Mar 4, 2021
Sep 30, 2017
Feb 7, 2019
Sep 12, 2019
Dec 15, 2017
Jun 19, 2017
Dec 18, 2020
May 13, 2020
Apr 27, 2020
Jun 19, 2017
Dec 18, 2020
Oct 26, 2020
Aug 22, 2017
May 13, 2020
May 18, 2020
Jan 7, 2021
Feb 7, 2019
Mar 19, 2020
Apr 9, 2022
May 18, 2020
Dec 1, 2020
Oct 23, 2020

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%