Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tomwer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository 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
tomotools
tomwer
Commits
de1f0ac0
Commit
de1f0ac0
authored
1 month ago
by
payno
Browse files
Options
Downloads
Patches
Plain Diff
h52nx: avoid creating master file
parent
e7f7ab3f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/orangecontrib/tomwer/widgets/control/NXTomomillOW.py
+1
-0
1 addition, 0 deletions
src/orangecontrib/tomwer/widgets/control/NXTomomillOW.py
src/tomwer/core/process/control/nxtomomill.py
+1
-1
1 addition, 1 deletion
src/tomwer/core/process/control/nxtomomill.py
with
2 additions
and
1 deletion
src/orangecontrib/tomwer/widgets/control/NXTomomillOW.py
+
1
−
0
View file @
de1f0ac0
...
@@ -176,6 +176,7 @@ class NXTomomillOW(
...
@@ -176,6 +176,7 @@ class NXTomomillOW(
self
.
__configuration_cache
.
entries
=
(
bliss_scan
.
entry
,)
self
.
__configuration_cache
.
entries
=
(
bliss_scan
.
entry
,)
self
.
__configuration_cache
.
single_file
=
False
self
.
__configuration_cache
.
single_file
=
False
self
.
__configuration_cache
.
overwrite
=
True
self
.
__configuration_cache
.
overwrite
=
True
self
.
__configuration_cache
.
no_master_file
=
True
self
.
__configuration_cache
.
request_input
=
self
.
request_input
self
.
__configuration_cache
.
request_input
=
self
.
request_input
self
.
__configuration_cache
.
file_extension
=
"
.nx
"
self
.
__configuration_cache
.
file_extension
=
"
.nx
"
...
...
This diff is collapsed.
Click to expand it.
src/tomwer/core/process/control/nxtomomill.py
+
1
−
1
View file @
de1f0ac0
...
@@ -84,7 +84,7 @@ class H5ToNxProcess(
...
@@ -84,7 +84,7 @@ class H5ToNxProcess(
raise
TypeError
(
raise
TypeError
(
"
h5_to_nx_configuration should be a dict or an instance of {HDF5Config}
"
"
h5_to_nx_configuration should be a dict or an instance of {HDF5Config}
"
)
)
config
.
bam_single_file
=
True
#
config.bam_single_file = True
try
:
try
:
convs
=
nxtomomill_converter
.
from_h5_to_nx
(
convs
=
nxtomomill_converter
.
from_h5_to_nx
(
configuration
=
config
,
progress
=
self
.
progress
configuration
=
config
,
progress
=
self
.
progress
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment