Skip to content

Pore-size distribution of CT images #2726

Answered by jgostick
fsamaraie asked this question in Q&A
Discussion options

You must be logged in to vote

The PSD of the network is best found using something simple like plt.hist(pn['pore.equivalent_diameter'], density=True). This will give you official PSD where the area under the curve is 1.0. I think there is also an option to do cumulative=True. You can also just get the histogram from numpy using np.hist then you have more direct access to the data so you can fit curves for instance, then compare the fitting parameters of different situations, instead of doing max/min/mean as I think you were suggesting.

Replies: 5 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jgostick
Comment options

Answer selected by fsamaraie
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@jgostick
Comment options

@AhmedTaiea
Comment options

@jgostick
Comment options

@AhmedTaiea
Comment options

@AhmedTaiea
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants