Skip to content

Commit

Permalink
Merge pull request #81 from kosack/calib_option_in_example
Browse files Browse the repository at this point in the history
re-enabled calibration
  • Loading branch information
kosack committed Mar 23, 2016
2 parents 90ef8b4 + 9b41cea commit 4ce21a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/read_hessio_single_tel.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ def apply_mc_calibration(adcs, tel_id):
apply basic calibration
"""
peds, gains = get_mc_calibration_coeffs(tel_id)
return adcs
# return (adcs - peds) * gains => DISABLED!! DOES NOT WORK
return (adcs - peds) * gains


if __name__ == '__main__':
Expand Down

0 comments on commit 4ce21a9

Please sign in to comment.