你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Updated authors
这个提交包含在:
4
CREDITS
4
CREDITS
@@ -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.
|
||||||
#
|
#
|
||||||
|
在新工单中引用
屏蔽一个用户