pulsarbat.PolycoEntry#

class pulsarbat.PolycoEntry(psr: str, obs: str, freq: Quantity, tmid: Time, span: Quantity, rphase: int, poly: Polynomial)[source]#

Entry for polynomial-based pulsar phase prediction.

Parameters:
psrstr

Pulsar name.

obsstr

Observatory code.

freqQuantity

Observing frequency.

tmidTime

Timestamp at midpoint of span.

spanQuantity

Length of span.

rphaseint

Integer part of reference phase

polynumpy.polynomial.Polynomial

Phase prediction polynomial (domain in units of seconds).

__init__(psr: str, obs: str, freq: Quantity, tmid: Time, span: Quantity, rphase: int, poly: Polynomial) None#

Methods

__init__(psr, obs, freq, tmid, span, rphase, ...)

Attributes

psr

obs

freq

tmid

span

rphase

poly