Skip to content

Commit

Permalink
new documentation: using add_config_dict (#231)
Browse files Browse the repository at this point in the history
* new documentation: using add_config_dict

* better example graph

---------

Co-authored-by: Joshua Shields <[email protected]>
  • Loading branch information
RyanGroneck and jvshields authored Dec 2, 2024
1 parent 4279f55 commit 7bddf42
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/Changing_Parameters/Changing_Param_Example.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
stardis_config_version: 1.0
atom_data: kurucz_cd23_chianti_H_He.h5
model:
type: marcs
fname: ../quickstart/sun.mod
final_atomic_number: 30
opacity:
file: {}
bf:
H_I: {}
ff:
H_I: {}
disable_electron_scattering: False
line:
disable: False
broadening: [radiation, linear_stark, quadratic_stark, van_der_waals]
no_of_thetas: 10
175 changes: 175 additions & 0 deletions docs/Changing_Parameters/Changing_Parameters.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This is the documentation for STARDIS.
Possible STARDIS Outputs <possible_stardis_outputs/possible_stardis_outputs>
Custom Star Model <Custom_Star_Model_with_Marcs/Custom_Star_Model_with_Marcs>
Using STARDIS in Parallel <using_stardis_in_parallel/stardis_in_parallel>
Changing Parameters <Changing_Parameters/Changing_Parameters>
Example Notebooks <example_notebooks/rotation_broadening>
Contributing <contributing>
Bibliography <bibliography>
Expand Down

0 comments on commit 7bddf42

Please sign in to comment.