probably what's going on is that there's a gaussian shape to the brightness of the planet, so during integration with rejection some pixels are not being rejected, as they are too near the value of real signal. that leaves a funny shape behind.
RickS outlined a technique for "zapping" satellite trails with pixels valued 1.0 - this overwrites any "weak" pixels that look like signal, and pretty much guarantees that the whole thing will be rejected.
i think in this case you could do something similar with clonestamp. first you'd need to make an image that's all white. you can use the "NewImage" process and set the default color to white, or just use the default of black and then immediately invert the image.
next open up CloneStamp. the first thing you need to do is click in the target window. then after that, you need to command-click in the white window to pick a source point - anywhere will do. then go back to the sub with the planet and paint over the planet with the mouse. be sure to click the green check mark in CloneStamp to commit the operation. then repeat as necessary to all the subs, save them out, and integrate them.
could be a pain in the butt if there are a lot of subs, though.
rob