1 | # x, y and z describe the x-, y- and z-coordinate of the center of the mirror (in cm)
|
---|
2 | # nx, ny and nz describe the x-, y- and z- component of the normal vector of the mirror
|
---|
3 | # which is normed
|
---|
4 | # F is the focal distance of the spherical mirror (in cm)
|
---|
5 | # Type: Hex is a hexagonal mirror
|
---|
6 | # fD = 60.6 is the distance of two parallel sides of the hexagon (in cm)
|
---|
7 | # the normalvectors point to (0,0,978.132)
|
---|
8 | # Ann-Kristin Overkemping, 03 2012
|
---|
9 | #
|
---|
10 | # added information about PSF: theta1 is the angle according to the smearing radius
|
---|
11 | # of 1 sigma of the PSF area (in rad)
|
---|
12 | # Ann-Kristin Overkemping, 06 2013
|
---|
13 | #
|
---|
14 | # recalculated all values according to real distances of mirrors to camera,
|
---|
15 | # real reflection positions and partly tilted mirror mountings
|
---|
16 | # Ann-Kristin Overkemping, 07 2013
|
---|
17 | #########################################################################################
|
---|
18 | # x y z nx ny nz F Type fD
|
---|
19 | 31 53.694 6.745 -0.032935 -0.055560 0.997912 487.624 Hex 60.6
|
---|
20 | 62 0 10.374 -0.064847 0.000127 0.997895 488.431 Hex 60.6
|
---|
21 | 31 -53.694 7.753 -0.031980 0.054888 0.997980 488.286 Hex 60.6
|
---|
22 | -31 -53.694 8.055 0.031505 0.055296 0.997973 488.236 Hex 60.6
|
---|
23 | -62 0 9.064 0.062825 -0.000215 0.998025 488.218 Hex 60.6
|
---|
24 | -31 53.694 5.434 0.031224 -0.056422 0.997919 488.133 Hex 60.6
|
---|
25 | 93.072 52.915 13.993 -0.096734 -0.054764 0.993803 488.453 Hex 60.6
|
---|
26 | 92.516 -52.915 17.144 -0.096221 0.054676 0.993857 488.496 Hex 60.6
|
---|
27 | 0 -107 10.799 0.000122 0.109760 0.993958 488.506 Hex 60.6
|
---|
28 | -92.829 -52.915 15.372 0.095753 0.054568 0.993908 488.637 Hex 60.6
|
---|
29 | -93.367 52.915 12.319 0.095154 -0.055501 0.993914 488.696 Hex 60.6
|
---|
30 | 0 107 12.234 -0.000817 -0.111529 0.993761 488.441 Hex 60.6
|
---|
31 | 62 107.387 16.266 -0.064900 -0.111481 0.991645 488.783 Hex 60.6
|
---|
32 | 123.448 0 22.728 -0.129106 -0.000044 0.991631 488.938 Hex 60.6
|
---|
33 | 62 -107.387 14.922 -0.063895 0.110571 0.991812 488.791 Hex 60.6
|
---|
34 | -62 -107.387 14.302 0.063484 0.110542 0.991842 489.000 Hex 60.6
|
---|
35 | -123.969 0 19.773 0.127436 -0.000885 0.991846 489.075 Hex 60.6
|
---|
36 | -62 107.387 16.163 0.063208 -0.111675 0.991733 488.767 Hex 60.6
|
---|
37 | -31 161.168 27.391 0.031514 -0.168234 0.985243 490.212 Hex 60.6
|
---|
38 | 31 161.116 27.687 -0.032460 -0.168136 0.985229 490.199 Hex 60.6
|
---|
39 | 123.743 107.331 29.558 -0.129328 -0.112322 0.985220 489.448 Hex 60.6
|
---|
40 | 154.708 53.582 29.755 -0.161510 -0.056332 0.985262 490.166 Hex 60.6
|
---|
41 | 155.212 -53.582 26.899 -0.161225 0.055293 0.985368 490.109 Hex 60.6
|
---|
42 | 124.246 -107.331 26.702 -0.128675 0.110978 0.985458 489.448 Hex 60.6
|
---|
43 | 31 -161.481 25.619 -0.032036 0.167185 0.985405 490.071 Hex 60.6
|
---|
44 | -31 -161.481 25.619 0.032047 0.166922 0.985449 489.978 Hex 60.6
|
---|
45 | -124.420 -107.331 25.717 0.128309 0.111059 0.985496 489.479 Hex 60.6
|
---|
46 | -154.795 -53.582 29.263 0.160523 0.055663 0.985461 489.975 Hex 60.6
|
---|
47 | -155.229 53.582 26.801 0.160255 -0.056631 0.985450 489.956 Hex 60.6
|
---|
48 | -124.038 107.331 27.884 0.127897 -0.112420 0.985395 489.439 Hex 60.6
|
---|