miplib icon indicating copy to clipboard operation
miplib copied to clipboard

3d fsc

Open aaron4444 opened this issue 3 years ago • 1 comments

Hi,

Thank you for your earlier comment. i'm having some issue trying to run the 3d fsc. i don't think its the same issue as before with the threshold not crossing.

python gives some warning: RankWarning: Polyfit may be poorly conditioned, otherwise it fails for the spline giving: "A value in x_new is above the interpolation range."

I really wanted to see if i could do the 1 dataset fsc but it just flat lines. i can do the projections ok with the FRC...any thoughts? maybe some setting i'm not aware of? there are a lot of options that i'm not clear about. thank you for your time.

image

aaron4444 avatar Jun 01 '21 02:06 aaron4444

Ok i think i figured it out, the function:

checkerboard_split() tries to cast the image as a np.uint32 which returns just an empty image. If i "disable_3d_sum", then it returns a working fsc when doing the two image sectioned FSC.

can i ask why you need the interesting indexing?

perhaps i can figure out how to add the flag in the args so that its possible to give it the "disable_3d_sum".

aaron4444 avatar Jun 03 '21 17:06 aaron4444