Karthik karthik
karthik pushed to master at karthik/Calculations 2025-08-31 02:05:12 +02:00
652a38ab9f Major update: Added functionality to auto-detect scan parameter, generalized to any parameter, single or multiple and other bugfixes.
karthik pushed to master at karthik/Calculations 2025-08-30 15:20:17 +02:00
2091ad85f0 LATEST WORKING VERSION (More bugfixes)
karthik pushed to master at karthik/Calculations 2025-08-30 12:26:46 +02:00
51fe2331bc LATEST VALIDATED VERSION (With minor cosmetic changes)
karthik pushed to master at karthik/Calculations 2025-08-30 12:01:00 +02:00
40b6a6b66d More bugfixes
karthik pushed to master at karthik/Calculations 2025-08-30 03:01:31 +02:00
9e03632b4f Major bugfixes
karthik pushed to master at karthik/Calculations 2025-08-29 20:52:49 +02:00
369a0da75d More bugfixes
karthik pushed to master at karthik/Calculations 2025-08-29 20:16:19 +02:00
7d196f4bb0 Bugfixes and updates to save functionality.
karthik pushed to master at karthik/Calculations 2025-08-29 15:47:05 +02:00
93210fb5e6 Major update and bugfixes to compute, collect OD images.
karthik pushed to master at karthik/Calculations 2025-08-28 16:19:17 +02:00
e64665af39 MAJOR update: Added functionality to handle pre-computed OD images in a separate location and plot images or run analysis on it.
karthik pushed to master at karthik/Calculations 2025-08-27 23:44:41 +02:00
cf577bfcde Cosmetic changes.
karthik pushed to master at karthik/Calculations 2025-08-27 21:30:10 +02:00
90f7d2b520 Bugfixes
karthik pushed to master at karthik/Calculations 2025-08-27 19:17:16 +02:00
4971e488c4 MAJOR update to how raw data is handled - saves full od images to disk if it detects computer does not have enough RAM and allows for quick post-processing.
karthik pushed to master at karthik/Calculations 2025-08-25 22:29:20 +02:00
fb12be8e22 Added plotting of PCA results across scripts, minor cosmetic changes and bugfixes.
karthik pushed to master at karthik/Calculations 2025-08-24 20:46:28 +02:00
3c407617a0 Missed adding the plotting routine for the PCA results in last commit
karthik pushed to master at karthik/Calculations 2025-08-24 20:41:24 +02:00
cd96f83fb6 Latest fully functional script - added complete PCA functionality - computes the PCA results and packs in to results struct, included plotting functionality of the PCA results in addition.
karthik pushed to master at karthik/Calculations 2025-08-24 14:30:44 +02:00
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.
karthik pushed to master at karthik/Calculations 2025-08-24 10:04:45 +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.
karthik pushed to master at karthik/Calculations 2025-08-23 21:23:39 +02:00
bc1c3e287a Minor bugfixes from last commit.
karthik pushed to master at karthik/Calculations 2025-08-23 21:11:48 +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.
karthik pushed to master at karthik/Calculations 2025-08-23 19:54:05 +02:00
ae9af32eda Latest complete update to scripts to save data and figures.