Commit Graph

58 Commits

Author SHA1 Message Date
c9ed8be2f2 Modified PDF plotting to allow for plotting true histogram with and without normalization as default, with KDE as a choice. Modified function calls accordingly. 2025-08-24 14:30:38 +02:00
ebd31a91fb Fully validated code - droplets to stripes analysis across multiple folders completed successfully. 2D analysis, PCA and lattice reconstruction remain to be implemented. 2025-08-24 10:04:37 +02:00
bc1c3e287a Minor bugfixes from last commit. 2025-08-23 21:23:33 +02:00
2abbefb3a7 Added safeguards against out-of-memory errors by prior estimation of required RAM - still needs an alternative method to read and analyse datasets too large to load in to memory. 2025-08-23 21:11:42 +02:00
ae9af32eda Latest complete update to scripts to save data and figures. 2025-08-23 19:53:58 +02:00
db298413d1 Modified to save analysis data that once done does not need to be redone if it needs to be plotted again or differently. 2025-08-23 18:30:07 +02:00
628a29971f Adjusted parameters for analysis. 2025-08-20 17:48:05 +02:00
dc360ed659 Added more verbose text to display in console, new scripts to analyse Stripe to Droplet transition. 2025-08-20 12:31:15 +02:00
b0f45aa7e6 Bugfixes, general improvements. 2025-08-19 12:28:58 +02:00
33573b5810 Another bugfix that prevented the saving of OD images. 2025-08-19 01:15:50 +02:00
5ff4cbbc2d Bug fixes, exception handling, new measurement analysis scripts. 2025-08-19 00:52:59 +02:00
1a99ff2c2a Change in magnification, added scripts to analyse BEC to Droplets dataset. 2025-08-18 16:12:49 +02:00
1f7526c594 Modifications in batch analysis script to take sequence name, date and run number, to reuse data saved in workspace and enhancements to image viewer. 2025-08-18 16:03:25 +02:00
f52666d929 Previous standalone version of data analysis routines added as part of legacy code archive. 2025-08-18 10:29:17 +02:00
3115554b27 MAJOR restructuring of Data-Analyzer: code re-written to be highly modular. 2025-08-18 10:24:55 +02:00
be84ba8bd5 Revert "MAJOR restructuring: Code rewritten to be highly modular."
This reverts commit f61ab4deff.
2025-08-18 00:27:27 +02:00
f61ab4deff MAJOR restructuring: Code rewritten to be highly modular. 2025-08-18 00:14:18 +02:00
ea9b40793f Revert "MAJOR restructuring: code rewritten to be highly modular."
This reverts commit 9011919780.
2025-08-18 00:10:17 +02:00
9011919780 MAJOR restructuring: code rewritten to be highly modular. 2025-08-17 23:40:06 +02:00
3519f0de82 MAJOR restructuring: code now rewritten to be highly modular. 2025-08-17 23:37:38 +02:00
ea14ccddf4 Latest script to carry out PCA on experimental dataset 2025-08-14 17:54:47 +02:00
832431bac5 Latest analysis scripts 2025-08-12 20:07:50 +02:00
e3571c12b0 Modified PCA analysis script to run on simulated data. 2025-08-11 15:23:16 +02:00
Karthik
1d178a3d75 Test script for analysing experimental data with PCA - requires further development. 2025-08-11 12:35:02 +02:00
Karthik
24392f2e35 Corrected code to more accurately depict the distribution of the order parameter 2025-08-08 00:15:36 +02:00
4a4ddf0e9c New script added to better understand cumulants. 2025-08-07 19:00:23 +02:00
304758bebe Added new routine to simulate distribution of data and compute its cumulants, additionally made minor modifications to experimental data analysis routines. 2025-08-06 19:06:02 +02:00
b91dba7165 New routines to compute PDF, cumulants of order parameter 2025-07-31 20:28:08 +02:00
7a6c3f9197 Updated script to compute with the new full g2, max g2 definitions for simulation results. 2025-07-21 17:35:20 +02:00
f6981b9233 New routine to plot insitu images across runs, new script to calculate interference pattern, potential for an optical accordion lattice. 2025-07-18 22:10:05 +02:00
64229ecd69 Folder restructuring 2025-07-11 16:34:40 +02:00
96c0a50beb Changes to analyze datasets 2025-07-11 16:33:03 +02:00
25e3bade5e Added heatmap plots of the different quantities 2025-07-11 01:07:26 +02:00
195e65ec5f MAJOR update - many changes! 2025-07-10 23:49:03 +02:00
6b4dd299f5 Aesthetic changes 2025-07-08 17:15:41 +02:00
39aa2072cf Added new script to extract correlation only in a window, modified autocorrelation script with new definition of g2 and with unnormalized angular spectral distribution 2025-07-08 16:50:15 +02:00
47863ef02d Changes to plotting - changed to better colormaps. 2025-07-07 18:07:17 +02:00
cc72fb2ccc MAJOR update - many additions to plotting 2025-07-07 17:04:19 +02:00
Karthik
cd48c0ab9b New Fourier analysis script 2025-07-05 14:04:08 +02:00
d874270a62 New script to plot SS regimes and mods to analyze new data 2025-06-26 21:45:23 +02:00
0ddc8bda00 Added way to match TF radii by matching atom number in addition to scaling magnification 2025-06-10 18:44:21 +02:00
b5169b7e97 Minor modifications 2025-06-10 18:42:37 +02:00
047a1b2d85 Added scripts to analyse simulation data, now possible to extract spectral contrast, weight and autocorrelation. 2025-06-07 16:39:00 +02:00
4416bc58b6 New analysis script - characterization of lattice geometries in real space 2025-06-03 12:38:11 +02:00
Karthik
c87a142106 Renamed script 2025-05-31 03:09:30 +02:00
Karthik
d8675669d2 Modified scripts for extracting g2 2025-05-31 03:08:23 +02:00
b31c0168ad Latest scripts - added g2 correlation analysis 2025-05-30 21:02:24 +02:00
c90c04249f Changed im2double to double to get original intensity counts without it being rescaled to within [0,1] - necessary for accurate OD determination at high intensity. 2025-05-26 16:56:02 +02:00
305335f519 New additions, minor modifications to existing files 2025-04-30 12:45:20 +02:00
4918ee1ec0 Updated Fourier analysis script, image plotting script. 2025-04-23 15:33:57 +02:00