-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from din14970/dev
Merge dev into master for new version
- Loading branch information
Showing
9 changed files
with
1,280 additions
and
711 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,13 @@ | |
|
||
setup( | ||
name="tvipsconverter", | ||
version="0.1.1", | ||
version="0.1.2", | ||
description=( | ||
"GUI converter for movie data from TVIPS cameras" | ||
"into other formats like .blo, .tiff and .hspy." | ||
"Mainly for orientation mapping (PED) or 4D STEM experiments."), | ||
url='https://github.com/din14970/TVIPSconverter', | ||
author='Niels Cautaerts', | ||
author='Niels Cautaerts, Paddy Harrison', | ||
author_email='[email protected]', | ||
license='GPL-3.0', | ||
long_description=readme, | ||
|
@@ -37,5 +37,6 @@ | |
'Pillow', | ||
'PyQt5>=5.13.2', | ||
'h5py>=2.10.0', | ||
'scikit-image>=0.17.2', | ||
], | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
from .widgets import main | ||
|
||
main() |
Oops, something went wrong.