You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance Plotting and Display Features, Improve Calibration Handling and Consistency (#59)
* Adds d-spacing parameter to project.py
* Adds d parameter to plotting.py
* Enhances notebook conversion with Jupytext
* Adds 2025 DMSC workshop tutorial to documentation
* Adds quick and dirty d-spacing plotting functionality
* Adds 1st draft of the dmsc summer school 2025 tutorial
* Updates Summer School tutorial
* Includes d-spacing branch in documentation build
* Relocates easydiffraction installation cell
* Refines powder diffraction tutorial
* Enhances Plotly figure display in Jupyter
Improves the display of Plotly figures in Jupyter notebooks by checking for IPython availability. Converts figures to HTML for better compatibility, avoiding warnings related to unknown MIME types.
* Suppresses Cryspy warnings by redirecting stderr
Wraps Cryspy calculation in stderr redirection to prevent
warning messages from cluttering the output. This is a
temporary measure until Cryspy handles warnings more
efficiently.
* Adjusts default quadratic calibration parameter
* Adds function to extract value from XYE file header
* Updates the summer school tutorial
* Configures Plotly to hide certain mode bar buttons
* Refactors CIF display functionality
* Enhances progress tracking with notebook support
* Improves phase handling in experiments
* Removes CIF display call
* Converts error logging to printed messages
* Adds d-spacing conversion for constant wavelength
* Adjusts default plotting engine based on environment
* Simplifies LBCO quick tutorial
* Standardizes variable naming for 2-theta calculations
* Add units to b_iso parameter in AtomSite class
* Formats fitter method arguments for readability
* Enhances fitting progress tracker with updated display
* Refactors header defaults for table rendering
* Update category key naming for consistency
* Corrects category key in atom site test
* Updates tracker start message in the unit test
* Expands parameter table with more details following discussion #24
* Switches data download to 'd-spacing' branch in tests
* Enhances Descriptor and Parameter string representation
* Improves user notifications for calculator engine imports
* Refactors calculator methods for improved readability
* Refactors report generation to improve table rendering
* Enhances table margins for improved layout
* Enhances TOF to d-spacing conversion
* Use env variable for default branch data download
0 commit comments