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
ift
NIFTy
Commits
91f75738
Commit
91f75738
authored
Jan 07, 2019
by
Martin Reinecke
Browse files
update copyright, remove __future__
parent
da934417
Changes
31
Hide whitespace changes
Inline
Side-by-side
nifty5/operators/block_diagonal_operator.py
View file @
91f75738
...
...
@@ -11,12 +11,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
8
Max-Planck-Society
# Copyright(C) 2013-201
9
Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
__future__
import
absolute_import
,
division
,
print_function
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
from
..compat
import
*
from
..multi_domain
import
MultiDomain
...
...
nifty5/operators/central_zero_padder.py
View file @
91f75738
...
...
@@ -11,12 +11,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
8
Max-Planck-Society
# Copyright(C) 2013-201
9
Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
__future__
import
absolute_import
,
division
,
print_function
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
import
itertools
...
...
nifty5/operators/chain_operator.py
View file @
91f75738
...
...
@@ -11,12 +11,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
8
Max-Planck-Society
# Copyright(C) 2013-201
9
Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
__future__
import
absolute_import
,
division
,
print_function
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
from
..
import
utilities
from
..compat
import
*
...
...
nifty5/operators/contraction_operator.py
View file @
91f75738
...
...
@@ -11,12 +11,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
8
Max-Planck-Society
# Copyright(C) 2013-201
9
Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
__future__
import
absolute_import
,
division
,
print_function
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
import
numpy
as
np
...
...
nifty5/operators/diagonal_operator.py
View file @
91f75738
...
...
@@ -11,12 +11,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
8
Max-Planck-Society
# Copyright(C) 2013-201
9
Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
__future__
import
absolute_import
,
division
,
print_function
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
import
numpy
as
np
...
...
nifty5/operators/distributors.py
View file @
91f75738
...
...
@@ -11,12 +11,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
8
Max-Planck-Society
# Copyright(C) 2013-201
9
Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
__future__
import
absolute_import
,
division
,
print_function
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
import
numpy
as
np
...
...
nifty5/operators/domain_tuple_field_inserter.py
View file @
91f75738
...
...
@@ -11,12 +11,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
8
Max-Planck-Society
# Copyright(C) 2013-201
9
Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
__future__
import
absolute_import
,
division
,
print_function
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
import
numpy
as
np
...
...
nifty5/operators/endomorphic_operator.py
View file @
91f75738
...
...
@@ -11,12 +11,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
8
Max-Planck-Society
# Copyright(C) 2013-201
9
Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
__future__
import
absolute_import
,
division
,
print_function
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
import
numpy
as
np
...
...
nifty5/operators/energy_operators.py
View file @
91f75738
...
...
@@ -11,12 +11,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
8
Max-Planck-Society
# Copyright(C) 2013-201
9
Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
__future__
import
absolute_import
,
division
,
print_function
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
from
..
import
utilities
from
..compat
import
*
...
...
nifty5/operators/exp_transform.py
View file @
91f75738
...
...
@@ -11,12 +11,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
8
Max-Planck-Society
# Copyright(C) 2013-201
9
Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
__future__
import
absolute_import
,
division
,
print_function
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
import
numpy
as
np
...
...
nifty5/operators/field_zero_padder.py
View file @
91f75738
...
...
@@ -11,12 +11,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
8
Max-Planck-Society
# Copyright(C) 2013-201
9
Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
__future__
import
absolute_import
,
division
,
print_function
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
import
numpy
as
np
...
...
nifty5/operators/harmonic_operators.py
View file @
91f75738
...
...
@@ -11,12 +11,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
8
Max-Planck-Society
# Copyright(C) 2013-201
9
Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
__future__
import
absolute_import
,
division
,
print_function
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
import
numpy
as
np
...
...
nifty5/operators/inversion_enabler.py
View file @
91f75738
...
...
@@ -11,12 +11,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
8
Max-Planck-Society
# Copyright(C) 2013-201
9
Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
__future__
import
absolute_import
,
division
,
print_function
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
import
numpy
as
np
...
...
nifty5/operators/laplace_operator.py
View file @
91f75738
...
...
@@ -11,12 +11,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
8
Max-Planck-Society
# Copyright(C) 2013-201
9
Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
__future__
import
absolute_import
,
division
,
print_function
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
import
numpy
as
np
...
...
nifty5/operators/linear_interpolation.py
View file @
91f75738
...
...
@@ -11,12 +11,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
8
Max-Planck-Society
# Copyright(C) 2013-201
9
Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
__future__
import
absolute_import
,
division
,
print_function
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
import
numpy
as
np
from
scipy.sparse
import
coo_matrix
...
...
nifty5/operators/linear_operator.py
View file @
91f75738
...
...
@@ -11,12 +11,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
8
Max-Planck-Society
# Copyright(C) 2013-201
9
Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
__future__
import
absolute_import
,
division
,
print_function
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
from
..compat
import
*
from
.operator
import
Operator
...
...
nifty5/operators/mask_operator.py
View file @
91f75738
...
...
@@ -11,12 +11,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
8
Max-Planck-Society
# Copyright(C) 2013-201
9
Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
__future__
import
absolute_import
,
division
,
print_function
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
import
numpy
as
np
...
...
nifty5/operators/offset_operator.py
View file @
91f75738
...
...
@@ -11,12 +11,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
8
Max-Planck-Society
# Copyright(C) 2013-201
9
Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
__future__
import
absolute_import
,
division
,
print_function
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
from
..compat
import
*
from
.operator
import
Operator
...
...
nifty5/operators/operator.py
View file @
91f75738
from
__future__
import
absolute_import
,
division
,
print_function
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-2019 Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
import
numpy
as
np
from
..compat
import
*
...
...
nifty5/operators/operator_adapter.py
View file @
91f75738
...
...
@@ -11,12 +11,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
8
Max-Planck-Society
# Copyright(C) 2013-201
9
Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
__future__
import
absolute_import
,
division
,
print_function
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
import
numpy
as
np
...
...
Prev
1
2
Next
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