Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tomotools
Nabu
Commits
b6558f1d
Commit
b6558f1d
authored
Jun 22, 2020
by
Pierre Paleo
Browse files
Lift max_flats=2 limit
parent
1db95e77
Changes
1
Hide whitespace changes
Inline
Side-by-side
nabu/preproc/ccd.py
View file @
b6558f1d
...
...
@@ -142,7 +142,7 @@ class FlatField(CCDProcessing):
def
_set_parameters
(
self
,
radios_shape
,
flats
,
darks
,
radios_indices
,
interpolation
):
self
.
_set_radios_shape
(
radios_shape
)
self
.
_check_frames
(
flats
,
"flats"
,
1
,
2
)
self
.
_check_frames
(
flats
,
"flats"
,
1
,
9999
)
self
.
_check_frames
(
darks
,
"darks"
,
1
,
1
)
self
.
flats
=
flats
self
.
darks
=
darks
...
...
Write
Preview
Supports
Markdown
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