Skip to content
Open
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ plots = [
oem = [
"oem>=0.4.5",
]
mpc = [
"mpcq>=0.4.0; python_version < '3.13'",
]
docs = [
"sphinx>=8.2.0,<9.0.0",
"furo>=2024.8.6",
Expand Down
4 changes: 4 additions & 0 deletions src/adam_core/photometry/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
estimate_absolute_magnitude_v_from_detections,
estimate_absolute_magnitude_v_from_detections_grouped,
)
from .color_determination import ColorFit, estimate_colors
from .lightcurve import reduced_magnitude
from .magnitude import (
calculate_apparent_magnitude_v,
Expand Down Expand Up @@ -47,4 +48,7 @@
"RotationPeriodObservations",
"RotationPeriodResult",
"GroupedRotationPeriodResults",
# Color determination
"estimate_colors",
"ColorFit",
]
Loading
Loading