From 8c1893e1cc9c9d6927b61efcc9adc03213454eb7 Mon Sep 17 00:00:00 2001 From: Pascal Engeler <engelerp@itp.phys.ethz.ch> Date: Tue, 23 Jul 2024 09:19:39 +0000 Subject: [PATCH] switched order --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 4f04173..ece527e 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,21 @@ The meshes used to describe various surfaces present in the scene were generated The obtained results were able to reproduce observations, and guided us in the right direction for the resolution of the encountered issues. +# Interactive WLI data analyzer and visualizer +**Involved Technologies**: C++, OpenGL, GLSL + +**Link**: [gitlab](https://gitlab.phys.ethz.ch/engelerp/nt1100-analyser) + + +**Description**:\ +This program is used to load datasets generated by the Wycko NT1100 white light interferometer, visualize, analyze and compare them. + +An impression of its usage is shown below. + + + + + # RBComb control system **Involved Technologies**: VHDL, python @@ -166,21 +181,6 @@ The program is geared towards the type of resonator I developed in my PhD thesis An impression of the program is shown below.  - -# Interactive WLI data analyzer and visualizer -**Involved Technologies**: C++, OpenGL, GLSL - -**Link**: [gitlab](https://gitlab.phys.ethz.ch/engelerp/nt1100-analyser) - - -**Description**:\ -This program is used to load datasets generated by the Wycko NT1100 white light interferometer, visualize, analyze and compare them. - -An impression of its usage is shown below. - - - - # Labbook generator **Involved Technologies**: python, latex, bash, atom grammar, git, CI/CD pipeline -- GitLab