No description
Find a file
inurlu 673bc1b5b7 Add new code in CMF diffusion directory:
- Load scans images from select directory
	- Structure of data directory : Nt Scans and Np images by scans,
	Each images corresponds to an acquisition area of size [Nx,Ny] and
	they are spatially separated by a distance corresponding to the
	StepSize variable (µm). Depending on parameters there may be an
	overlap between images.

	- Extract averaged Intensity that depend on time and space I(x,t)
	- Compute dI_dx and d2I_dx2 using fit with Erf(x) model
	- Compute dI_dt with np.grad
	- Try D = d2I_dx2/dI_dt and Least square methods to extact diffusion
	coef and advection velocity.
	- Also containt a 2d fit methods but give bad results for the moment.
2025-11-06 18:18:44 +01:00
__pycache__ Add functions files 2025-10-18 16:40:39 +02:00
CMF Diffusion Add new code in CMF diffusion directory: 2025-11-06 18:18:44 +01:00
Tools codes Codes for toron dynamic analysis 2025-10-08 13:59:24 +02:00
Toron Dynamic Codes for toron dynamic analysis 2025-10-08 13:59:24 +02:00
Functions.py Add functions files 2025-10-18 16:40:39 +02:00
Phase_diag.py Codes for toron dynamic analysis 2025-10-08 13:59:24 +02:00
README.md modified readme 2025-10-08 11:25:56 +02:00
Toron_POO.py Modification algo detection body : 2025-11-01 22:24:42 +01:00

Repository for storing all numerical analysis code for CHIRALGHOST project