Skip to content

Commit 48dd2ea

Browse files
committed
Draft of nsihdr2raw using preview release of NSI SDK
1 parent 07b2ef5 commit 48dd2ea

File tree

13 files changed

+395
-225
lines changed

13 files changed

+395
-225
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ wheels/
2525
*.egg
2626
MANIFEST
2727

28+
# Keep NSI SDK
29+
!rawtools/lib
30+
2831
# PyInstaller
2932
# Usually these files are written by a python script from a template
3033
# before PyInstaller builds the exe, so as to inject date/other infos into it.

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ include README.rst
66
include rawtools/assets/OpenSans-Regular.ttf
77

88
recursive-include tests *
9+
recursive-include rawtools/lib *
910
recursive-exclude * __pycache__
1011
recursive-exclude * *.py[co]
1112

rawtools/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def raw_nsihdr():
8181
args.module_name = 'nsihdr'
8282
log.configure(args)
8383

84-
rt.nsihdr.main(args)
84+
nsihdr.main(args)
8585

8686
def raw_qc():
8787
"""Quality control tools"""

rawtools/dat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def bitdepth(name):
1919
2020
"""
2121
name = str(name)
22-
logging.warning(name)
2322
supported_types = {
2423
'uint8': 'UCHAR',
2524
'uint16': 'USHORT',
44.7 MB
Binary file not shown.

rawtools/lib/win32/efX-SDK.dll

424 KB
Binary file not shown.

rawtools/lib/win32/efX-SDK.lib

7.98 KB
Binary file not shown.
44.5 MB
Binary file not shown.

rawtools/lib/win64/efX-SDK.dll

598 KB
Binary file not shown.

rawtools/lib/win64/efX-SDK.lib

7.98 KB
Binary file not shown.

0 commit comments

Comments
 (0)