✨ 計算結果

🌟 ネイタルチャート
{% for p in natal.planets %} {% endfor %}
天体サイン度数ハウス
{{ p.symbol }} {{ p.name }} {{ p.sign }} {{ p.degree }}{% if p.retrograde %} ℞{% endif %} 第{{ p.house }}ハウス{% if p.house_5deg %}(5度前){% endif %}
📐 アングル
AC{{ natal.angles.asc.sign }} {{ natal.angles.asc.degree }}
MC{{ natal.angles.mc.sign }} {{ natal.angles.mc.degree }}
DC{{ natal.angles.dsc.sign }} {{ natal.angles.dsc.degree }}
IC{{ natal.angles.ic.sign }} {{ natal.angles.ic.degree }}
📊 エレメント×クオリティ マトリクス
{% for e in elements %} {% endfor %}
エレメント活動不動柔軟
{{ e }} {{ " ".join(matrix[e]['活動']) if matrix[e]['活動'] else '-' }} {{ " ".join(matrix[e]['不動']) if matrix[e]['不動'] else '-' }} {{ " ".join(matrix[e]['柔軟']) if matrix[e]['柔軟'] else '-' }}
{% if aspects %}
🔗 アスペクト(天体間の角度関係)
{% set ns = namespace(ac_header_shown=false) %} {% for asp in aspects %} {% if not ns.ac_header_shown and asp.symbol1 == '' or asp.symbol2 == '' %} {% set ns.ac_header_shown = true %} {% endif %} {% endfor %}
天体1天体2アスペクトオーブ適用/分離
📐 AC / MC へのアスペクト
{{ (asp.symbol1 ~ ' ') if asp.symbol1 else '' }}{{ asp.planet1 }} {{ (asp.symbol2 ~ ' ') if asp.symbol2 else '' }}{{ asp.planet2 }} {{ asp.aspect_symbol }} {{ asp.aspect }} {{ asp.orb }} {{ asp.as_label }}
{% endif %} {% if prog %}
📈 プログレス
🎯 基準日: {{ prog.date }}
プログレス太陽{{ prog.sun.sign }} {{ prog.sun.degree }}
プログレス月{{ prog.moon.sign }} {{ prog.moon.degree }}
{% if prog_aspects %}
🔗 プログレス→ネイタル アスペクト
{% for asp in prog_aspects %} {% endfor %}
P.天体N.天体アスペクトオーブ適用/分離
{{ asp.prog_planet }} {{ asp.natal_planet }} {{ asp.aspect_symbol }} {{ asp.aspect }} {{ asp.orb }} {{ asp.as_label }}
{% endif %}
{% endif %} {% if use_trans %}
🔮 トランジット
{% if transit_planets %}
現在のトランジット天体位置
{% for p in transit_planets %}
{{ p.name }} {{ p.sign }} {{ p.degree }}
{% endfor %}
{% endif %} {% if transit_aspects %}
🔗 トランジット→ネイタル アスペクト
{% for asp in transit_aspects %} {% endfor %}
T.天体N.天体アスペクトオーブ適用/分離
T.{{ asp.transit_planet }} N.{{ asp.natal_planet }} {{ asp.aspect_symbol }} {{ asp.aspect }} {{ asp.orb }} {{ asp.as_label }}
{% endif %} {% if jup or sat %}
今後{{ ty_val }}年間のサイン移動
{% if jup %}
木星
{% endif %} {% if sat %}
土星
{% endif %} {% endif %}
{% endif %}
🤖 AI分析用データ (Markdown形式)
💡 ChatGPTやGemini、Claude等のAIプロンプト用に最適化されたテキストデータです。
上部ボタンの「コピー」またはファイルとして「ダウンロード」し、AIにそのまま貼り付けて詳細な分析・鑑定にご活用ください。