punchpipe.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#

punchpipe.flows.simulate.simpunch_scheduler_flow(pipeline_config_path=None, session=None, reference_time: datetime.datetime | str | None | list = None)#
punchpipe.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 | Callable, wfi_quartic_backward_model_path: str | Callable, nfi_quartic_backward_model_path: str | Callable, transient_probability: float = 0.03, shift_pointing: bool = False) List[str]#
punchpipe.flows.simulate.simpunch_process_flow(flow_id: int, pipeline_config_path=None, session=None)#