sherlockpipe.single_transits.run.run_moriarty

sherlockpipe.single_transits.run.run_moriarty(object_dir, ignore_candidates: list[int], batch_size, threshold)

Run the Moriarty single-transit search on a set of candidates.

Loads candidate data from disk, configures known transit masks from previous SHERLOCK results, and launches the MoriartySearch pipeline.

Parameters

object_dirstr or None

Directory containing the object’s results. Defaults to current directory.

ignore_candidateslist of int

Candidates to mask as known transits.

batch_sizeint

Batch size for SANTO model predictions.

thresholdfloat

Probability threshold for single-transit classification.