|
21 | 21 | "and different target wavelengths.\n", |
22 | 22 | "The changes from ESIS-I are as follows:\n", |
23 | 23 | "\n", |
24 | | - " - The target wavelengths have changed to Ne VII 46.5 nm and Si XII 49.9 nm.\n", |
25 | | - " - The primary mirror is moved back by 6 holes on the optical bench.\n", |
26 | | - " - The gratings are moved forward by 2 holes on the optical bench.\n", |
27 | | - " - The filter position and orientation has been adjusted to account for the shallower beam.\n", |
| 24 | + "- The target wavelengths have changed to Ne VII 46.5 nm and Si XII 49.9 nm.\n", |
| 25 | + "- The primary mirror is moved back by 6 holes on the optical bench.\n", |
| 26 | + "- The gratings are moved forward by 2 holes on the optical bench.\n", |
| 27 | + "- The filter position and orientation has been adjusted to account for the shallower beam.\n", |
28 | 28 | "\n", |
29 | 29 | "To account for these changes, the angle, radius of curvature, and the\n", |
30 | 30 | "ruling parameters of the grating need to be adjusted.\n", |
|
159 | 159 | " axes=\"wavelength\",\n", |
160 | 160 | " ),\n", |
161 | 161 | " label=instrument.wavelength.to_string_array(),\n", |
162 | | - " zorder=0,\n", |
| 162 | + " zorder=-instrument.wavelength.value,\n", |
163 | 163 | " ),\n", |
164 | 164 | " )\n", |
165 | 165 | " ax.set_xlabel(f\"$z$ ({ax.get_xlabel()})\")\n", |
|
184 | 184 | "source": [ |
185 | 185 | "Spot Diagram\n", |
186 | 186 | "------------\n", |
187 | | - "Plot the spot diagram associated with this channel to inspect the PSF of the system" |
| 187 | + "Plot the spot diagram associated with this channel to inspect the PSF of the system." |
188 | 188 | ] |
189 | 189 | }, |
190 | 190 | { |
|
0 commit comments