Skip to content

Commit

Permalink
comment unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
simontorres committed Apr 12, 2024
1 parent f389eec commit e4a2d8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions goodman_pipeline/spectroscopy/redspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,10 +434,10 @@ def _run(self,

# if len(trace_list) > 0:
# Experimental interactive extraction
if False:
ie = InteractiveExtraction()
# ie = InteractiveExtractionGUI()
ie(ccd=ccd, lamps=comp_ccd_list, traces=trace_list)
# if False:
# ie = InteractiveExtraction()
# # ie = InteractiveExtractionGUI()
# ie(ccd=ccd, lamps=comp_ccd_list, traces=trace_list)

extracted_target_and_lamps = []
for single_trace, single_profile, trace_info in trace_list:
Expand Down

0 comments on commit e4a2d8e

Please sign in to comment.