We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c16a6 commit 8094a24Copy full SHA for 8094a24
thor/orbits/attribution.py
@@ -459,6 +459,7 @@ def merge_and_extend_orbits(
459
# the same time, keep only observation with smallest distance
460
attributions = attributions.drop_coincident_attributions(observations)
461
462
+ attributions = qv.defragment(attributions)
463
# Create a new orbit members table with the newly attributed observations and
464
# filter the orbits to only include those that still have observations
465
orbit_members_iter = FittedOrbitMembers.from_kwargs(
0 commit comments