semi_circular_arcade#
- synthesizAR.models.semi_circular_arcade(length: Unit('cm'), width: Unit('deg'), num_strands, observer, **kwargs)[source]#
Generate an arcade of
num_loopsof full lengthlengthevenly spaced in over an HGS angular width ofwidthcentered on a location specified byobserver- Parameters:
length (
Quantity) – Full-length of each strand in the arcadewidth (
Quantity) – Angular width of the arcade. This can either be in the latitudinal or longitudinal direction depending on the orientation of the loops as specified bygammanum_strands (
int) – Number of strands in the arcadeobserver (
SkyCoord) – Observer that defines the “center” loop. Offsets equally-spaced between-width/2andwidth/2are calculated relative to this observer.
See also