EasyScience / EasyDiffractionApp

Diffraction data analysis application
https://easydiffraction.org
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

move the CIF experiment reader to Lib #207

Open rozyczko opened 1 year ago

rozyczko commented 1 year ago

CIF file readers for experiment (and later for Analysis) should be in the Library, so they are accessible through the notebook.

rozyczko commented 1 year ago

This has been implemented in EDL now in experiment_cif_reader branch.

The implementation could be done by:

I chose the second option as it is less complex and is not hiding any type information.

rozyczko commented 1 year ago

example script to use the new functionality

cif_load.zip