palantir.alignment
palantir.alignment - Functions to align two pandas.DataFrame
Functions
|
Returns a tuple of |
|
Gets indexes of dfRef that must be assigned to dfTo in order to align. |
|
Returns a list of indexes with duplicates replaced by -1. |
|
Returns the next position in mjdRefList alignable with mjdTo. |
|
Removes -1 values and values greater than size from listOfIndexes |
|
Number of jumps to reach mjd2 from mjd1 with a given step (seconds). |
|
For now the alignment criteria is a simple diff between two mjd values. |