Skip to content

Commit

Permalink
update v2 post
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrammer committed Mar 1, 2024
1 parent 684bd86 commit 5f2d2d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _posts/2024-03-01-nirspec-extractions-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 3 additions & 1 deletion assets/post_files/2024-03-01-nirspec-extractions-v2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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). "
]
},
{
Expand Down

0 comments on commit 5f2d2d2

Please sign in to comment.