Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further improvements to EBSD detector functionality #714

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .zenodo.json
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tgwoodcock, is this OK with you? Please suggest any additional info or changes you'd like.

Copy link
Contributor

@tgwoodcock tgwoodcock Jan 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @hakonanes! It looks fine and I'd just like to add the ROR address for my institute to the end of the "affiliation" line: (ROR: https://ror.org/04zb59n70)

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
{
"name": "Ole Natlandsmyr"
},
{
"name": "Thomas G. Woodcock",
"orcid": "0000-0003-2351-973X",
"affiliation": "Leibniz Institute for Solid State and Materials Research Dresden"
},
{
"name": "Tina Bergh",
"orcid": "0000-0003-3757-3876",
Expand Down
5 changes: 4 additions & 1 deletion src/kikuchipy/__init__.py
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fine too?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's fine, thank you.

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright 2019-2024 The kikuchipy developers
#
# Copyright 2019-2025 the kikuchipy developers
#
# This file is part of kikuchipy.
#
Expand All @@ -14,6 +15,7 @@
#
# You should have received a copy of the GNU General Public License
# along with kikuchipy. If not, see <http://www.gnu.org/licenses/>.
#

import lazy_loader

Expand All @@ -22,6 +24,7 @@
"Håkon Wiik Ånes",
"Lars Andreas Hastad Lervik",
"Ole Natlandsmyr",
"Thomas G. Woodcock",
"Tina Bergh",
"Eric Prestat",
"Andreas V. Bugten",
Expand Down
Loading