Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
Nabu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
67
Issues
67
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tomotools
Nabu
Commits
e9ef2241
Commit
e9ef2241
authored
Nov 25, 2020
by
Pierre Paleo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release_2020.5.0' of gitlab_tet:tomotools/nabu into release_2020.5.0
parents
594cefed
e91a99a2
Pipeline
#37868
passed with stages
in 5 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
nabu/thirdparty/tomwer_load_flats_darks.py
nabu/thirdparty/tomwer_load_flats_darks.py
+2
-1
No files found.
nabu/thirdparty/tomwer_load_flats_darks.py
View file @
e9ef2241
...
...
@@ -16,6 +16,7 @@ import typing
import
h5py
from
silx.io.url
import
DataUrl
from
tomoscan.io
import
HDF5File
from
silx.io.utils
import
h5py_read_dataset
import
logging
MAX_DEPTH
=
2
...
...
@@ -56,7 +57,7 @@ def is_process_node(node):
'NX_class'
in
node
.
attrs
and
node
.
attrs
[
'NX_class'
]
==
"NXprocess"
and
'program'
in
node
and
node
[
'program'
]
[()]
==
'tomwer_dark_refs'
and
h5py_read_dataset
(
node
[
'program'
])
==
'tomwer_dark_refs'
and
'version'
in
node
and
'sequence_index'
in
node
)
...
...
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