Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added fast-metals option to picca_metal_dmat [minor] #1039

Merged
merged 4 commits into from
Sep 5, 2023

Conversation

calumgordon
Copy link

Calling this option only computes the relevant 4 LYA x Si and CIVxCIV.

bin/picca_metal_dmat.py Outdated Show resolved Hide resolved
bin/picca_metal_dmat.py Outdated Show resolved Hide resolved
bin/picca_metal_dmat.py Outdated Show resolved Hide resolved
bin/picca_metal_dmat.py Outdated Show resolved Hide resolved
@calumgordon calumgordon removed the request for review from andreicuceu September 4, 2023 15:52
@@ -313,6 +313,9 @@ def main(cmdargs):
cf.alpha_abs[args.lambda_abs] = cf.alpha
for metal in args.abs_igm:
cf.alpha_abs[metal] = args.metal_alpha

#store the default silicon metals modelled in the CF/XCF
DEFAULT_SI_METALS = ['SiIII(1207)','SiII(1190)','SiII(1193)','SiII(1260)']
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be placed at the top of the file, in line 20

@iprafols
Copy link
Collaborator

iprafols commented Sep 5, 2023

also note that the tests are failing now

@iprafols iprafols changed the title added fast-metals option to picca_metal_dmat added fast-metals option to picca_metal_dmat [minor] Sep 5, 2023
@iprafols iprafols added this pull request to the merge queue Sep 5, 2023
Merged via the queue into master with commit 0228346 Sep 5, 2023
10 checks passed
@iprafols iprafols deleted the relevant_metals branch September 6, 2023 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants