Skip to content

Commit 090d07e

Browse files
committed
tweaks
1 parent b4e6ffa commit 090d07e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/reports/f2/design.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"and different target wavelengths.\n",
2222
"The changes from ESIS-I are as follows:\n",
2323
"\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",
2828
"\n",
2929
"To account for these changes, the angle, radius of curvature, and the\n",
3030
"ruling parameters of the grating need to be adjusted.\n",
@@ -159,7 +159,7 @@
159159
" axes=\"wavelength\",\n",
160160
" ),\n",
161161
" label=instrument.wavelength.to_string_array(),\n",
162-
" zorder=0,\n",
162+
" zorder=-instrument.wavelength.value,\n",
163163
" ),\n",
164164
" )\n",
165165
" ax.set_xlabel(f\"$z$ ({ax.get_xlabel()})\")\n",
@@ -184,7 +184,7 @@
184184
"source": [
185185
"Spot Diagram\n",
186186
"------------\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."
188188
]
189189
},
190190
{

0 commit comments

Comments
 (0)