Skip to content

Commit

Permalink
Merge pull request #12 from maclariz/initupdate
Browse files Browse the repository at this point in the history
Initupdate
  • Loading branch information
maclariz authored May 20, 2024
2 parents 1a190a8 + 94e680b commit 80d6d91
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion __init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "pixstem_tools"
# Do not edit the next line
version = "v0.1.6"
version = "v0.1.7"
authors = [
{name="Dr. Ian MacLaren", email="ian.maclaren@glasgow.ac.uk"},
]
Expand Down
3 changes: 3 additions & 0 deletions src/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from pixstem_tools.src.files import files
from pixstem_tools.src.stem import azimuth
from pixstem_tools.src.version import __version__
2 changes: 1 addition & 1 deletion src/stem/azimuth.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from matplotlib.ticker import MultipleLocator
from alive_progress import alive_bar

class stem:
class azimuth:
def discfloat(ci, cj, rmin, rmax, segments):
# This is a helper function for polar transformation which generates a meshgrid
# of float values corresponding to r and phi values back in a cartesian i, j frame.
Expand Down
1 change: 1 addition & 0 deletions src/version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = '0.1.7'

0 comments on commit 80d6d91

Please sign in to comment.