bolides.BolideDataFrame.augment#

BolideDataFrame.augment(new_data, time_limit=300, score_limit=5, intersection=False, outer=False)[source]#

Augment BolideDataFrame with data from another source

Parameters
new_dataBolideDataFrame

The source of the new data.

time_limitint

Maximum time difference (seconds) for two bolides to possibly be the same

score_limitint

Maximum score (time_limit * difference in latlon) for two bolides to possibly be the same.

intersectionbool
  • True: only keep detections that appear in both sets of data.

  • False: keep all detections that appear in the first set.

outerbool
  • True: keep detections from both sets of data.

  • False: keep all detections that appear in the first set.

Returns
bdfBolideDataFrame