Skip to content

Commit 45ef36d

Browse files
committed
filter the whole waveform at once in AfterPulse
1 parent 7f3a66a commit 45ef36d

File tree

7 files changed

+336
-174
lines changed

7 files changed

+336
-174
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ The scripts in `figthesis/` save figures in `../thesis/figures`.
174174

175175
### Modules
176176

177-
* `afterpulse.py`: class to analyze an LNGS file.
177+
* `afterpulse.py`: class to analyze an LNGS wav file.
178178

179179
* `argminrelmin.py`: index of the minimum local minimum.
180180

@@ -203,6 +203,8 @@ The scripts in `figthesis/` save figures in `../thesis/figures`.
203203

204204
* `num2si.py`: format a number using SI suffixes.
205205

206+
* `peaksampl.py`: separate summed signals.
207+
206208
* `poissonsup.py`: compute upper confidence limits for the poisson.
207209

208210
* `read.py`: read a Proto0 or LNGS file with a single interface.
@@ -237,13 +239,17 @@ The scripts in `figthesis/` save figures in `../thesis/figures`.
237239

238240
* `min_snr_ratio.py`: **(OUTDATED)** saved ratios filtered SNR/unfiltered SNR.
239241

240-
* `slides-2020-11-03/`: presentation on the filtered SNR.
242+
* `slides-2020-11-03/`: filtered SNR.
243+
244+
* `slides-2020-12-01/`: temporal resolution.
245+
246+
* `slides-2020-12-10/`: effect of waveform truncation.
241247

242-
* `slides-2020-12-01/`: presentation on the temporal resolution.
248+
* `slides-2021-03-11/`: DCR and afterpulses of LF_TILE15.
243249

244-
* `slides-2020-12-10/`: presentation on the effect of waveform truncation.
250+
* `slides-2021-04-02/`: DCR, afterpulses and crosstalk of LF_TILE21.
245251

246-
* `slides-2021-03-11/`: presentation on DCR and afterpulses of LF_TILE15.
252+
* `slides-2021-xx-xx/`: pulse finder fake rate.
247253

248254
* `toy1gsa/`: figures made with `toy1gsa-plot.py`.
249255

0 commit comments

Comments
 (0)