uvex_transients.simulation.event.Event.flux#

Event.flux(t: Quantity, mission: Mission, band: Hashable | None = None) → Quantity[source]#

Theoretical (noiseless) observed flux density of this event’s SED, at band’s pivot wavelength.

Same inputs, and the same pivot-wavelength-plus-dust definition matching simulate_photometry() exactly, as mag() – see its docstring.

Parameters:
  • t (Quantity) – Observed time(s) since explosion, any shape.

  • mission (Mission) – Supplies the ~m4opt.synphot.Detector band selects a bandpass from.

  • band (Hashable, optional) – Which of mission.detector’s bandpasses to evaluate. Required unless the detector has exactly one.

Returns:

The observed flux density, with t’s shape.

Return type:

Quantity