craftutils.observation.epoch.Pipeline.query_stage(message: str, stage_name: str, n: float, stage_kwargs: dict | None = None)

Helper method for asking the user if we need to do this stage of processing. If self.do is True, skips the query and returns True.

Parameters
message: str

Message to display.

stage_name: str

code-friendly name of stage, eg “coadd” or “initial_setup”

n: float

Stage number

Returns