skyscapes.disk.base#
Abstract disk interface for extended-source surface brightness.
Classes#
Extended-source surface brightness map. |
Module Contents#
- class skyscapes.disk.base.AbstractDisk[source]#
Bases:
equinox.ModuleExtended-source surface brightness map.
Subclasses return contrast (flux ratio relative to the host star) per pixel. The concrete
Systemmultiplies bystar.spec_flux_densityto turn that into ph/s/m^2/nm per pixel.incl_deg/pa_degare supplied at render time rather than stored on the disk so the System’s midplane orientation drives every disk component consistently. Disks whose geometry is pre-baked into their representation (e.g.ExovistaDisk’s contrast cube) may ignore the arguments; parametric disks (GraterDisk,ExovistaParametricDisk) consume them.