TransitModelOptions#
- class stellarphot.transit_fitting.TransitModelOptions(*, bin_size: float = 5.0, keep_transit_time_fixed: bool = True, transit_time_range: float = 60.0, keep_radius_planet_fixed: bool = False, keep_radius_orbit_fixed: bool = False, fit_airmass: bool = False, fit_width: bool = False, fit_spp: bool = False)[source]#
Bases:
BaseModelCreate a new model by parsing and validating input data from keyword arguments.
Raises [
ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.selfis explicitly positional-only to allowselfas a field name.Attributes Summary
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].Attributes Documentation
- model_config = {}#
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].