diff --git a/_posts/2024-03-01-nirspec-extractions-v2.md b/_posts/2024-03-01-nirspec-extractions-v2.md index 158be61..02bec13 100644 --- a/_posts/2024-03-01-nirspec-extractions-v2.md +++ b/_posts/2024-03-01-nirspec-extractions-v2.md @@ -235,6 +235,8 @@ fig.tight_layout(pad=1) All `v2` extractions now have the same `root`, rather than being split in some cases. +*Note:* There remains an msaexp bug that causes the tick intervals on the automatic grating figures plotted below to look strange. The minor ticks are evenly spaced in 0.05µm intervals, but the labels are rounded to a single decimal place (e.g., 3.75 becomes 3.8). + ```python z, prism_file = 2.0611, 'https://s3.amazonaws.com/msaexp-nirspec/extractions/ceers-v2/ceers-v2_prism-clear_1345_3506.spec.fits' diff --git a/assets/post_files/2024-03-01-nirspec-extractions-v2.ipynb b/assets/post_files/2024-03-01-nirspec-extractions-v2.ipynb index fd192a3..bd85f13 100644 --- a/assets/post_files/2024-03-01-nirspec-extractions-v2.ipynb +++ b/assets/post_files/2024-03-01-nirspec-extractions-v2.ipynb @@ -299,7 +299,9 @@ "source": [ "## Compare gratings\n", "\n", - "All `v2` extractions now have the same `root`, rather than being split in some cases." + "All `v2` extractions now have the same `root`, rather than being split in some cases.\n", + "\n", + "*Note:* There remains an msaexp bug that causes the tick intervals on the automatic grating figures plotted below to look strange. The minor ticks are evenly spaced in 0.05µm intervals, but the labels are rounded to a single decimal place (e.g., 3.75 becomes 3.8). " ] }, {