We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#1022 restructures from a dictionary to add new classes for image grain crops (ImageGrainCrops).
ImageGrainCrops
Subject to...
a) TopoStats saving all of this raw data when saving to .topostats files. b) updating AFMReader to reconstruct these when loading .topostats files.
.topostats
...we will then have to update the grainstats entry point to use these.
grainstats
Currently the tests/run_modules.py::test_grainstats() test is disabled.
tests/run_modules.py::test_grainstats()
The change(s) to make will be...
image_grain_crops
processing.run_grainstats()
processing.process_grainstats()
For progress see also AFMReader #121.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#1022 restructures from a dictionary to add new classes for image grain crops (
ImageGrainCrops
).Subject to...
a) TopoStats saving all of this raw data when saving to
.topostats
files.b) updating AFMReader to reconstruct these when loading
.topostats
files....we will then have to update the
grainstats
entry point to use these.Currently the
tests/run_modules.py::test_grainstats()
test is disabled.The change(s) to make will be...
image_grain_crops
(of classImageGrainCrops
and various attributes of different new classes).processing.run_grainstats()
function when called fromprocessing.process_grainstats()
.For progress see also AFMReader #121.
The text was updated successfully, but these errors were encountered: