Binary striplog
See original GitHub issueMaybe a binary striplog is a special thing? Where the main component property is True or False… then you could allow operations like dilate
and erode
. (Can’t really see how you could allow this on non-binary logs).
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Binary striplog · Issue #95 - GitHub
Maybe a binary striplog is a special thing? Where the main component property is True or False... then you could allow operations like ......
Read more >Striplog - agile/code documentation
striplog facilitates the loading, processing, and analysis of striplogs and other sequential ... How to work with binary logs · Merge overlapping striplogs...
Read more >StripLog 8.5.1 - WellSight Systems Inc.
Automatically import ROP, Gas and other data from gas detectors and EDR systems. High-Quality Output. Clear, precise, professional quality printed strip logs.
Read more >striplog Changelog - pyup.io
The Striplog constructor now creates Components if it is given miscellaneous data. ... Added binary morphology filters to ``Striplog`` object.
Read more >FileViewPro
Browse All WellSight StripLog Files ... V2C, WellSight Systems, Encoded Files, WellSight Systems HASP SRM License Information Data, WellSight StripLog ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Did some more hacky stuff (to get around non-numeric components, etc.) and came up with this for the
grey
version (with three components mapping to log values of [1,2,3]):This is a little hacky so I won’t PR it, but here’s an example:
I’ve double checked that the
blog
array comes out right, but for some reason it seems like the components get swapped and I have to usecomps[::-1]
list infrom_log
. Don’t know why that’s happening.In any case, I made the structuring element a bit large for emphasis, but here’s the plot: