Skip to content

Commit

Permalink
Addressing PR comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhennawi committed Feb 13, 2023
1 parent c076f66 commit af0d351
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pypeit/scripts/show_2dspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
from pypeit import slittrace
from pypeit import specobjs
from pypeit import io
from pypeit import utils

from pypeit.display import display
from pypeit.images.imagebitmask import ImageBitMask
Expand Down Expand Up @@ -284,7 +285,8 @@ def main(args):
{})

if args.embed:
embed()
embed(header=utils.embed_header())


# Playing with some mask stuff
#out = shell.start_operation('TVMask')
Expand Down
3 changes: 2 additions & 1 deletion pypeit/scripts/view_fits.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from IPython import embed

from pypeit.scripts import scriptbase
from pypeit import utils


class ViewFits(scriptbase.ScriptBase):
Expand Down Expand Up @@ -130,5 +131,5 @@ def main(args):


if args.embed:
embed()
embed(header=utils.embed_header())

0 comments on commit af0d351

Please sign in to comment.