Rotational delay
Function to plot the Ratitudinal time delay
- peristole.rot_td.delay_rot(pulsar, flag=0, dummy='default')
Rotational lensing delay
Provides rotational lensing delay for the dominant and subdominant images plotted as a function of longitude. Needs mass, axis, ecc, angle, omega, period, eta, zeta to be already declared.
- Parameters
pulsar – An object of the pulsar class
flag – An optional argument which if set to 1 gives the plot for the subdominant case
- Returns
The rotational lensing delay plot
- Example call of the function:
example = pulsar() … delay_rot(example)