Method

NumCosmoXcorKernelget_adaptive_boundary_tries

Declaration [src]

guint
nc_xcor_kernel_get_adaptive_boundary_tries (
  NcXcorKernel* xclk
)

Description [src]

Gets the number of consecutive boundary points that must be below the convergence threshold before stopping boundary extension. This helps avoid false positives where a single low point prematurely stops the adaptive k-range determination.

Return value

Type: guint

The number of required consecutive tries.