Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
e1d9732b
Commit
e1d9732b
authored
Apr 24, 2019
by
Lennart Huth
Browse files
README for Eventloader MuPix
parent
e0b4ef69
Changes
1
Show whitespace changes
Inline
Side-by-side
src/modules/EventLoaderMuPixTelescope/README.md
View file @
e1d9732b
# EventLoaderMuPixTelescope
# EventLoaderMuPixTelescope
**Maintainer**
: Lennart Huth (
huth@phsi.uni-heidelberg
.de)
**Maintainer**
: Lennart Huth (
lennart.huth@desy
.de)
**Module Type**
:
*GLOBAL*
**Module Type**
:
*GLOBAL*
**Status**
:
Immature
**Status**
:
work in progress with some hard coded parts - needs polishing
### Description
### Description
This is a demonstrator module only, taking data every detector on the clipboard and plots the pixel hit positions.
This modul reads in and converts data taken with the MuPix-Telescope.
It serves as template to create new modules.
### Parameters
### Parameters
No parameters are used from the configuration file.
*
`input_directory`
: Defines the input file. No default
*
`Run`
: not in use. Defaults to
`-1`
*
`is_sorted`
: Defines if data recorded is on FPGA timestamp
sorted. Defaults to
`false`
*
`ts2_is_gray`
: Defines if the timestamp is gray encoded or not. Defaults to
`false`
.
### Plots produced
### Plots produced
*
Histogram of event numbers
For each detector the following plots are produced:
*
2D histogram of pixel hit positions
*
2D histogram of pixel hit positions
*
1D histogram of the pixel timestamps
### Usage
### Usage
```
toml
```
toml
[EventLoaderMuPixTelescope]
[EventLoaderMuPixTelescope]
input_directory
=
"/path/to/file"
Run
=
-1
is_sorted
=
false
ts2_is_gray
=
false
```
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment