Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pycalibration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
calibration
pycalibration
Merge requests
!111
Fixes inspired by deployment
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fixes inspired by deployment
fix/LPD_DARK
into
master
Overview
1
Commits
3
Pipelines
0
Changes
1
Merged
Mikhail Karnevskiy
requested to merge
fix/LPD_DARK
into
master
5 years ago
Overview
1
Commits
3
Pipelines
0
Changes
1
Expand
@haufs
List of fixes:
Number of trains
Another flag to use dir creating time
Import of glob
Arbitrary path for cal_db_interface
Timeout for cal_db request
Fix array size in case of different number of trains for the different gains
Edited
5 years ago
by
Mikhail Karnevskiy
0
0
Merge request reports
Viewing commit
9d5b8ab0
Prev
Next
Show latest version
1 file
+
1
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
9d5b8ab0
missing import
· 9d5b8ab0
Mikhail Karnevskiy
authored
5 years ago
notebooks/LPD/LPDChar_Darks_Summary_NBC.ipynb
+
1
−
0
Options
%% Cell type:code id: tags:
%% Cell type:code id: tags:
```
python
```
python
from
collections
import
OrderedDict
from
collections
import
OrderedDict
import
warnings
import
warnings
warnings
.
filterwarnings
(
'
ignore
'
)
warnings
.
filterwarnings
(
'
ignore
'
)
import
glob
import
h5py
import
h5py
from
IPython.display
import
display
,
Markdown
,
Latex
from
IPython.display
import
display
,
Markdown
,
Latex
import
numpy
as
np
import
numpy
as
np
%% Cell type:code id: tags:
%% Cell type:code id: tags:
```
python
```
python
# Load constants from local files
# Load constants from local files
%% Cell type:code id: tags:
%% Cell type:code id: tags:
```
python
```
python
mod_idx
=
np
.
argsort
(
mod_names
)
mod_idx
=
np
.
argsort
(
mod_names
)
%% Cell type:code id: tags:
%% Cell type:code id: tags:
```
python
```
python
display
(
Markdown
(
'
## Processed modules ##
'
))
display
(
Markdown
(
'
## Processed modules ##
'
))
%% Cell type:code id: tags:
%% Cell type:code id: tags:
```
python
```
python
q_pad
=
15
q_pad
=
15
%% Cell type:code id: tags:
%% Cell type:code id: tags:
```
python
```
python
if
u
'
$
'
in
tabulate
.
LATEX_ESCAPE_RULES
:
if
u
'
$
'
in
tabulate
.
LATEX_ESCAPE_RULES
:
%% Cell type:code id: tags:
%% Cell type:code id: tags:
```
python
```
python
header
=
[
'
Module
'
,
'
High gain
'
,
'
Medium gain
'
,
'
Low gain
'
]
header
=
[
'
Module
'
,
'
High gain
'
,
'
Medium gain
'
,
'
Low gain
'
]
Loading