Emission lines from post-AGB UV radiation
まだ誰も着手していません。
評価
調査の方向性
まず、提供された Python スクリプトを実行し、get_spectrum の呼び出しと pAGB、nebemlineinspec、add_neb_emission パラメータを確認します。3 つの pAGB 値について得られたスペクトルを比較します。ゼロの輝線フラックスの原因が特定され、期待される動作または必要な設定が文書化された時点で、issue は完了です。
索引モデルが issue の本文から書いたものです。
説明
Hi,
I am running some models to test the UV contribution from the post-AGB stars to the emission lines of a galaxy. To test this, I use SSPs at the age of 3Gyrs (also tried for 0.1Gyrs and 5Gyrs). Models have no attenuation. The SSPs have solar metallicity. I test 3 separate instances which all have the same parameter values, except that each time I change the pAGB fraction to be 0, 0.5 and 1. I can see that I get ionizing radiation by turning on post-AGB stars.
The problem is that I get emission line fluxes that are all 0. Shouldn't this UV give emission lines for pAGB = 0.5 and pAGB = 1 ? Am I missing something obvious here?
From this tests I get the following plot:
The srcipt I run is the following:
import fsps
import matplotlib.pyplot as plt
import numpy as np
sp = fsps.StellarPopulation(zcontinuous=1)
sp.params['sfh'] = 0
sp.params['dust1'] = 0.0
sp.params['dust2'] = 0.0
sp.params['add_neb_emission'] = True
sp.params['add_dust_emission'] = True
sp.params['nebemlineinspec'] = True
sp.params['logzsol'] = 0.0
sp.params['gas_logz'] = sp.params['logzsol']
t = 3.0
for p in [0.0,0.5,1.0]:
sp.params['pagb'] = p
wave, flux = sp.get_spectrum(tage=t,peraa = True)
plt.loglog(wave, flux,label='pAGB = ' + str(p))
plt.xlabel('Wavelength (Angstroms)')
plt.ylim([1e-7, 1e-2])
plt.xlim([1e2, 1e5])
plt.ylabel('Flux')
plt.title('tage = ' + str(t)+'Gyr')
plt.legend(fontsize=14)
plt.show()
Best,
Babis
- 主要言語
- Python
- スター
- 76
- フォーク
- 45
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
dfm/python-fsps のほかの issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 62/100
dfm/python-fsps#121 ·
-
Performance question オープン
難易度 4/5 3〜5日 初心者へのやさしさ 25/100
dfm/python-fsps#350 · コメント 3 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
dfm/python-fsps#229 · コメント 8 件 · リアクション 1 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 28/100
dfm/python-fsps#199 · コメント 4 件 ·
-
dfm/python-fsps#197 · コメント 2 件 · 担当者 1 名 ·
dfm/python-fsps の issue をすべて見る
似ている issue
-
bug confirmed issue
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
open-webui/open-webui#30750 · コメント 1 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
enhancement
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
OpenwaterHealth/openmotion-bloodflow-app#604 · コメント 1 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
good first issue
難易度 1/5 1時間未満 初心者へのやさしさ 90/100