Skip to content

Commit

Permalink
remove debugging print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiang87 committed Jun 12, 2022
1 parent c6aa698 commit f29c11e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def plt_savefig(filename):
except FileNotFoundError as eobj:
print(eobj)
if dark_files is not None:
print('raft_results_mosaic:', bias_frames)
dark_mosaic = raftTest.make_raft_mosaic(dark_files, gains=gains,
bias_frames=bias_frames)
dark_mosaic.plot(title=f'{title}, medianed dark frames',
Expand Down
1 change: 0 additions & 1 deletion python/bot_eo_analyses.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ def bias_filename(run, det_name):
bias_frame = siteUtils.dependency_glob(
superbias_file, description='superbias file:')
bias_frame = bias_frame[0] if bias_frame else None
print('bias_frame:', bias_frame)
return 'rowcol', bias_frame
elif bias_run is None:
if use_pca_bias:
Expand Down

0 comments on commit f29c11e

Please sign in to comment.