get_apertures_angles_with_dummies

awg_designer.all.get_apertures_angles_with_dummies(apertures, angles, n_dummies, angle_step=None, dummy_name=None)

Helper function to add dummies to the apertures and angles

Parameters:
apertures: list

list of aperture cells)

angles: list

list of angles for the apertures

n_dummies: int

the amount of dummies wanted on each side of the apertures

angle_step: float

the step between the placed dummies, default is equal to the steps in angles

dummy_name: string

name to give to the dummies

Returns:
apertures: list

all apertures with the dummies included at the start and end

angles: list

all angles with the dummy angles included at the start and end