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
0dd8f1b9
Commit
0dd8f1b9
authored
Nov 09, 2020
by
Pierre Paleo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dataset_analyser: replace tomo_n with len(projections)
parent
18e971f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nabu/resources/dataset_analyzer.py
nabu/resources/dataset_analyzer.py
+1
-1
No files found.
nabu/resources/dataset_analyzer.py
View file @
0dd8f1b9
...
...
@@ -91,7 +91,7 @@ class DatasetAnalyzer(object):
self
.
projections
=
self
.
dataset_scanner
.
projections
self
.
flats
=
self
.
dataset_scanner
.
flats
self
.
darks
=
self
.
dataset_scanner
.
darks
self
.
n_angles
=
self
.
dataset_scanner
.
tomo_n
self
.
n_angles
=
len
(
self
.
dataset_scanner
.
projections
)
self
.
radio_dims
=
(
self
.
dataset_scanner
.
dim_1
,
self
.
dataset_scanner
.
dim_2
)
self
.
_binning
=
(
1
,
1
)
self
.
translations
=
None
...
...
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