-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add CLI to create flattened composite images #46
Conversation
…en function is used as a CLI
@d-j-hatton , @stephen-riggs , I've tested the CLI with |
…ded array processing functions to cover more dtypes
Validation tests done:
|
…lementation for float and complex NumPy arrays
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #46 +/- ##
=======================================
Coverage ? 45.22%
=======================================
Files ? 42
Lines ? 5860
Branches ? 1044
=======================================
Hits ? 2650
Misses ? 2890
Partials ? 320 |
Adds an additional command line interface to allow users to manually merge grayscale images from different colour channels in a dataset to create a composite image.
This pull request introduces the minimum features needed in order to create such a composite. More features will be added in future pull requests.