diff options
author | Edoardo Pasca <edo@edosil.net> | 2019-02-28 19:13:18 +0000 |
---|---|---|
committer | Edoardo Pasca <edo@edosil.net> | 2019-02-28 19:13:18 +0000 |
commit | 77b9c17e7bef84295902df5ea6eeb9f7290138c3 (patch) | |
tree | 4f31f1a59435f8b54f315192d13915b2c33398b6 /Wrappers | |
parent | de7319ec8bb22f1d80c83db20d89ce18fd6961a1 (diff) | |
download | framework-77b9c17e7bef84295902df5ea6eeb9f7290138c3.tar.gz framework-77b9c17e7bef84295902df5ea6eeb9f7290138c3.tar.bz2 framework-77b9c17e7bef84295902df5ea6eeb9f7290138c3.tar.xz framework-77b9c17e7bef84295902df5ea6eeb9f7290138c3.zip |
removed dos line ending
Diffstat (limited to 'Wrappers')
-rw-r--r--[-rwxr-xr-x] | Wrappers/Python/ccpi/optimisation/algorithms/__init__.py | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/Wrappers/Python/ccpi/optimisation/algorithms/__init__.py b/Wrappers/Python/ccpi/optimisation/algorithms/__init__.py index 52fe6d7..4a3830f 100755..100644 --- a/Wrappers/Python/ccpi/optimisation/algorithms/__init__.py +++ b/Wrappers/Python/ccpi/optimisation/algorithms/__init__.py @@ -1,29 +1,29 @@ -# -*- coding: utf-8 -*-
-# This work is part of the Core Imaging Library developed by
-# Visual Analytics and Imaging System Group of the Science Technology
-# Facilities Council, STFC
-
-# Copyright 2019 Edoardo Pasca
-
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-
-# http://www.apache.org/licenses/LICENSE-2.0
-
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-"""
-Created on Thu Feb 21 11:03:13 2019
-
-@author: ofn77899
-"""
-
-from .Algorithm import Algorithm
-from .CGLS import CGLS
-from .GradientDescent import GradientDescent
-from .FISTA import FISTA
+# -*- coding: utf-8 -*- +# This work is part of the Core Imaging Library developed by +# Visual Analytics and Imaging System Group of the Science Technology +# Facilities Council, STFC + +# Copyright 2019 Edoardo Pasca + +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 + +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +""" +Created on Thu Feb 21 11:03:13 2019 + +@author: ofn77899 +""" + +from .Algorithm import Algorithm +from .CGLS import CGLS +from .GradientDescent import GradientDescent +from .FISTA import FISTA from .FBPD import FBPD
\ No newline at end of file |