Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vongostev authored Jun 7, 2021
1 parent 7062ed7 commit 3513efc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
![OscSiPM](https://github.com/vongostev/OscSiPM/workflows/OscSiPM/badge.svg?branch=main) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/vongostev/OscSiPM.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/vongostev/OscSiPM/context:python)
[![python 3.6-3.8](https://github.com/vongostev/OscSiPM/actions/workflows/python-package.yml/badge.svg)](https://github.com/vongostev/OscSiPM/actions/workflows/python-package.yml)
[![pypi](https://github.com/vongostev/OscSiPM/actions/workflows/python-publish.yml/badge.svg)](https://github.com/vongostev/OscSiPM/actions/workflows/python-publish.yml)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/vongostev/OscSiPM.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/vongostev/OscSiPM/context:python)

# OscSiPM
Instruments to make a photocounting statistics from histograms and raw oscillograms (made by LeCroy oscilloscope or old Tektronix oscilloscope) of SiPM signal. One can correct the baseline of the oscillogram and compensate a crosstalk noise in the photocounting statistics.
Expand Down Expand Up @@ -28,8 +30,8 @@ parser.save_hist(histfile)
Make a photocounting statistics
```python
histfile = "C:\\histograms\\test.txt"
qmaker = QStatisticsMaker(histfile, amplitude_discrete=0.021, method='fit')
Q = qmaker.getq()
qmaker = QStatisticsMaker(histfile, amplitude_discrete=0.021, method='manual')
Q = qmaker.Q
```
Determine a crosstalk probability (if an optical signal is coherent) and compensate it
```python
Expand Down

0 comments on commit 3513efc

Please sign in to comment.