From 1b0025db704fc2f7a277213cebefcf85180ce427 Mon Sep 17 00:00:00 2001 From: Gabriel Brammer Date: Fri, 1 Mar 2024 14:56:24 +0100 Subject: [PATCH] update v2 post --- _posts/2024-03-01-nirspec-extractions-v2.md | 2 +- assets/post_files/2024-03-01-nirspec-extractions-v2.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2024-03-01-nirspec-extractions-v2.md b/_posts/2024-03-01-nirspec-extractions-v2.md index 9a7ac21..f08d279 100644 --- a/_posts/2024-03-01-nirspec-extractions-v2.md +++ b/_posts/2024-03-01-nirspec-extractions-v2.md @@ -233,7 +233,7 @@ fig.tight_layout(pad=1) ## Compare gratings -All `v2` extractions now have the same `root`, rather than being split in some cases. +All `v2` extractions with different gratings for a particular source + program now have the same `root`, rather than being split in some cases. For example, all of the CEERS (ERS-1345) spectra now have `root = ceers-v2` where they were split between the prisms (`ceers-lr-v1`) and gratings (`ceers-mr-v1`) before. *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). 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 09b532f..e790745 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,7 @@ "source": [ "## Compare gratings\n", "\n", - "All `v2` extractions now have the same `root`, rather than being split in some cases.\n", + "All `v2` extractions with different gratings for a particular source + program now have the same `root`, rather than being split in some cases. For example, all of the CEERS (ERS-1345) spectra now have `root = ceers-v2` where they were split between the prisms (`ceers-lr-v1`) and gratings (`ceers-mr-v1`) before.\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). " ]