Update working principle authored by Josef Brandt's avatar Josef Brandt
......@@ -8,8 +8,9 @@ For optimal use, please create a copy of the `sample_gepard.cfg` and rename it t
After starting the GEPARD, a new measurement can be created by hitting the "New Measurement"-Button. A prompt window asks for a project name. GEPARD will create a directory with this name and save all required data within this folder. A project file will be saved as well, currently implemented by using the pickle module.
After creation of the experiment, GEPARD leads the user throught the following steps, as also indicated in the toolbar-menu on the left-hand side of the program:
1. [Optical Scan](OpticalScan)
2. [Particle Detection](ParticleDetection)
3. [Raman Scan](RamanScan)
4. [Particle Analysis](ParticleAnalysis)
A detailled description of every step can be found on the respective wiki Page.
1. [Optical Scan:](OpticalScan) Acquire a stitched image with focus-stacking
2. [Particle Detection:](ParticleDetection) Detect particles by watershed image-segmentation. A number of adjustable parameters is provided for controlling the detection result.
3. [Raman Scan:](RamanScan) Measure all particles with defined Raman conditions.
4. [Particle Analysis:](ParticleAnalysis) Load spectra and analysis results from external program and review particle statistics.
A detailed description of every step can be found on the respective wiki Page.