plot_predict_ingress_egress#

stellarphot.transit_fitting.plotting.plot_predict_ingress_egress(ingress_time, egress_time, end_line=1, ingress_x_pos=1, egress_x_pos=1, labels_y_pos=1)[source]#

Plot vertical lines at the ingress and egress times and label them.

Parameters:
ingress_timefloat

the beginning of an exoplanet transit

egress_timefloat

the end of an exoplanet transit

end_linefloat

offset to move the vertical lines

ingress_x_posfloat

offset to center ingress label

egress_x_posfloat

offset to center egress label

labels_y_posfloat

offset to move ingress and egress labels

Returns:
None

Directly adds lines and labels to the current plot.