diff --git a/pypeit/scripts/chk_tilts.py b/pypeit/scripts/chk_tilts.py index 1766ef85e..baddabc85 100644 --- a/pypeit/scripts/chk_tilts.py +++ b/pypeit/scripts/chk_tilts.py @@ -42,7 +42,6 @@ def main(args): # Load tilts = wavetilts.WaveTilts.from_file(file, chk_version=chk_version) - embed() tilts.show(in_ginga=np.logical_not(args.mpl), show_traces=args.show_traces, calib_dir=file.parent, chk_version=chk_version)