Skip to content
Snippets Groups Projects
Commit 2114fbe8 authored by payno's avatar payno
Browse files

black

parent e7f1a0fb
No related branches found
No related tags found
No related merge requests found
...@@ -22,9 +22,7 @@ ...@@ -22,9 +22,7 @@
# THE SOFTWARE. # THE SOFTWARE.
# #
# ###########################################################################*/ # ###########################################################################*/
"""Full tomwer test suite. """Full tomwer test suite."""
"""
__authors__ = ["H.Payno"] __authors__ = ["H.Payno"]
__license__ = "MIT" __license__ = "MIT"
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#############################################################################*/ #############################################################################*/
"""This module analyze headDir data directory """This module analyze headDir data directory
to detect scan to be reconstructed to detect scan to be reconstructed
""" """
__authors__ = ["H. Payno"] __authors__ = ["H. Payno"]
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#############################################################################*/ #############################################################################*/
"""This module analyze headDir data directory """This module analyze headDir data directory
to detect scan to be reconstructed to detect scan to be reconstructed
""" """
__authors__ = ["H. Payno"] __authors__ = ["H. Payno"]
......
"""utils around screenshots. """utils around screenshots."""
"""
from .icatbase import IcatProcessedDataBase from .icatbase import IcatProcessedDataBase
from tomwer.core.scan.scanbase import TomwerScanBase from tomwer.core.scan.scanbase import TomwerScanBase
......
...@@ -22,8 +22,7 @@ ...@@ -22,8 +22,7 @@
# #
############################################################################# #############################################################################
"""contain the AxisProcess """contain the AxisProcess"""
"""
__authors__ = ["C.Nemoz", "H.Payno"] __authors__ = ["C.Nemoz", "H.Payno"]
__license__ = "MIT" __license__ = "MIT"
......
...@@ -22,8 +22,7 @@ ...@@ -22,8 +22,7 @@
# #
############################################################################# #############################################################################
"""contain utils for score process """contain utils for score process"""
"""
__authors__ = [ __authors__ = [
"H.Payno", "H.Payno",
......
...@@ -22,8 +22,7 @@ ...@@ -22,8 +22,7 @@
# #
############################################################################# #############################################################################
"""contain the SAAxisProcess. Half automatic center of rotation calculation """contain the SAAxisProcess. Half automatic center of rotation calculation"""
"""
__authors__ = [ __authors__ = [
"H.Payno", "H.Payno",
......
...@@ -22,8 +22,7 @@ ...@@ -22,8 +22,7 @@
# #
############################################################################# #############################################################################
"""contain the SADeltaBetaProcess. Half automatic best delta / beta finder """contain the SADeltaBetaProcess. Half automatic best delta / beta finder"""
"""
__authors__ = [ __authors__ = [
"H.Payno", "H.Payno",
......
...@@ -56,7 +56,7 @@ class ScanFactory(object): ...@@ -56,7 +56,7 @@ class ScanFactory(object):
@docstring(_oScanFactory.create_scan_object) @docstring(_oScanFactory.create_scan_object)
@staticmethod @staticmethod
def create_tomo_object_from_identifier( def create_tomo_object_from_identifier(
identifier: Union[str, BaseIdentifier] identifier: Union[str, BaseIdentifier],
) -> TomoObject: ) -> TomoObject:
""" """
Create an instance of TomoScanBase from his identifier if possible Create an instance of TomoScanBase from his identifier if possible
......
...@@ -21,8 +21,7 @@ ...@@ -21,8 +21,7 @@
# THE SOFTWARE. # THE SOFTWARE.
# #
#############################################################################*/ #############################################################################*/
"""some utils relative to PyHST """some utils relative to PyHST"""
"""
__authors__ = ["H. Payno"] __authors__ = ["H. Payno"]
__license__ = "MIT" __license__ = "MIT"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment