calc_isoradials¶
- luminet.black_hole.BlackHole.calc_isoradials(direct_r: List[int | float], ghost_r: List[int | float]) List[luminet.isoradial.Isoradial]¶
Calculate isoradials for a list of radii for the direct image and/or ghost image.
These calculations are parallellized using the
multiprocessing.Poolclass.- Parameters:
direct_r (List[int | float]) – list of radii for the direct image
ghost_r (List[int | float]) – list of radii for the ghost image
- Returns:
List[
Isoradial] – list of calculated isoradials