Skip to content

Commit

Permalink
add not about molec sigmas and alpha 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwheeler committed Jul 15, 2024
1 parent 7ded78a commit fe0fec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/synthesize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ solution = synthesize(atm, linelist, A_X, 5000, 5100)
- `bezier_radiative_transfer` (default: false): Use the radiative transfer scheme. This is for
testing purposes only.
- `molecular_cross_sections` (default: `[]`): A vector of precomputed molecular cross-sections. See
[`MolecularCrossSection`](@ref) for how to generate these.
[`MolecularCrossSection`](@ref) for how to generate these. If you are using the default radiative
transfer scheme, your molecular cross-sections should cover 5000 Å only if your linelist does.
- `use_chemical_equilibrium_from` (default: `nothing`): Takes another solution returned by
`synthesize`. When provided, the chemical equilibrium solution will be taken from this object,
rather than being recomputed. This is physically self-consistent only when the abundances, `A_X`,
Expand Down

0 comments on commit fe0fec9

Please sign in to comment.