peebee.utils Module¶
This submodule contains various functions and routines that either make things easier elsewhere in the peebee code, or are helpful functions to avoid doing simple tasks over and over. This includes acceleration calculations.
Functions¶
|
Compute element-wise dot products between arrays of vectors. |
|
|
|
Compute magnitudes of vectors in an array. |
|
Compute the Lutz-Kelker bias correction for a pulsar, according to the method from Verbiest, Lorimer, & McLaughlin (2010). |
|
Write arrays to CSV file with optional column headers. |