Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Apparently the difference is that np.median() method in python returns median as a float value. I In our old version median is integer - histogram bin number associated with integer ADU which is closest to the halh half histogram statistics.

We apply float correction to integer median position using histogram bins as weights.

det.common_mode_apply(run, data_calib6, cmpars=(4,6,30,10))

...