miplib
miplib copied to clipboard
3d fsc
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.
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".