Skip to content

Commit

Permalink
additional capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaehne committed Jan 16, 2024
1 parent 77fab26 commit b72e3c8
Show file tree
Hide file tree
Showing 51 changed files with 253 additions and 253 deletions.
10 changes: 5 additions & 5 deletions exspy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The exSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of exSpy.
# This file is part of eXSpy.
#
# exSpy is free software: you can redistribute it and/or modify
# eXSpy 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.
#
# exSpy is distributed in the hope that it will be useful,
# eXSpy 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 exSpy. If not, see <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

from importlib.metadata import version
from pathlib import Path
Expand Down
10 changes: 5 additions & 5 deletions exspy/_defaults_parser.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The exSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of exSpy.
# This file is part of eXSpy.
#
# exSpy is free software: you can redistribute it and/or modify
# eXSpy 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.
#
# exSpy is distributed in the hope that it will be useful,
# eXSpy 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 exSpy. If not, see <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import configparser
import logging
Expand Down
10 changes: 5 additions & 5 deletions exspy/components/eels_arctan.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The exSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of exSpy.
# This file is part of eXSpy.
#
# exSpy is free software: you can redistribute it and/or modify
# eXSpy 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.
#
# exSpy is distributed in the hope that it will be useful,
# eXSpy 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 exSpy. If not, see <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.


from hyperspy._components.expression import Expression
Expand Down
18 changes: 9 additions & 9 deletions exspy/components/eels_cl_edge.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The exSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of exSpy.
# This file is part of eXSpy.
#
# exSpy is free software: you can redistribute it and/or modify
# eXSpy 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.
#
# exSpy is distributed in the hope that it will be useful,
# eXSpy 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 exSpy. If not, see <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.


import functools
Expand Down Expand Up @@ -78,11 +78,11 @@ class EELSCLEdge(Component):
https://zenodo.org/record/6599071 while information on the GOSH format
are available at: https://gitlab.com/gguzzina/gosh .
exSpy also supports Peter Rez's Hartree Slater cross sections
eXSpy also supports Peter Rez's Hartree Slater cross sections
parametrised as distributed by Gatan in their Digital Micrograph (DM)
software. If Digital Micrograph is installed in the system exSpy in the
standard location exSpy should find the path to the HS GOS folder.
Otherwise, the location of the folder can be defined in exSpy
software. If Digital Micrograph is installed in the system eXSpy in the
standard location eXSpy should find the path to the HS GOS folder.
Otherwise, the location of the folder can be defined in eXSpy
preferences, which can be done through ~:func:`~.api.preferences.gui` or
the :attr:`~api.preferences.EELS.eels_gos_files_path` variable.
Expand Down
10 changes: 5 additions & 5 deletions exspy/components/eels_double_power_law.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The exSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of exSpy.
# This file is part of eXSpy.
#
# exSpy is free software: you can redistribute it and/or modify
# eXSpy 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.
#
# exSpy is distributed in the hope that it will be useful,
# eXSpy 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 exSpy. If not, see <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.


import numpy as np
Expand Down
10 changes: 5 additions & 5 deletions exspy/components/eels_vignetting.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The exSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of exSpy.
# This file is part of eXSpy.
#
# exSpy is free software: you can redistribute it and/or modify
# eXSpy 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.
#
# exSpy is distributed in the hope that it will be useful,
# eXSpy 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 exSpy. If not, see <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.


import numpy as np
Expand Down
10 changes: 5 additions & 5 deletions exspy/conftest.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The exSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of exSpy.
# This file is part of eXSpy.
#
# exSpy is free software: you can redistribute it and/or modify
# eXSpy 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.
#
# exSpy is distributed in the hope that it will be useful,
# eXSpy 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 exSpy. If not, see <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

try:
# Set traits toolkit to work in a headless system
Expand Down
10 changes: 5 additions & 5 deletions exspy/data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The exSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of exSpy.
# This file is part of eXSpy.
#
# exSpy is free software: you can redistribute it and/or modify
# eXSpy 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.
#
# exSpy is distributed in the hope that it will be useful,
# eXSpy 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 exSpy. If not, see <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import functools
from pathlib import Path
Expand Down
10 changes: 5 additions & 5 deletions exspy/docstrings/model.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The exSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of exSpy.
# This file is part of eXSpy.
#
# exSpy is free software: you can redistribute it and/or modify
# eXSpy 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.
#
# exSpy is distributed in the hope that it will be useful,
# eXSpy 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 exSpy. If not, see <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.


"""Common docstring snippets for model.
Expand Down
10 changes: 5 additions & 5 deletions exspy/misc/eds/eds.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The exSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of exSpy.
# This file is part of eXSpy.
#
# exSpy is free software: you can redistribute it and/or modify
# eXSpy 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.
#
# exSpy is distributed in the hope that it will be useful,
# eXSpy 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 exSpy. If not, see <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.


from exspy.misc.eds.utils import (
Expand Down
10 changes: 5 additions & 5 deletions exspy/misc/eds/utils.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The exSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of exSpy.
# This file is part of eXSpy.
#
# exSpy is free software: you can redistribute it and/or modify
# eXSpy 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.
#
# exSpy is distributed in the hope that it will be useful,
# eXSpy 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 exSpy. If not, see <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.


import numpy as np
Expand Down
10 changes: 5 additions & 5 deletions exspy/misc/eels/base_gos.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The exSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of exSpy.
# This file is part of eXSpy.
#
# exSpy is free software: you can redistribute it and/or modify
# eXSpy 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.
#
# exSpy is distributed in the hope that it will be useful,
# eXSpy 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 exSpy. If not, see <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.


import math
Expand Down
12 changes: 6 additions & 6 deletions exspy/misc/eels/eelsdb.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The exSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of exSpy.
# This file is part of eXSpy.
#
# exSpy is free software: you can redistribute it and/or modify
# eXSpy 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.
#
# exSpy is distributed in the hope that it will be useful,
# eXSpy 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 exSpy. If not, see <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.


"""This module provides tools to interact with The EELS Database."""
Expand Down Expand Up @@ -255,7 +255,7 @@ def eelsdb(
if "message" in jsons:
# Invalid query, EELSdb raises error.
raise IOError(
"Please report the following error to the exSpy developers: "
"Please report the following error to the eXSpy developers: "
f"{jsons['message']}."
)

Expand Down
10 changes: 5 additions & 5 deletions exspy/misc/eels/effective_angle.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The exSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of exSpy.
# This file is part of eXSpy.
#
# exSpy is free software: you can redistribute it and/or modify
# eXSpy 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.
#
# exSpy is distributed in the hope that it will be useful,
# eXSpy 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 exSpy. If not, see <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.


import math
Expand Down
Loading

0 comments on commit b72e3c8

Please sign in to comment.