punchbowl.auto.flows.simulate#

Run the entire pipeline backward.

Functions#

simpunch_scheduler_flow([pipeline_config_path, ...])

simpunch_core_flow(→ list[str])

simpunch_process_flow(flow_id[, pipeline_config_path, ...])

Module Contents#

punchbowl.auto.flows.simulate.simpunch_scheduler_flow(pipeline_config_path=None, session=None, reference_time: datetime.datetime | str | None | list = None)#
punchbowl.auto.flows.simulate.simpunch_core_flow(date_obs: datetime.datetime | str, simulation_start: datetime.datetime | str, simulation_cadence_minutes: float, gamera_files_dir: str, out_dir: str, backward_psf_model_path: str | collections.abc.Callable, wfi_quartic_backward_model_path: str | collections.abc.Callable, nfi_quartic_backward_model_path: str | collections.abc.Callable, transient_probability: float = 0.03, shift_pointing: bool = False) list[str]#
punchbowl.auto.flows.simulate.simpunch_process_flow(flow_id: int, pipeline_config_path=None, session=None)#