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
9ff6db54
Commit
9ff6db54
authored
Jun 09, 2020
by
Pierre Paleo
Browse files
Rename double_flat_field (2)
parent
078415c7
Pipeline
#26926
passed with stages
in 3 minutes and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nabu/app/fullfield.py
View file @
9ff6db54
...
...
@@ -5,7 +5,7 @@ from ..utils import check_supported
from
..io.reader
import
ChunkReader
from
..preproc.ccd
import
FlatField
,
Log
from
..preproc.phase
import
PaganinPhaseRetrieval
from
..preproc.double_flat
_
field
import
DoubleFlatField
from
..preproc.double_flatfield
import
DoubleFlatField
from
..preproc.sinogram
import
SinoProcessing
from
..misc.unsharp
import
UnsharpMask
from
..resources.utils
import
is_hdf5_extension
...
...
nabu/preproc/tests/test_double_flat
_
field.py
→
nabu/preproc/tests/test_double_flatfield.py
View file @
9ff6db54
...
...
@@ -6,7 +6,7 @@ import pytest
from
silx.io.url
import
DataUrl
from
tomoscan.esrf.mock
import
MockHDF5
from
nabu.io.reader
import
HDF5Reader
from
nabu.preproc.double_flat
_
field
import
DoubleFlatField
,
__have_scipy__
from
nabu.preproc.double_flatfield
import
DoubleFlatField
,
__have_scipy__
@
pytest
.
fixture
(
scope
=
"class"
)
...
...
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