nanopyx.core.analysis.frc

class FIRECalculator:
FIRECalculator()

Class responsible Fourier Ring Correlation (FRC) implementation

Parameters
  • pixel_size: float denoting pixel size of the input image
  • units: string representing the dimensional units of pixel_size
def calculate_fft(self, img: numpy.ndarray):
def calculate_fire_number(self, img_1, img_2):
def plot_frc_curve(self):

Returns the plot of the results of the analysis as a numpy array

fire_number