``` if startedLog == 0: startedLog = 0.001 self.logger.info("Started Log Value: {}".format(startedLog)) median_profile += startedLog ``` The code chunk can be found [here](https://github.com/mjoppich/pIMZ/blob/d15b4bb96e0003d8e26b7766812e39626de4d4a9/pIMZ/imzml.py#:~:text=startedLog%20%3D%20np.quantile,median_profile%20%2B%3D%20startedLog).