Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
arosics
Commits
afaea8fd
Commit
afaea8fd
authored
Apr 16, 2021
by
Daniel Scheffler
Browse files
Updated copyright.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
ae80022b
Pipeline
#21937
canceled with stage
Changes
16
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
arosics/CoReg.py
View file @
afaea8fd
...
...
@@ -2,7 +2,7 @@
# AROSICS - Automated and Robust Open-Source Image Co-Registration Software
#
# Copyright (C) 2017-202
0
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
# Copyright (C) 2017-202
1
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
#
# This software was developed within the context of the GeoMultiSens project funded
# by the German Federal Ministry of Education and Research
...
...
@@ -1594,16 +1594,33 @@ class COREG(object):
self
.
calculate_spatial_shifts
()
self
.
_coreg_info
=
{
'corrected_shifts_px'
:
{
'x'
:
self
.
x_shift_px
,
'y'
:
self
.
y_shift_px
},
'corrected_shifts_map'
:
{
'x'
:
self
.
x_shift_map
,
'y'
:
self
.
y_shift_map
},
'original map info'
:
geotransform2mapinfo
(
self
.
shift
.
gt
,
self
.
shift
.
prj
),
'updated map info'
:
self
.
updated_map_info
,
'reference projection'
:
self
.
ref
.
prj
,
'reference geotransform'
:
self
.
ref
.
gt
,
'reference grid'
:
[[
self
.
ref
.
gt
[
0
],
self
.
ref
.
gt
[
0
]
+
self
.
ref
.
gt
[
1
]],
[
self
.
ref
.
gt
[
3
],
self
.
ref
.
gt
[
3
]
+
self
.
ref
.
gt
[
5
]]],
'reference extent'
:
{
'cols'
:
self
.
ref
.
xgsd
,
'rows'
:
self
.
ref
.
ygsd
},
# FIXME not needed anymore
'success'
:
self
.
success
}
'corrected_shifts_px'
:
{
'x'
:
self
.
x_shift_px
,
'y'
:
self
.
y_shift_px
},
'corrected_shifts_map'
:
{
'x'
:
self
.
x_shift_map
,
'y'
:
self
.
y_shift_map
},
'original map info'
:
geotransform2mapinfo
(
self
.
shift
.
gt
,
self
.
shift
.
prj
),
'updated map info'
:
self
.
updated_map_info
,
'reference projection'
:
self
.
ref
.
prj
,
'reference geotransform'
:
self
.
ref
.
gt
,
'reference grid'
:
[
[
self
.
ref
.
gt
[
0
],
self
.
ref
.
gt
[
0
]
+
self
.
ref
.
gt
[
1
]],
[
self
.
ref
.
gt
[
3
],
self
.
ref
.
gt
[
3
]
+
self
.
ref
.
gt
[
5
]]
],
'reference extent'
:
{
'cols'
:
self
.
ref
.
xgsd
,
'rows'
:
self
.
ref
.
ygsd
},
# FIXME not needed anymore
'success'
:
self
.
success
}
return
self
.
_coreg_info
def
_get_inverted_coreg_info
(
self
)
->
dict
:
...
...
arosics/CoReg_local.py
View file @
afaea8fd
...
...
@@ -2,7 +2,7 @@
# AROSICS - Automated and Robust Open-Source Image Co-Registration Software
#
# Copyright (C) 2017-202
0
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
# Copyright (C) 2017-202
1
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
#
# This software was developed within the context of the GeoMultiSens project funded
# by the German Federal Ministry of Education and Research
...
...
arosics/DeShifter.py
View file @
afaea8fd
...
...
@@ -2,7 +2,7 @@
# AROSICS - Automated and Robust Open-Source Image Co-Registration Software
#
# Copyright (C) 2017-202
0
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
# Copyright (C) 2017-202
1
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
#
# This software was developed within the context of the GeoMultiSens project funded
# by the German Federal Ministry of Education and Research
...
...
arosics/Tie_Point_Grid.py
View file @
afaea8fd
...
...
@@ -2,7 +2,7 @@
# AROSICS - Automated and Robust Open-Source Image Co-Registration Software
#
# Copyright (C) 2017-202
0
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
# Copyright (C) 2017-202
1
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
#
# This software was developed within the context of the GeoMultiSens project funded
# by the German Federal Ministry of Education and Research
...
...
arosics/__init__.py
View file @
afaea8fd
...
...
@@ -2,7 +2,7 @@
# AROSICS - Automated and Robust Open-Source Image Co-Registration Software
#
# Copyright (C) 2017-202
0
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
# Copyright (C) 2017-202
1
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
#
# This software was developed within the context of the GeoMultiSens project funded
# by the German Federal Ministry of Education and Research
...
...
arosics/geometry.py
View file @
afaea8fd
...
...
@@ -2,7 +2,7 @@
# AROSICS - Automated and Robust Open-Source Image Co-Registration Software
#
# Copyright (C) 2017-202
0
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
# Copyright (C) 2017-202
1
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
#
# This software was developed within the context of the GeoMultiSens project funded
# by the German Federal Ministry of Education and Research
...
...
arosics/plotting.py
View file @
afaea8fd
...
...
@@ -2,7 +2,7 @@
# AROSICS - Automated and Robust Open-Source Image Co-Registration Software
#
# Copyright (C) 2017-202
0
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
# Copyright (C) 2017-202
1
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
#
# This software was developed within the context of the GeoMultiSens project funded
# by the German Federal Ministry of Education and Research
...
...
arosics/version.py
View file @
afaea8fd
...
...
@@ -2,7 +2,7 @@
# AROSICS - Automated and Robust Open-Source Image Co-Registration Software
#
# Copyright (C) 2017-202
0
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
# Copyright (C) 2017-202
1
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
#
# This software was developed within the context of the GeoMultiSens project funded
# by the German Federal Ministry of Education and Research
...
...
bin/arosics_cli.py
View file @
afaea8fd
...
...
@@ -4,7 +4,7 @@
# AROSICS - Automated and Robust Open-Source Image Co-Registration Software
#
# Copyright (C) 2017-202
0
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
# Copyright (C) 2017-202
1
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
#
# This software was developed within the context of the GeoMultiSens project funded
# by the German Federal Ministry of Education and Research
...
...
docs/conf.py
View file @
afaea8fd
...
...
@@ -65,7 +65,7 @@ master_doc = 'index'
# General information about the project.
project
=
u
'arosics'
copyright
=
u
"2017-202
0
, Daniel Scheffler"
copyright
=
u
"2017-202
1
, Daniel Scheffler"
# The version info for the project you're documenting, acts as replacement
# for |version| and |release|, also used in various other places throughout
...
...
setup.py
View file @
afaea8fd
...
...
@@ -3,7 +3,7 @@
# AROSICS - Automated and Robust Open-Source Image Co-Registration Software
#
# Copyright (C) 2017-202
0
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
# Copyright (C) 2017-202
1
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
#
# This software was developed within the context of the GeoMultiSens project funded
# by the German Federal Ministry of Education and Research
...
...
tests/__init__.py
View file @
afaea8fd
...
...
@@ -2,7 +2,7 @@
# AROSICS - Automated and Robust Open-Source Image Co-Registration Software
#
# Copyright (C) 2017-202
0
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
# Copyright (C) 2017-202
1
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
#
# This software was developed within the context of the GeoMultiSens project funded
# by the German Federal Ministry of Education and Research
...
...
tests/cases.py
View file @
afaea8fd
...
...
@@ -3,7 +3,7 @@
# AROSICS - Automated and Robust Open-Source Image Co-Registration Software
#
# Copyright (C) 2017-202
0
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
# Copyright (C) 2017-202
1
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
#
# This software was developed within the context of the GeoMultiSens project funded
# by the German Federal Ministry of Education and Research
...
...
tests/test_COREG.py
View file @
afaea8fd
...
...
@@ -3,7 +3,7 @@
# AROSICS - Automated and Robust Open-Source Image Co-Registration Software
#
# Copyright (C) 2017-202
0
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
# Copyright (C) 2017-202
1
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
#
# This software was developed within the context of the GeoMultiSens project funded
# by the German Federal Ministry of Education and Research
...
...
tests/test_COREG_LOCAL.py
View file @
afaea8fd
...
...
@@ -3,7 +3,7 @@
# AROSICS - Automated and Robust Open-Source Image Co-Registration Software
#
# Copyright (C) 2017-202
0
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
# Copyright (C) 2017-202
1
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
#
# This software was developed within the context of the GeoMultiSens project funded
# by the German Federal Ministry of Education and Research
...
...
tests/test_tie_point_grid.py
View file @
afaea8fd
...
...
@@ -3,7 +3,7 @@
# AROSICS - Automated and Robust Open-Source Image Co-Registration Software
#
# Copyright (C) 2017-202
0
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
# Copyright (C) 2017-202
1
Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de)
#
# This software was developed within the context of the GeoMultiSens project funded
# by the German Federal Ministry of Education and Research
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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