-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-add classes to perform SPE fit directly
at nominal voltage (config files) -change SPE fit plotting matplotlib -> pyqtgraph to speed up the plots generation
- Loading branch information
guillaume.grolleron
committed
Dec 1, 2023
1 parent
d63767f
commit 1a44d13
Showing
11 changed files
with
305 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
32 changes: 32 additions & 0 deletions
32
src/nectarchain/makers/component/spe/parameters_SPEnominal.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
pedestalWidth : { | ||
value : 50, | ||
min : 1, | ||
max : 150 | ||
}, | ||
luminosity : { | ||
value : 1, | ||
min : 0.01, | ||
max : 5.0 | ||
}, | ||
pp : { | ||
value : 0.45, | ||
min : 0.2, | ||
max : 0.8 | ||
}, | ||
resolution : { | ||
value : 0.5, | ||
min : 0.3, | ||
max : 0.7 | ||
}, | ||
n : { | ||
value : 0.697, | ||
min : 0.5, | ||
max : 0.9 | ||
}, | ||
mean : { | ||
value : 50, | ||
min : 10, | ||
max : 200 | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
src/nectarchain/makers/component/spe/parameters_SPEnominalStd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
pedestalWidth : { | ||
value : 50, | ||
min : 1, | ||
max : 150 | ||
}, | ||
luminosity : { | ||
value : 1, | ||
min : 0.01, | ||
max : 5.0 | ||
}, | ||
pp : { | ||
value : 0.45, | ||
min : .NAN, | ||
max : .NAN | ||
}, | ||
resolution : { | ||
value : 0.5, | ||
min : 0.3, | ||
max : 0.7 | ||
}, | ||
n : { | ||
value : 0.697, | ||
min : .NAN, | ||
max : .NAN | ||
}, | ||
mean : { | ||
value : 50, | ||
min : 10, | ||
max : 200 | ||
} | ||
} |
Oops, something went wrong.