crispy.image_ridge_find#

Functions for density ridge identification in gridded images.

This module provides tools to process images, apply the SCMS algorithm, and identify density ridges from FITS or NumPy array-based data. It includes utilities for walker initialization, ridge finding, and output handling, enabling seamless integration into image analysis workflows.

Functions

image2data

Convert an image into a format compatible with the SCMS algorithm.

read_output

Read SCMS output files and retrieve walker coordinates.

run

Identify density ridges in a gridded image using the SCMS algorithm.

threshold_local

Apply a local thresholding method to an image for binarization.

write_output

Write SCMS output coordinates to a file.