adam_core.photometry.rotation.wrappers module

adam_core.photometry.rotation.wrappers.build_rotation_period_observations_from_detections(detections: PointSourceDetections, exposures: Exposures, object_coords: CartesianCoordinates) RotationPeriodObservations[source]
adam_core.photometry.rotation.wrappers.estimate_rotation_period_from_detections(detections: PointSourceDetections, exposures: Exposures, object_coords: CartesianCoordinates, **search_kwargs: Any) RotationPeriodResult[source]
adam_core.photometry.rotation.wrappers.estimate_rotation_period_from_detections_grouped(detections: PointSourceDetections, exposures: Exposures, object_coords: CartesianCoordinates, object_ids: Array | ChunkedArray | Sequence[str | None], **search_kwargs: Any) GroupedRotationPeriodResults[source]