API Reference / compositeAspects · function

Function: compositeAspects()

function compositeAspects(
   engine, 
   jdA, 
   jdB, 
   bodies?, 
   opts?): CompositeAspectHit[];

Aspects among the bodies of a midpoint-composite chart.

Same aspect table, orb policy, and strength arithmetic as findAspects on a real chart -- the only difference is that the composite's bodies do not move, so no applying/separating phase is reported. Pairs come back in body order with a before b.

The node rule follows transitAspects: the non-aspecting points sit out as they do natally, except that one node is admitted (true_node when bodies carries it, otherwise mean_node), because the composite node is read the same way the natal one is.

Parameters

ParameterType
engineEngine
jdAnumber
jdBnumber
bodiesBodyId[]
opts{ orbs?: Record<string, number>; zodiac?: Zodiac; }
opts.orbs?Record<string, number>
opts.zodiac?Zodiac

Returns

CompositeAspectHit[]

Start building

Quickstart →