Enhancement request: show differences between two dat files
texadactyl opened this issue · 1 comments
texadactyl commented
Two processes in succession:
- For each entry in dat file dat1, look for a match in dat file dat2.
- For each entry in dat file dat2, look for a match in dat file dat1.
The comparison between dataframe entries uses the following dataframe columns:
- Coarse channel number (exact match)
- Frequency (within rtol) where rtol is the {math,numpy}.isclose() value (E.g. 0.0001 which signifies 0.01%)
- Drift rate (within rtol)
texadactyl commented
Release 2.3.0