Skip to content

Commit

Permalink
Merge 93df9b5 into 3283637
Browse files Browse the repository at this point in the history
  • Loading branch information
pnuu committed Aug 20, 2014
2 parents 3283637 + 93df9b5 commit cd6178b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mpop/satin/aapp1b.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,9 +493,7 @@ def _ir_calibrate(header, data, irchn, calib_type):
idx = np.indices((all_zero.shape[0],))
suspect_line_nums = np.repeat(idx[0], all_zero[:, 0])
if suspect_line_nums.any():
logger.info("Suspicious scan lines: " + str(suspect_line_nums))


LOGGER.info("Suspicious scan lines: " + str(suspect_line_nums))

if calib_type == 2:
return rad
Expand Down

0 comments on commit cd6178b

Please sign in to comment.