Added RMS microscope threads. Tested with an RMS microscope objective lens and it worked properly.

This commit is contained in:
caleb crome
2023-03-27 11:52:42 -07:00
committed by Adrian Schlatter
parent ad42e03241
commit 149b4b9fb7
4 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
/^[^#]/ {
print $0;
}

View File

@@ -0,0 +1,3 @@
# Designator,Pitch , Rrot, Dsupport, r0, z0, r1, z1, r2, z2, r3, z3
RMS-ext, 0.7056, 9.5829, 19.1859, 0.0, -0.3274, 0.4932, -0.0706, 0.4932, 0.0706, 0.0, 0.3273
RMS-int, 0.7055, -10.3042, 20.5085, 0.0, 0.2630, 0.4808, 0.0127, 0.4808, -0.0127, 0.0, -0.2630
1 # Designator Pitch Rrot Dsupport r0 z0 r1 z1 r2 z2 r3 z3
2 RMS-ext 0.7056 9.5829 19.1859 0.0 -0.3274 0.4932 -0.0706 0.4932 0.0706 0.0 0.3273
3 RMS-int 0.7055 -10.3042 20.5085 0.0 0.2630 0.4808 0.0127 0.4808 -0.0127 0.0 -0.2630