Skip to content

Commit

Permalink
the commit before i add enterprise.pulsar stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-baier committed Feb 2, 2024
1 parent d2c26cb commit 072f8c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hasasia/sensitivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,12 +315,13 @@ class Pulsar(object):
Earth-pulsar distance. Default units is kpc.
"""
def __init__(self, toas, toaerrs, phi=None, theta=None,
def __init__(self, toas, toaerrs, phi=None, theta=None, name=None,
designmatrix=None, N=None, pdist=1.0*u.kpc):
self.toas = toas
self.toaerrs = toaerrs
self.phi = phi
self.theta = theta
self.name = name
self.pdist = make_quant(pdist,'kpc')

if N is None:
Expand Down

0 comments on commit 072f8c0

Please sign in to comment.