Updated authors

这个提交包含在:
Craig Warren
2025-05-20 14:28:31 +01:00
父节点 7fe137df09
当前提交 baf0093b81
共有 31 个文件被更改,包括 247 次插入37 次删除

查看文件

@@ -1,5 +1,6 @@
# Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom # Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
# #
# This is the official list of entities and people who have contributed to gprMax # This is the official list of entities and people who have contributed to gprMax
# #
@@ -15,6 +16,5 @@ gprMax is a contribution to COST Action TU1208 'Civil Engineering Applications o
As well as the aforementioned authors, the following individuals have contributed to gprMax: As well as the aforementioned authors, the following individuals have contributed to gprMax:
Oystein Bjorndal Oystein Bjorndal
John Hartley
Rajath Kumar Rajath Kumar
Tobias Schruff Tobias Schruff

查看文件

@@ -1,6 +1,6 @@
# Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom # Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, John Hartley, and # Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# Adittya Pal # Adittya Pal, and Nathan Mannall
# #
# This file is part of gprMax. # This file is part of gprMax.
# #

查看文件

@@ -1,5 +1,6 @@
# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
# #
# This file is part of gprMax. # This file is part of gprMax.
# #

查看文件

@@ -1,5 +1,6 @@
# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
# #
# This file is part of gprMax. # This file is part of gprMax.
# #

查看文件

@@ -1,5 +1,6 @@
# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
# #
# This file is part of gprMax. # This file is part of gprMax.
# #

查看文件

@@ -1,5 +1,6 @@
# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
# #
# This file is part of gprMax. # This file is part of gprMax.
# #

查看文件

@@ -1,3 +1,22 @@
# Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
#
# This file is part of gprMax.
#
# gprMax 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.
#
# gprMax 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 gprMax. If not, see <http://www.gnu.org/licenses/>.
from io import TextIOWrapper from io import TextIOWrapper
from pathlib import Path from pathlib import Path
from typing import Generic from typing import Generic

查看文件

@@ -1,5 +1,6 @@
# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
# #
# This file is part of gprMax. # This file is part of gprMax.
# #

查看文件

@@ -1,5 +1,6 @@
# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
# #
# This file is part of gprMax. # This file is part of gprMax.
# #

查看文件

@@ -1,5 +1,6 @@
# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
# #
# This file is part of gprMax. # This file is part of gprMax.
# #

查看文件

@@ -1,3 +1,22 @@
# Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
#
# This file is part of gprMax.
#
# gprMax 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.
#
# gprMax 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 gprMax. If not, see <http://www.gnu.org/licenses/>.
import logging import logging
from itertools import chain from itertools import chain
from typing import Generic, Tuple from typing import Generic, Tuple

查看文件

@@ -1,5 +1,6 @@
# Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom # Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Tobias Schruff # Authors: Craig Warren, Antonis Giannopoulos, Tobias Schruff,
# John Hartley, and Nathan Mannall
# #
# This file is part of gprMax. # This file is part of gprMax.
# #

查看文件

@@ -1,5 +1,6 @@
# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
# #
# This file is part of gprMax. # This file is part of gprMax.
# #

查看文件

@@ -1,5 +1,6 @@
# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
# #
# This file is part of gprMax. # This file is part of gprMax.
# #

查看文件

@@ -1,5 +1,6 @@
# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
# #
# This file is part of gprMax. # This file is part of gprMax.
# #

查看文件

@@ -1,5 +1,6 @@
# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
# #
# This file is part of gprMax. # This file is part of gprMax.
# #

查看文件

@@ -1,5 +1,6 @@
# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
# #
# This file is part of gprMax. # This file is part of gprMax.
# #

查看文件

@@ -1,5 +1,6 @@
# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
# #
# This file is part of gprMax. # This file is part of gprMax.
# #

查看文件

@@ -1,3 +1,22 @@
# Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
#
# This file is part of gprMax.
#
# gprMax 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.
#
# gprMax 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 gprMax. If not, see <http://www.gnu.org/licenses/>.
import logging import logging
from typing import List, Optional, Tuple from typing import List, Optional, Tuple

查看文件

@@ -1,5 +1,6 @@
# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
# #
# This file is part of gprMax. # This file is part of gprMax.
# #
@@ -15,6 +16,7 @@
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with gprMax. If not, see <http://www.gnu.org/licenses/>. # along with gprMax. If not, see <http://www.gnu.org/licenses/>.
import logging import logging
from typing import Optional, Tuple, Union from typing import Optional, Tuple, Union

查看文件

@@ -1,3 +1,22 @@
# Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
#
# This file is part of gprMax.
#
# gprMax 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.
#
# gprMax 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 gprMax. If not, see <http://www.gnu.org/licenses/>.
from abc import ABC, abstractmethod from abc import ABC, abstractmethod
from typing import Optional, Tuple from typing import Optional, Tuple

查看文件

@@ -1,3 +1,22 @@
# Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
#
# This file is part of gprMax.
#
# gprMax 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.
#
# gprMax 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 gprMax. If not, see <http://www.gnu.org/licenses/>.
from abc import ABC, abstractmethod from abc import ABC, abstractmethod
from typing import List, Union from typing import List, Union

查看文件

@@ -1,3 +1,22 @@
# Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
#
# This file is part of gprMax.
#
# gprMax 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.
#
# gprMax 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 gprMax. If not, see <http://www.gnu.org/licenses/>.
from os import PathLike from os import PathLike
from typing import Literal, Optional, Union from typing import Literal, Optional, Union

查看文件

@@ -1,3 +1,22 @@
# Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
#
# This file is part of gprMax.
#
# gprMax 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.
#
# gprMax 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 gprMax. If not, see <http://www.gnu.org/licenses/>.
import logging import logging
from os import PathLike from os import PathLike
from typing import Literal, Optional, Union from typing import Literal, Optional, Union

查看文件

@@ -1,3 +1,22 @@
# Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
#
# This file is part of gprMax.
#
# gprMax 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.
#
# gprMax 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 gprMax. If not, see <http://www.gnu.org/licenses/>.
import logging import logging
from abc import abstractmethod from abc import abstractmethod
from contextlib import AbstractContextManager from contextlib import AbstractContextManager

查看文件

@@ -1,3 +1,22 @@
# Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
#
# This file is part of gprMax.
#
# gprMax 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.
#
# gprMax 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 gprMax. If not, see <http://www.gnu.org/licenses/>.
import os import os
from pathlib import Path from pathlib import Path

查看文件

@@ -1,3 +1,22 @@
# Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
#
# This file is part of gprMax.
#
# gprMax 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.
#
# gprMax 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 gprMax. If not, see <http://www.gnu.org/licenses/>.
site_configuration = { site_configuration = {
"general": [ "general": [
{ {

查看文件

@@ -1,5 +1,6 @@
# Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom # Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
# #
# This file is part of gprMax. # This file is part of gprMax.
# #

查看文件

@@ -1,5 +1,6 @@
# Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom # Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
# #
# This file is part of gprMax. # This file is part of gprMax.
# #

查看文件

@@ -1,5 +1,6 @@
# Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom # Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
# #
# This file is part of gprMax. # This file is part of gprMax.
# #

查看文件

@@ -1,5 +1,6 @@
# Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom # Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # Authors: Craig Warren, Antonis Giannopoulos, John Hartley,
# and Nathan Mannall
# #
# This file is part of gprMax. # This file is part of gprMax.
# #