planetPositionNearOpposition[entity_Entity,offset_Quantity,step_Quantity]:=Module[{opposition,daterange},opposition=getNextOpposition[entity];If[MissingQ[opposition],Return[Missing["NotApplicable"]]];daterange=DateRange[opposition-offset,opposition+offset,step];AstroPosition[entity,{"Equatorial",#}]&/@daterange]