fixed beam number index
This commit is contained in:
parent
d1d2573717
commit
9ae35a8aca
|
@ -150,7 +150,7 @@ def addBurst(values):
|
|||
src_dej=filterbankObj.your_header.dec_deg,
|
||||
machine_id=0,
|
||||
nbeams=1,
|
||||
ibeam=0,
|
||||
ibeam=1,
|
||||
nbits=filterbankObj.your_header.nbits,
|
||||
nifs=1,
|
||||
barycentric=0,
|
||||
|
|
Loading…
Reference in a new issue